Re: [SR-Users] Problem using ds_is_from_list in failure_route

2016-09-20 Thread Joel Serrano | VOZELIA
Hi, I managed to solve this problem using ds_is_from_list in failure_route like this: ds_is_from_list("8201", "3", "sip:$T_rpl($si):$T_rpl($sp)")) But I don't understand why I needed to do it that way. I would still like anyone to explain if they know the reason! Thanks.. :) Joel. -

[SR-Users] Problem using ds_is_from_list in failure_route

2016-09-20 Thread Joel Serrano | VOZELIA
Hi all, I'm facing a strange problem using ds_is_from_list in the failure_route block. I have 4 servers in a dispatcher group 8201. Scenario: A call comes in, gets routed to a backend server from 8201 dispatcher group, the backend replies with a 480. Then we have:

Re: [SR-Users] Kamailio invite fails with 403 at cscf

2016-09-20 Thread Jason Penton
cool, thanks for letting us know Owais. On Tue, Sep 20, 2016 at 4:09 PM, Owais wrote: > Updating to the latest version git master removed it. > > > > -- > View this message in context: http://sip-router.1086192.n5. >

Re: [SR-Users] Kamailio invite fails with 403 at cscf

2016-09-20 Thread Owais
Updating to the latest version git master removed it. -- View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-invite-fails-with-403-at-cscf-tp151639p151995.html Sent from the Users mailing list archive at Nabble.com. ___

[SR-Users] .NET Core & Kamailio 5.0

2016-09-20 Thread Grant Bagdasarian
Hi, I was reading some docs on Kamailio 5 and saw in the ToDo list an item about implementing the dynamic object mechanism for Mono. Would it be possible to implement it directly for .NET Core, since the official .NET support has been added to Linux some time ago? Regards, Grant

[SR-Users] Addressing a distinct PSI result is: 555 AS Contacting Failed - iFC terminated dialog

2016-09-20 Thread Valentin Christoph
Hi all, I'm trying to send a call to an AS via a kamailio S-CSCF (release 4.4.3). I'm addressing the AS by a distinct PSI: sip:04325432...@domain.net;user=gsmr. At the first try the S-CSCF sends a SAR to HSS and receives a successful SAA (tshark traces attached), but the S-CSCF rejects the

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Julia Boudniatsky
Hi Alex, This works fine, undoubtedly it's a better solution. Thank you very much! Julia. On Tue, Sep 20, 2016 at 11:28 AM, Alex Hermann wrote: > On maandag 19 september 2016 13:34:07 CEST Julia Boudniatsky wrote: > > I send INVITE via uac_send_req() and receive "183" and

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Julia Boudniatsky
Hello, thank you for reply. I need to set some variable with sdp from 183. I solved it with sending uac request to different kamailio local port (before sending to destination) and specifying onreply_route for INVITEs, received in this port. On Tue, Sep 20, 2016 at 10:38 AM, Daniel-Constantin

[SR-Users] Killing dialog using kamcmd

2016-09-20 Thread Laura
Dear list, i have developed a tool that automatically stop the call after some trigger i use.. For do that i use the kamcmd dlg.end_dlg command. It work perfectly but i have noticed a problem over the kamailio acc table. When i kill a specific call using this command.. the acc table don't

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Alex Hermann
On maandag 19 september 2016 13:34:07 CEST Julia Boudniatsky wrote: > I send INVITE via uac_send_req() and receive "183" and "200"responses. > Only "200" appears in the log of event_route[uac:reply]. > > Is event_route[uac:reply] executed only for final responses? You should be able to set an

Re: [SR-Users] OOM Errors

2016-09-20 Thread Daniel-Constantin Mierla
I am not sure if anyone is using purple module anymore, because, iirc, it doesn't compile with latest version of libpurple given there were changes in the lib api and nobody updated the module. Also, I understood that yahoo discontinued old protocol, not sure what are other protocols that work, so

Re: [SR-Users] event_route[uac:reply] question

2016-09-20 Thread Daniel-Constantin Mierla
Indeed, only the final response gets to the even_route, this is because of the callback used from tm module. Maybe, if you can offer more details about what you need from 183, we can provide some hints if it's possible and how. Cheers, Daniel On 20/09/16 07:27, Julia Boudniatsky wrote: > I

Re: [SR-Users] Kamailio P-CSCF error on INVITE

2016-09-20 Thread Owais
There was a sample configuration issue. Upgrading on git master solved it. -- View this message in context: http://sip-router.1086192.n5.nabble.com/Kamailio-P-CSCF-error-on-INVITE-tp151614p151951.html Sent from the Users mailing list archive at Nabble.com.