[SR-Users] help siremis

2017-05-31 Thread borhen ben jedidia
Hello, i installer siremis on centos . i need help or manual tu configure it . there is no help on the net . thank you . Borhen Ben Jedidia bor...@praxys-crm.com Technico-commercial Skype: borhen3856 Mobile 1 : 00 216 26 76 78 77 Mobile 2 : 06 12 95 62 91 Ligne directe : 01 78 76 90 80

Re: [SR-Users] Configure(children=x) didn't work

2017-05-31 Thread sgy
Hi Daniel, Thank you very much. I will study it further. -- Best Regards, Shengy 在 2017-05-31 00:40:57,"Daniel-Constantin Mierla" 写道: children parameter is to specify the number of workers per udp socket (or other sockets, a matter of different parameters). It is normal to have more than i

Re: [SR-Users] Issue with Dispatcher Failover algorithm

2017-05-31 Thread Sebastian Damm
Hi, On Thu, May 25, 2017 at 2:18 PM, Cristi Constantin wrote: > if (ds_is_from_list(7, 3, "$ru")) { > remove_hf("Route"); > if(!ds_select_dst("7", "8")) { > send_reply("404", "No destination"); > exit; > } > } I might be off, but

Re: [SR-Users] dispatcher & failover

2017-05-31 Thread Mititelu Stefan
Cool, I'm glad it works. :D --- Stefan On Wed, May 31, 2017 at 3:54 PM, Jean Cérien wrote: > > I've spent quite some time on tihs doc, and managed *not* to read this > paragraph. > > Many thanks for the help, it is indeed working as you said ! > > J. > > On Wed, May 31, 2017 at 8:24 AM, Mit

Re: [SR-Users] dispatcher & failover

2017-05-31 Thread Jean Cérien
I've spent quite some time on tihs doc, and managed *not* to read this paragraph. Many thanks for the help, it is indeed working as you said ! J. On Wed, May 31, 2017 at 8:24 AM, Mititelu Stefan < stefan.mititel...@gmail.com> wrote: > Hi, > > In the documentation I read the following for "d

Re: [SR-Users] Issue with Dispatcher Failover algorithm

2017-05-31 Thread Daniel-Constantin Mierla
I looked at the code and all seems ok there -- the first destination is selected to be used first. Can you print $(avp(AVP_DST)[*]) after ds_select_dst(...)? Like: xlog("selected destinations: $(avp(AVP_DST)[*])\n"); Send the log message after doing three test calls. Cheers, Daniel On 30.05.1

Re: [SR-Users] How to get modified SDP by RTPProxy

2017-05-31 Thread Daniel-Constantin Mierla
Hello, On 30.05.17 19:15, Albert Petit wrote: > Hi list, > > We are using RTPProxy as media proxy. When doing a SIPcall we would > need to know the final ports used by RTPProxy. > Hence I would need to access the rewritten SDP of the 200 OK send by > our application server. > Unfortunately we

Re: [SR-Users] dispatcher & failover

2017-05-31 Thread Mititelu Stefan
Hi, In the documentation I read the following for "ds_ping_reply_codes": "Please note that the response codes the module accepts as valid reply to the PING-Method are not only the ones generated from the remote servers, but also those that are generated locally. E.g.: setting code=408 or class=40

Re: [SR-Users] Should a proxy change Contact or From domains?

2017-05-31 Thread Daniel-Constantin Mierla
Hello, On 30.05.17 20:02, Phil Lavin wrote: > > Hi all, > > > > Theoretical question about the role of a Kamailio proxy which is also > a registration server for UAs. > > > > Assuming a B2BUA on IP 1.2.3.4 behind the Kamailio proxy. Kamailio > receives an INVITE from this B2BUA with From and

Re: [SR-Users] Is it possible to replace Request-URI in the REGISTERs with the result of dispatcher?

2017-05-31 Thread Daniel Tryba
On Wed, May 31, 2017 at 04:06:44PM +0800, 刘鲲 wrote: > I expect the kamailio_1 forward the REGISTERs to > kamailio_2/kamailio_3, and kamailio_2/kamailio_3 respond with 200 OK. > But in fact, the registrars send the REGISTER back to kamailio_1. > > I think the reason is that the host part of Reques

[SR-Users] Is it possible to replace Request-URI in the REGISTERs with the result of dispatcher?

2017-05-31 Thread 刘鲲
Hello, I build three kamailioes, one acts as a pass-through proxy as well as load-balancing, the two registrars. The kamailio_1 decides to which registrar the REGISTER should forward by a dispatcher based on db_text. -