Re: [SR-Users] kamailio crushes because of tcp errors

2016-08-26 Thread Dmitry
hi almost all "gdb/bt full" contain: #13 0x005f916c in parse_disposition (s=0xa75468 tcp_reader_ltimer+228904, disp=optimized out) at parser/parse_disposition.c:60 disp_p =  new_p =  state = 2 saved_state = 2 tmp = 0x7f161b681fc0 "" end = 0x4020dd88 error: Cannot access memory at a

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

2016-08-26 Thread Daniel Tryba
On Thu, Aug 25, 2016 at 01:34:30PM -0400, Mike Patterson wrote: > Thank you. I am reviewing the doc. I am new to Kamailio so it will > take some time for me. Good luck then :) Here is my slightly redacted config for a setup similar to yours (which is just a loadbalancer/proxy), which uses both

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

2016-08-26 Thread Mike Patterson
Thank you for your response. Can you tell me what value I need to put in is_in_subnet? Is this the local network of the Kamailio server or is it the network of the down-stream sip server? Do you of anyone who might be willing to work with me on this configuration for a fee or bounty? -Or

Re: [SR-Users] 4.4 topos ignoring Record-Route?

2016-08-26 Thread Daniel-Constantin Mierla
On 24/08/16 08:09, Daniel-Constantin Mierla wrote: > > On 22/08/16 11:42, Daniel Tryba wrote: >> On Mon, Aug 22, 2016 at 09:19:52AM +0200, Daniel-Constantin Mierla wrote: >>> can you try with git master branch? There were some fixes there which >>> were not ported yet (they will get into next 4.4

Re: [SR-Users] uac_auth and (serial) forking

2016-08-26 Thread Daniel-Constantin Mierla
Hello, try to see if it works to do the authentication in the branch failure event route. There you can do processing as soon as the 401 arrives -- it has to be tried to see if uac auth works fine there, if not probably needs some tuning. Cheers, Daniel On 25/08/16 15:42, Daniel Tryba wrote: >

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

2016-08-26 Thread Federico San Martín
Thank you Daniel and Daniel! This is exactly what I was looking for. BR, Federico From: "miconda" To: "Kamailio (SER) - Users Mailing List" Sent: Thursday, August 25, 2016 8:19:21 AM Subject: Re: [SR-Users] Change debug level without restarting Kamailio Hello, adding a bit more to

[SR-Users] kamailio Bigning

2016-08-26 Thread Gaurav Bmotra
hi i m new with kamailio so ple help me what i need to next i have install kamailio in centos 6.7 and also testing SIP to SIP call which is working but now i want to do some practice on routing (in kamailio.cnfg) so tell me what are the basics of it and what task i need to do for practice Thank y

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

2016-08-26 Thread Daniel Tryba
On Fri, Aug 26, 2016 at 07:39:02AM -0400, Mike Patterson wrote: > Thank you for your response. Can you tell me what value I need to put > in is_in_subnet? Is this the local network of the Kamailio server or > is it the network of the down-stream sip server? It is the subnet (or ip) of your downs

[SR-Users] Kamailio and user registration and a question on STUN servers

2016-08-26 Thread Kevin Greene
Hello Group: I am looking for a way to allow any SIP client to register to my (development) network without having to be already registered in the database. Is there a way for the user client to register and create a valid user subscription in the database? The SIP clients I am using have hard cod

[SR-Users] Looking for network version of ds_reload

2016-08-26 Thread Chad McElligott
Hello all, I'm in the process of converting an on-host install of Kamailio to be run inside a docker container. A part of this Kamailio install is a small node.js application that modifies the sqlite database Kamailio uses, then runs `kamctl fifo ds_reload` to tell Kamailio to reload its knowledge

[SR-Users] Kamailio Errors that I see in the system logs

2016-08-26 Thread Kevin Greene
Hi: Looking for help in this logging event. Aug 26 22:34:17 sipserver /usr/sbin/kamailio[14790]: ERROR: db_mysql [km_dbase.c:124]: db_mysql_submit_query(): driver error on query: PROCEDURE kamailio.kamailio_cdrs does not exist (1305) Aug 26 22:34:17 sipserver /usr/sbin/kamailio[14790]: ERROR: [db

Re: [SR-Users] Looking for network version of ds_reload

2016-08-26 Thread Alex Balashov
Hello Chad, My suggestion would be to use the 'jsonrpc-s' module: http://kamailio.org/docs/modules/4.4.x/modules/jsonrpc-s.html This runs over the 'xhttp' module, and requires enabling the TCP transport. However, the end result is that with very little config script, it will allow you to run

Re: [SR-Users] Kamailio Errors that I see in the system logs

2016-08-26 Thread Mike Patterson
Are you using siremis? -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Kevin Greene Sent: Friday, August 26, 2016 6:42 PM To: sr-users@lists.sip-router.org Subject: [SR-Users] Kamailio Errors that I see in the system logs Hi: Looking for hel

Re: [SR-Users] Kamailio and user registration and a question on STUN servers

2016-08-26 Thread Mike Patterson
As far as the register question, by default authentication is off. # *** To enable authentication execute: # - enable mysql # - define WITH_AUTH # - add users using 'kamctl' -Original Message- From: sr-users [mailto:sr-users-boun...@lists.sip-router.org] On Behalf Of Kevin Gr

Re: [SR-Users] Looking for network version of ds_reload

2016-08-26 Thread Chad McElligott
Great, thanks Alex. I will give that a shot and see how it goes. On Aug 26, 2016 5:42 PM, "Alex Balashov" wrote: > Hello Chad, > > My suggestion would be to use the 'jsonrpc-s' module: > > http://kamailio.org/docs/modules/4.4.x/modules/jsonrpc-s.html > > This runs over the 'xhttp' module, and re