Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Sasmita Panda
I have open an issue . Please do help me on this . Let me know if anything I can do . Its very important for me as I am middle of delivering my build . https://github.com/OpenSIPS/opensips/issues/1488 *Thanks & Regards* *Sasmita Panda* *Senior Network Testing and Software Engineer* *3CLogic , p

Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Sasmita Panda
Yes , you are right . If I am making it 1 , then calls are going to 2nd rtpengine even if 1st one is reachable . I will open an issue . Let me test this for some more calls . *Thanks & Regards* *Sasmita Panda* *Senior Network Testing and Software Engineer* *3CLogic , ph:07827611765* On Mon, O

Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Răzvan Crainea
if you are doing like that, you are dispatching 3 quarters of traffic to the first one, and one quarter to the second one, it's not used just for failover. The second one must be 0 if you want to have it as failover. If it is not working with 0, please open an issue on github[1]. [1] https://gi

Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Sasmita Panda
After making like below its working fine . modparam("rtpengine", "rtpengine_sock", "udp:1st_ip:12000 =3 udp:2nd_ip:1200 0=1") OR modparam("rtpengine", "rtpengine_sock", "udp:1st_ip:12000 =3") modparam("rtpe

Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Sasmita Panda
If I am setting 2nd one to 0 , Then offcource 1st one becomes primary . But it wont switch to 2nd one when 1st wont reachable . I am getting error as bellow . INFO:rtpengine:rtpe_test: rtp proxy found, support for it enabled ERROR:rtpengine:rtpe_function_call: no available proxies ERROR:rtpeng

Re: [OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-08 Thread Răzvan Crainea
Hi, Sasmita! You can try to set a weight of 0 to the second rtpengine socket, something like: modparam("rtpengine", "rtpengine_sock", "udp:138.197.47.209:12000 udp:104.131.174.53:1200=0") Let me know if this works or you're finding any issues. Best regards, Razvan On 10/8/18 8:40 AM, Sasm

[OpenSIPS-Users] I need help in rtpengine module of opensips-2.2

2018-10-07 Thread Sasmita Panda
Hi All , I am using opensips-2.2 with rtpengine . I have 2 server where rtpengine is running . I want opensips should do failover between these 2 server . In my opensips confing is like loadmodule "rtpengine.so" modparam("rtpengine", "rtpengine_sock", "udp:138.197.47.209:12000 udp: 104.131.174