Re: [OpenSIPS-Users] Wrong Contact in location table

2017-11-02 Thread Dragomir Haralambiev
Hi,

Here is part of my script:

modparam("registrar", "mcontact_avp", "$avp(register)")
.

if (t_check_status("2[0-9][0-9]"))  {
$log_level = 5;
script_trace( 1, "$rm from $si, ruri=$ru, ct=$ct.fields(uri)
avp(register)=$avp(register)", "me");
route(save_location);
   ...
}

You can see log here:
https://pastebin.com/WWQ9Mmh4

Here is the replacement contact:

DBG:registrar:build_contact: created Contact HF: Contact: <
sip:55595009@192.168.22.138:5062>;expires=360
DBG:registrar:save: replacing contact uri [sip:55595009@188.23.232.10:1043]
with [sip:55595009@192.168.22.138:5062]

How to stop replacing contact from 188.23.232.10:1043 to 192.168.22.138:5062
?

2017-11-02 11:31 GMT+02:00 Răzvan Crainea :

> Did you put the mcontact_avp parameter I asked you to?
> Can you print the value of the register just before save()? Also, can you
> send over some logs for the reply?
>
> Best regards,
>
> Răzvan Crainea
> OpenSIPS Developerwww.opensips-solutions.com
>
> On 11/02/2017 12:26 AM, Dragomir Haralambiev wrote:
>
> Hi,
>
> I try this but in location table I not see real IP. Problem exists.
>
> When make save location $avp(register)=sip:55996201@192.27.47.139:5060
>
> opensipsctl ul show 55996201@192.27.47.139
>
> AOR:: 55996201
> Contact:: sip:57996201@192.168.22.201:5060 Q=
> ContactID:: 182005870676967428
>
> Where is problem?
>
>
> 2017-11-01 15:08 GMT+02:00 OpenSIPS Marketing :
>
>> OK, I managed to figure out why you get the private IP in the location
>> table - that's because you are saving the registration in the onreply
>> route, where you no longer have access to the fix_nated_contact() value.
>>
>> To fix your issue, you need to do the following:
>> a. specify a mcontact_avp[1] in your script:
>> modparam("registrar", "mcontact_avp", "$avp(register)")
>>
>> b. just after fix_nated_contact() on your REGISTER request, store the
>> changed contact in that AVP:
>> fix_nated_contact();
>> $avp(register) = $ct.fields(uri);
>>
>> Doing these two changes to your script should store the real IP in the
>> location table.
>>
>> [1] http://www.opensips.org/html/docs/modules/2.4.x/registrar.ht
>> ml#idp5598160
>>
>> Best regards,
>>
>> On 11/01/2017 10:24 AM, Răzvan Crainea wrote:
>>
>> Can you print $ct.fields(uri) instead of $ct?
>> Also, please post the output on pastebin.com.
>>
>> Best regards,
>>
>> Răzvan Crainea
>> OpenSIPS Developerwww.opensips-solutions.com
>>
>> On 10/31/2017 03:47 PM, Răzvan Crainea wrote:
>>
>> Hi, Dragomir!
>>
>> Please post the logs I asked you to.
>>
>> Best regards,
>>
>> Răzvan Crainea
>> OpenSIPS Developerwww.opensips-solutions.com
>>
>> On 10/31/2017 03:45 PM, Sumit Birla wrote:
>>
>> X-Lite figures out its public IP and uses that in Via: and Contact:
>> headers unless you set ‘Firewall traversal method’ to ‘None’ in the account
>> settings.
>>
>>
>>
>>
>> On Oct 31, 2017, at 9:14 AM, Dragomir Haralambiev 
>> wrote:
>>
>> When REGISTER received from X-lite all is OK. Here part from REGISTER
>> message:
>>
>> REGISTER sip:OpenSip_IP:Opensips_port;transport=UDP SIP/2.0
>> Via: SIP/2.0/UDP 219.101.241.150:64726;branch=z
>> 9hG4bK-524287-1---39ee8718032a1a5a;rport
>> Contact: > 122d9250e9d0bd>
>>
>> Here  "Via" contains real IP (this is Route IP).
>>
>> When REGISTER received from Yealink VoIP phone I have problem. Here part
>> from REGISTER message:
>>
>> REGISTER sip:OpenSip_IP:Opensips_port SIP/2.0
>> Via: SIP/2.0/UDP 192.168.2.207:5062;branch=z9hG4bK77238423
>> Contact: 
>>
>> Here  "Via" contains not real IP (this is Yealink IP).
>>
>> What I do ?
>>
>>
>> 2017-10-31 14:18 GMT+02:00 Răzvan Crainea :
>>
>>> So you did manage to fix your problem?
>>>
>>> Răzvan Crainea
>>> OpenSIPS Developerwww.opensips-solutions.com
>>>
>>> On 10/31/2017 02:17 PM, Dragomir Haralambiev wrote:
>>>
>>> Hi,
>>>
>>> Thanks for your replay.
>>>
>>> I execute fix_nated_contact() after fix_nated_register().
>>>
>>> Here part of my script:
>>> if (isflagset(NAT)) {
>>> if (is_method("REGISTER")) {
>>> fix_nated_register();
>>> setbflag(NAT_BFLAG); # nat register
>>> }
>>> fix_nated_contact();
>>> }
>>>
>>> In this case fix_nated_contact() will be fix contact records in location
>>> table.
>>>
>>>
>>> 2017-10-31 14:02 GMT+02:00 Răzvan Crainea :
>>>
 Hi, Dragomir!

 fix_nated_register() does not change the contact of the message,
 fix_nated_contact() does that.
 Please print the Contact header as I instructed earlier and send back
 the script trace. Also, please post the logs on pastebin.com or
 something, don't do it directly in the email.

 Best regards,

 Răzvan Crainea
 OpenSIPS Developerwww.opensips-solutions.com

 On 10/31/2017 12:40 AM, Dragomir Haralambiev wrote:

 What will I do to solve this problem?

 2017-10-27 11:50 GMT+03:00 Dragomir Haralambiev :

> Oct 27 11:47:32 web /usr/loca

[OpenSIPS-Users] OpenSIPs Control Panel Homer Menu

2017-11-02 Thread Social Boh

Hello,

each time I try to access Homer Menu on OpenSIPs Control Panel 7.3.2, on 
the apache log:


Call to undefined function apc_store() in 
/var/www/html/opensips-cp/web/tools/system/homer/homer.php on line 5


Blank page

OpenSIPs Homer Configuration:

$homer_URL = "http://homer.mydomain.org";;

$homer_auth_method = "get";

Homer OpenSIPs configuration (preference.php)

define('AUTHENTICATION',"External");
define('EXTERNAL_AUTH_URI', 
"http://os.mydomain.org/cp/tools/system/homer/auth.php";;);

define('EXTERNAL_AUTH_METHOD', "GET");
define('EXTERNAL_AUTH_PARAM', "param=KEY");
define('EXTERNAL_AUTH_REQUEST_TYPE', "get");
define('EXTERNAL_AUTH_REQUEST_KEY', "externalid");
define('EXTERNAL_AUTH_POSITIVE_REPLY', "200");
define('EXTERNAL_AUTH_REPLY_USER_INFO', "json");

Any hint

Thank you in advance.

Regards

--
---
I'm SoCIaL, MayBe


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] ACC Extra field On OpenSIPs Console - CDR Viewer

