[SR-Users] Domain limits and domain.reload

2016-08-25 Thread Bruno Emer
Hello all. I am currently working in a company that built an online platform that allows companies talk to their customer using different medias, such as video, voice and chat. To this, we are using Kamailio to provide SIP services such as WebSockets, Registrar and proxy, and ir works really well.

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Mike Patterson
Thank you. I am reviewing the doc. I am new to Kamailio so it will take some time for me. From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of E. Schmidbauer Sent: Thursday, August 25, 2016 10:22 AM To: d.tr...@pocos.nl; Kamailio (SER) - Users Mailing List Subject: R

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Err sorry Mike (not matt) On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba wrote: > On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > > I have configured Kamailio to pass a registration request to another VoIP > > provider. The reason I am doing this is to provide a sip port for us

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread E. Schmidbauer
Hi Matt, Check out this post and config: https://blog.voipxswitch.com/2016/08/11/kamailio-and-freeswitch-on-the-same-server-with-nsq-and-jansson-rpc/ It demonstrates how to handle NAT & forward a REGISTER to FreeSWITCH (on localhost) Thanks, Emmanuel On Thu, Aug 25, 2016 at 9:57 AM, Daniel Tryba

Re: [SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Daniel Tryba
On Thu, Aug 25, 2016 at 09:38:12AM -0400, Mike Patterson wrote: > I have configured Kamailio to pass a registration request to another VoIP > provider. The reason I am doing this is to provide a sip port for users > where the ISP is blocking SIP. I am able to pass the registrations to the > VoIP

[SR-Users] uac_auth and (serial) forking

2016-08-25 Thread Daniel Tryba
Trying to implement a way to authenticate outgoing INVITEs to endpoints that need/want to. uac_auth in the initial failure route works fine when there is only 1 registered user to send the INVITE to. But with at least 2 locations are available and 1 accepts the INVITE without authentication, the 40

[SR-Users] Kamailio - passing registration to another sip server

2016-08-25 Thread Mike Patterson
I have configured Kamailio to pass a registration request to another VoIP provider. The reason I am doing this is to provide a sip port for users where the ISP is blocking SIP. I am able to pass the registrations to the VoIP provider but I'd like to have inbound calls working as well. I see the

Re: [SR-Users] ims_dialog- dlg set error

2016-08-25 Thread Dragos Oancea
Hi Suresh, I have checked the tarball for 4.4.2 since I was curious about your issue. #!define FLT_DIALOG 2 modparam("ims_dialog", "dlg_flag", FLT_DIALOG) These two lines are present in examples/scscf/kamailio.cfg, so it shouldn't have run into that error. Make sure you are running the right exa

[SR-Users] ims_dialog- dlg set error

2016-08-25 Thread Suresh . Waware
Hi, We are using kamailio 4.4.2 version source code. For building SCSCF we are using example configuration files provided in the source code. While running SCSCF; we are facing following error. ERROR: ims_dialog [ims_dialog.c:378]: mod_init(): no dlg flag set!!

Re: [SR-Users] Checking if a reply is part of a forked transaction

2016-08-25 Thread Daniel-Constantin Mierla
If you do lookup(...), then you can use $branch(count) to see how many branches are: - https://www.kamailio.org/wiki/cookbooks/4.4.x/pseudovariables#branch_name_-_branch_attributes The solution with flags mentioned by Alex is a good one. Cheers, Daniel On 24/08/16 22:03, Phil Lavin wrote: > W

Re: [SR-Users] Change debug level without restarting Kamailio

2016-08-25 Thread Daniel-Constantin Mierla
Hello, adding a bit more to help the newcommers: look at debugger module, it can be used to change the debug level per module/component, plus few other goodies for debugging: - https://www.kamailio.org/docs/modules/stable/modules/debugger.html Cheers, Daniel On 24/08/16 16:59, Daniel Grotti