Re: [OpenSIPS-Users] mid_registrar work arround

2018-08-14 Thread Ben Newlin
Volga, I must be misunderstanding. If you are able to determine the correct receiving interface in OpenSIPS and you are using the Path header to communicate that to the next hop destination, I'm not sure I'm clear on what the issue is you are still trying to solve? Ben Newlin On 8/14/18,

Re: [OpenSIPS-Users] mid_registrar work arround

2018-08-14 Thread volga629
Hello Ben, Yes, I create logic like this if(!has_totag() && is_method("INVITE")) { create_dialog(); if($Ri== vip1 ip addr) { set_dlg_sharing_tag("vip1"); $avp(vip) = "vip1 ip addr"; } else if($Ri==

Re: [OpenSIPS-Users] mid_registrar work arround

2018-08-14 Thread Ben Newlin
Volga, Sorry, I didn't fully understand your scenario. Even though you said it was active/active, I was assuming an active/standby scenario where only 1 IP would be active on a box at a time. I don't think this approach would work for the scenario you are describing. Is there some reason you

Re: [OpenSIPS-Users] mid_registrar work arround

2018-08-14 Thread volga629
Hello Ben, Do you mean for this modparam("cfgutils", "varset", "init=i:1") modparam("cfgutils", "varset", "gw=s:sip:11.11.11.11;transport=tcp") or this modparam("cfgutils", "shvset", "debug=i:1") modparam("cfgutils", "shvset", "pstngw=s:sip:10.10.10.10") in my case will be something like

[OpenSIPS-Users] [RELEASE] OpenSIPS 2.3.5 and 2.4.2 minor releases

2018-08-14 Thread Răzvan Crainea
Hello! After pushing a bunch of fixes on a short notice, I am glad to announce that two new minor releases are out: OpenSIPS 2.3.5 and 2.4.2. These releases incorporate a lot of bug fixes gathered throughout the last months, most noticeable ones in the accounting, dialog and mid_registrar

[OpenSIPS-Users] Add Contact parameters

2018-08-14 Thread Jeff Pyle
Hello, Is it possible to add a parameter to the Contact header as a message passes through the proxy? Specifically I need to add at least one parameter to the Contact user. I realize this isn't as simple as it seems on the surface since it would probably have to be managed on every message

Re: [OpenSIPS-Users] how to increase number of branches in opensips code .

2018-08-14 Thread Sasmita Panda
I am using opensips-2.2 . I wanted to increase the maximun number branches per transaction . I have changed the config.h file " #define MAX_BRANCHES 12 " , I increased that to 250 . After installing again I am getting error in tm module . Below is the error . INFO:tm:mod_init: TM -