2017-11-02 Thread Social Boh

Sorry,

OpenSIPS Control Panel 7.2.3 :)

I have this line on ACC Configuration:

*modparam("acc", "extra_fields", "db: gw->Gateway")*

To know wich gateway OpenSIPs use to make a call.

I added this field in acc table and i can see the values.

My problem is I don't know how modify correctly:

*config/tools/system/cdrviewer/local.inc.php*

to see the values of this field on the CDR Viewer menu. With this:

 // what fields to show
 $show_field[0]['time'] = "Time" ;
 $show_field[1]['method'] = "Method" ;
 $show_field[2]['callid'] = "Sip Call ID" ;
 $show_field[3]['sip_code'] = "Sip Code" ;
 $show_field[4]['sip_reason'] = "Sip Reason" ;
 $show_field[5]['setuptime'] = "Setup Time";
 $show_field[6]['duration'] = "Duration";
 $show_field[7]['from_tag'] = "Sip From Tag" ;
 $show_field[8]['to_tag'] = "Sip To Tag";
* $show_field[9]['Gateway'] = "SIP Gateway";*

(bold) I can see the column but not contain any value.

Thank you

Regards

---
I'm SoCIaL, MayBe

El 02/11/2017 a las 12:23, Bogdan-Andrei Iancu escribió:

Hi,

I guess you mean OpenSIPS Control Panel 7.2.3 (and not OpenSIPS Console).

And yes, it is possible to configure the CDRViewer to display extra DB 
fields. What are the changes you did in the local.inc.php file ?


Regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

On 11/02/2017 06:56 PM, Social Boh wrote:

Hello,

I'm using OpenSIPs 2.3.2 and OpenSIPs Console 7.2.3.

