Re: [SR-Users] Active calls limit

2016-10-17 Thread Daniel-Constantin Mierla
Hello, you can use sqlops module to load data from database and store in an xavp. If you want to load from subscriber table along with auth credentials, look at load_credentials parameter from auth_db module. Cheers, Daniel On 14/10/16 12:05, Ivan Dudko wrote: > Hello! > > I am trying to imple

Re: [SR-Users] Send SIP Info within a dialog using $uac_req(method)="INFO"

2016-10-17 Thread Daniel-Constantin Mierla
Hello, if you want to run an MI command over RPC, you have to use 'mi' as the rpc command and the MI command as the first parameter, followed by the rest of the parameters for the command. Cheers, Daniel On 14/10/16 14:23, Jonathan Hunter wrote: > Hi Daniel, > > Also I am trying to fire that co

Re: [SR-Users] sipml5 register to kamailio IMS (Unauthorized - Challenging the UE)

2016-10-17 Thread Daniel-Constantin Mierla
Hello, maybe you can get more hints about what happens there by running with debug=3 inside the kamailio cfg. Cheers, Daniel On 14/10/16 17:40, Serhat Guler wrote: > Hi, > > I am trying to register sipml5 webrtc client to my kamailio IMS setup. > I have tried to register the client both with ws

[SR-Users] 503 Service unavailable to 500

2016-10-17 Thread Dhruvin Desai
Hi 503 Service unavailable received at kamailio SIP server is forwarded as 500 server internal error to the UAC. Which seems fine based on the fact that there is no retry-after header. Would like to know if there is any way to to control the SIP Headers like adding Proprietary SIP Headers to the

[SR-Users] RTPEngine & Homer

2016-10-17 Thread Grant Bagdasarian
Hello, I'm trying to get rtpengine to send its stats to Homer, but I'm unsure to which IP I should configure RTPengine to send the stats? We have a Kamailio server configured with the sipcapture module, which works perfectly for SIP traffic, but RTP stats are not visible in Homer. Do I need to p

Re: [SR-Users] 503 Service unavailable to 500

2016-10-17 Thread Alex Balashov
Hello, Any reply code/status translation is going to invoke the absorption of the old reply and the generation of a new one, within the proxy. Proprietary SIP headers would not be conserved in such a scenario. To add headers to a reply, you can use append_to_reply(), which works in much the

[SR-Users] How to use sql transformations?

2016-10-17 Thread Daniel Tryba
How to use the sql transformation? https://www.kamailio.org/wiki/cookbooks/4.4.x/transformations#sql_transformations has the following example: xlog("$$rm = $rm = $(rm{s.sql})"); But adding this to the request_route and starting kamailio will fail: ERROR: pv [pv_trans.c:2351]: tr_parse_strin

Re: [SR-Users] sipml5 register to kamailio IMS (Unauthorized - Challenging the UE)

2016-10-17 Thread Serhat Guler
Hi Daniel, Thanks for your reply. I dug in a bit more and found out that the sipml5 doesn't calculate the digest correctly when AKAv1MD5 or v2 is selected as default (have no idea why). So, I set the default authentication algorithm as Digest MD5 and now I can register the UE. Cheers, Serhat On

[SR-Users] Sip route can be as IMS PCSCF node

2016-10-17 Thread Surender Singh
Hi, Can we use sip router as IMS PCSCF to connectivity with IMS. Does sip router supports the diameter RX interface to connectivity with PCRF . Regards Surender Singh ::DISCLAIMER:: --

Re: [SR-Users] Sip route can be as IMS PCSCF node

2016-10-17 Thread Jason Penton
Hello, yes you can to both questions. There are sample configs in the source tree as well. Cheers Jason On Mon, Oct 17, 2016 at 12:21 PM, Surender Singh wrote: > Hi, > > > > Can we use sip router as IMS PCSCF to connectivity with IMS. > > > > Does sip router supports the diameter RX interface

[SR-Users] BYE issue

2016-10-17 Thread Nelson Migliaro
Hello everybody, I am having issues with one SIP vendor. I have a Kamailio in bridge mode (private IP / Public IP) and some Asterisk and Media Gateways. Calls get established and I have two way audio but when the remote party hangs up the call, the BYE arrives to the Kamailio and does not move f

[SR-Users] RTPProxy

2016-10-17 Thread Rodrigo Moreira
Hi, What is difference between modules rtpproxy and rtpengine? Best regards. -- Rodrigo M. (37) 9132-4539 (34) 9889-3069 rodrigo.moreira2007 ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http:

Re: [SR-Users] RTPProxy

2016-10-17 Thread Alex Balashov
On 10/17/2016 02:29 PM, Rodrigo Moreira wrote: What is difference between modules rtpproxy and rtpengine? rtpproxy is a userspace process which, historically, has a relatively limited call throughput capacity (maybe a few hundred calls), though this might be addressed to some degree in rtppr

Re: [SR-Users] BYE issue

2016-10-17 Thread Alex Balashov
Nelson, You are very correct. The request URI of the BYE (and all other in-dialog requests, such as reinvites) should equal the Contact URI of the party to which it is being sent, and this should not change even if the in-dialog request is being sent through Kamailio because of Record-Route.

[SR-Users] sipml5 fail invite kamailio ims web sockets

2016-10-17 Thread Serhat Guler
Dear all, I can register the sipml5 client to my kamailio IMS setup successfully, but when I try to make a call the invite fails with "478 Unresolvable destination". From the wireshark trace file I think the PCSCF on the terminating side cannot resolve the destination. After the invite request fai