I'd like know if is possible to see Acc Extra Fields, configured on 
ACC Module, on CDR Viewer menu.


I tried modifying



p without success.

Regards





___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] ACC Extra field On OpenSIPs Console - CDR Viewer

2017-11-02 Thread Bogdan-Andrei Iancu

Hi,

I guess you mean OpenSIPS Control Panel 7.2.3 (and not OpenSIPS Console).

And yes, it is possible to configure the CDRViewer to display extra DB 
fields. What are the changes you did in the local.inc.php file ?


Regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

On 11/02/2017 06:56 PM, Social Boh wrote:

Hello,

I'm using OpenSIPs 2.3.2 and OpenSIPs Console 7.2.3.

I'd like know if is possible to see Acc Extra Fields, configured on 
ACC Module, on CDR Viewer menu.


I tried modifying config/tools/system/cdrviewer/local.inc.php without 
success.


Regards




___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] AES + Opensip

2017-11-02 Thread Bogdan-Andrei Iancu

Hi,

Basically your Polycom will try to do SIP over TLS with AES cipher ?

Regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

On 11/01/2017 06:26 PM, Trupyy . wrote:

Hello Everyone,

I got a quick question, hope someone can help me with it. So I got two 
Polycom VC devices to work with Opensips but the Calls work only when 
i turn off the Encryption (AES Option), when i turn it on i get an 
error that some security settings are not working properly.


Can someone tell me if opensips is compatible with AES encryption or 
is the only encryption possibility, TLS?


Thank you.


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Dispatcher module disable gateway after X failures, auto re-enable after some time

2017-11-02 Thread Bogdan-Andrei Iancu

Hi Adam,

You can try something like this, it makes sense, considering your custom 
requirements. The local cache is decent as performance, no worries. In 
terms of changing the the destination status from script, you can do it 
only in the context of a call failed to that destination. If this is not 
good for you, let me know and I can show you some tricks ;)


Regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

On 10/31/2017 02:10 PM, Adam Raszynski wrote:
My first idea was to create failure counter for each gateway (variable 
in local cache)


Than in onreply route to increment counter every time call is not 
established, and reset counter if any call was successful. So we get 
consecutive failures counter in cache and can make further decisions 
basing on that information


Does it make sense? Is local cache fast enough (and causes no locking 
problems) to be incremented in such intensive way?


Is it possible to change dispatcher gateway status from inside script? 
Or it's possible only by using external interface?


2017-10-31 12:31 GMT+01:00 Bogdan-Andrei Iancu >:


Hi Adam,

Maybe such a custom logic is outside OpenSIPS scope - still have
you considered using the ds_set_state MI function to control from
outside the status of the destinations ? Of course you will have
to use the Event Interface too, to receive the notifications on
the destination status (when OpenSIPS is doing the state
transition) - see the E_DISPATCHER_STATUS event
(http://www.opensips.org/html/docs/modules/2.3.x/dispatcher.html#idp5746368

)

So, when OpenSIPS switches a destination into probing (based on a
failure detection), you can get the event and force the
destination into Inactive ; after some custom amount of time, you
can put it back into Probing mode, to allow OpenSIPS to re-enable it.

Regards,

Bogdan-Andrei Iancu
   OpenSIPS Founder and Developer
   http://www.opensips-solutions.com 

On 10/28/2017 04:13 PM, Adam Raszynski wrote:

Hi

Could you suggest some working configuration of the dispatcher
module for the following setup:

- Flag gateway as failed (even if it's still responding to
OPTIONS) after some number of consecutive call failures. That's
the easy part

- Automatically un-flag gateway after some time, to allow
re-checking (reset failure counter?)

- Ideal solution would also include increasing re-check interval,
ie first re-check after 1 minute, if next failure detected next
re-check after 2 minutes, next after 4 and so on


Best Regards



___
Users mailing list
Users@lists.opensips.org 
http://lists.opensips.org/cgi-bin/mailman/listinfo/users






___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Differences between dialog replication and db_mode 1

2017-11-02 Thread Bogdan-Andrei Iancu

Hi Matine,

When using db_mode 1 (which makes the active opensips to write the 
dialogs into DB in realtime), how to you load the dialogs from DB into 
memory on the backup opensips ? do you restart it when becoming active ? 
because under normal operations OpenSIPS does not read the DB dialogs.


The clustered based replication for dialogs has several advantages:
* you do not need the a DB at all for replication
* if you use DB for restart persistence, you can use the much 
lighter db_mode 2 to avoid realtime and intensive DB ops

* you can create active-active scenarios
* it is a real-time replication

Regards,

Bogdan-Andrei Iancu
  OpenSIPS Founder and Developer
  http://www.opensips-solutions.com

On 11/02/2017 11:15 AM, Matine Tinthaitae wrote:

Hi,

I'm trying to set up an active/standby solution using floating ip. 
Only dialogs have to be shared.


I've been using both the clusterer module dialog replication and the 
dialog module db_mode 1 with a shared database and both seem to do 
what i want, which is being able to kill the active node without 
losing call states.


What's the difference/benefit of using the clusterer module over 
db_mode 1 in this scenario?


Thank you!

//Matine


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] ACC Extra field On OpenSIPs Console - CDR Viewer

2017-11-02 Thread Social Boh

Hello,

I'm using OpenSIPs 2.3.2 and OpenSIPs Console 7.2.3.

I'd like know if is possible to see Acc Extra Fields, configured on ACC 
Module, on CDR Viewer menu.


I tried modifying config/tools/system/cdrviewer/local.inc.php without 
success.


Regards

--
---
I'm SoCIaL, MayBe


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] jsonrpc

2017-11-02 Thread Lance Oreste
How do I post to jonrpc?




*We are trying to use this with an external application to add
users/domains on opensips 2.3 but it does not seems to be working. We got
jsonrpc setup and it is working but have no idea how to send commands to
it.* curl -X POST \   http://registrar.tel.dev.overpass.com:8000/nxproxy_
proxy_mi/ \   -H 'cache-control: no-cache' \
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Table location and command opensipsctl ul show.

2017-11-02 Thread Rodrigo Pimenta Carvalho
Ok.


Thank you very much!


RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979



De: Users  em nome de Răzvan Crainea 

Enviado: quinta-feira, 2 de novembro de 2017 11:27
Para: users@lists.opensips.org
Assunto: Re: [OpenSIPS-Users] Table location and command opensipsctl ul show.

Hi, Rodrigo!

The interaction between OpenSIPS memory and database is described here[1]. 
Depending on your db_mode configuration, you might find entries that are not 
yet synced in the database.

[1] http://www.opensips.org/html/docs/modules/2.4.x/usrloc.html#idp5672576
usrloc Module - 
opensips.org
www.opensips.org
How the contacts are matched (for same AOR - Address of Record) is an important 
aspect of the usrloc modules, especialy in the context of NAT traversal - this 
raise ...



Best regards,

Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com

Home — OpenSIPS Solutions
www.opensips-solutions.com
OpenSIPS is a mature Open Source implementation of a SIP server. OpenSIPS is 
more than a SIP proxy/router as it includes application-level functionalities.

On 11/02/2017 02:33 PM, Rodrigo Pimenta Carvalho wrote:

Hi.


When I delete all registers from table location, I still can see registers via 
command 'opensipsctl ul show'.

Why a empty table location doesn't gives a null result in 'opensipsctl ul show' 
?

Is it caused by the configuration from opensips.cfg ?


Thanks.


RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979



___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Table location and command opensipsctl ul show.

2017-11-02 Thread Răzvan Crainea

Hi, Rodrigo!

The interaction between OpenSIPS memory and database is described 
here[1]. Depending on your db_mode configuration, you might find entries 
that are not yet synced in the database.


[1] http://www.opensips.org/html/docs/modules/2.4.x/usrloc.html#idp5672576

Best regards,

Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com

On 11/02/2017 02:33 PM, Rodrigo Pimenta Carvalho wrote:


Hi.


When I delete all registers from table location, I still can see 
registers via command 'opensipsctl ul show'.


Why a empty table location doesn't gives a null result in 'opensipsctl 
ul show' ?


Is it caused by the configuration from opensips.cfg ?


Thanks.


RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


[OpenSIPS-Users] Table location and command opensipsctl ul show.

2017-11-02 Thread Rodrigo Pimenta Carvalho
Hi.


When I delete all registers from table location, I still can see registers via 
command 'opensipsctl ul show'.

Why a empty table location doesn't gives a null result in 'opensipsctl ul show' 
?

Is it caused by the configuration from opensips.cfg ?


Thanks.


RODRIGO PIMENTA CARVALHO
Inatel Competence Center
Software
Ph: +55 35 3471 9200 RAMAL 979
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users


Re: [OpenSIPS-Users] Wrong Contact in location table

2017-11-02 Thread Răzvan Crainea

Did you put the mcontact_avp parameter I asked you to?
Can you print the value of the register just before save()? Also, can 
you send over some logs for the reply?


Best regards,

Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com

On 11/02/2017 12:26 AM, Dragomir Haralambiev wrote:

Hi,

I try this but in location table I not see real IP. Problem exists.

When make save location $avp(register)=sip:55996201@192.27.47.139:5060 



opensipsctl ul show 55996201@192.27.47.139 

AOR:: 55996201
        Contact:: sip:57996201@192.168.22.201:5060 
 Q=

        ContactID:: 182005870676967428
Where is problem?


2017-11-01 15:08 GMT+02:00 OpenSIPS Marketing >:


OK, I managed to figure out why you get the private IP in the
location table - that's because you are saving the registration in
the onreply route, where you no longer have access to the
fix_nated_contact() value.

To fix your issue, you need to do the following:
a. specify a mcontact_avp[1] in your script:
modparam("registrar", "mcontact_avp", "$avp(register)")

b. just after fix_nated_contact() on your REGISTER request, store
the changed contact in that AVP:
fix_nated_contact();
$avp(register) = $ct.fields(uri);

Doing these two changes to your script should store the real IP in
the location table.

[1]
http://www.opensips.org/html/docs/modules/2.4.x/registrar.html#idp5598160


Best regards,

On 11/01/2017 10:24 AM, Răzvan Crainea wrote:

Can you print $ct.fields(uri) instead of $ct?
Also, please post the output on pastebin.com .

Best regards,
Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com 
On 10/31/2017 03:47 PM, Răzvan Crainea wrote:

Hi, Dragomir!

Please post the logs I asked you to.

Best regards,
Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com 
On 10/31/2017 03:45 PM, Sumit Birla wrote:

X-Lite figures out its public IP and uses that in Via: and
Contact: headers unless you set ‘Firewall traversal method’ to
‘None’ in the account settings.





On Oct 31, 2017, at 9:14 AM, Dragomir Haralambiev
mailto:goup2...@gmail.com>> wrote:

When REGISTER received from X-lite all is OK. Here part from
REGISTER message:

    REGISTER sip:OpenSip_IP:Opensips_port;transport=UDP SIP/2.0
    Via: SIP/2.0/UDP
219.101.241.150:64726;branch=z9hG4bK-524287-1---39ee8718032a1a5a;rport
    Contact:


Here  "Via" contains real IP (this is Route IP).

When REGISTER received from Yealink VoIP phone I have problem.
Here part from REGISTER message:

    REGISTER sip:OpenSip_IP:Opensips_port SIP/2.0
    Via: SIP/2.0/UDP 192.168.2.207:5062;branch=z9hG4bK77238423
    Contact: http://sip:55896207@192.168.2.207:5062/>>

Here  "Via" contains not real IP (this is Yealink IP).

What I do ?

2017-10-31 14:18 GMT+02:00 Răzvan Crainea mailto:raz...@opensips.org>>:

So you did manage to fix your problem?

Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com


On 10/31/2017 02:17 PM, Dragomir Haralambiev wrote:

Hi,

Thanks for your replay.

I execute fix_nated_contact() after fix_nated_register().

Here part of my script:
if (isflagset(NAT)) {
                if (is_method("REGISTER")) {
fix_nated_register();
setbflag(NAT_BFLAG); # nat register
                }
fix_nated_contact();
}

In this case fix_nated_contact() will be fix contact
records in location table.


2017-10-31 14:02 GMT+02:00 Răzvan Crainea
mailto:raz...@opensips.org>>:

Hi, Dragomir!

fix_nated_register() does not change the contact of
the message, fix_nated_contact() does that.
Please print the Contact header as I instructed
earlier and send back the script trace. Also, please
post the logs on pastebin.com 
or something, don't do it directly in the email.

Best regards,

Răzvan Crainea
OpenSIPS Developer
www.opensips-solutions.com


On 10/31/2017 12:40 AM, Dragomir Haralambiev wrote:

What will I do to solve this problem?

2017-10-27 11:50 GMT+03:00 Dragomir Haralambiev
mailto:goup2...@gmail.com>>:

Oct 27 11:47:32 web
/usr/local/sbin/opensips[30490]: 57995010:
REGISTER bef

[OpenSIPS-Users] Differences between dialog replication and db_mode 1

2017-11-02 Thread Matine Tinthaitae
Hi,

I'm trying to set up an active/standby solution using floating ip. Only
dialogs have to be shared.

I've been using both the clusterer module dialog replication and the dialog
module db_mode 1 with a shared database and both seem to do what i want,
which is being able to kill the active node without losing call states.

What's the difference/benefit of using the clusterer module over db_mode 1
in this scenario?

Thank you!

//Matine
___
Users mailing list
Users@lists.opensips.org
http://lists.opensips.org/cgi-bin/mailman/listinfo/users