Re: [SR-Users] Best way to log incoming/outgoing sip messages?

2017-01-23 Thread Daniel-Constantin Mierla
Hello, On 20/01/2017 23:27, Pranathi Venkatayogi wrote: > > Hi, > > What is the best way to get a complete dump of incoming/outgoing SIP > messages of Kamailio server? > > I encountered “SIPTrace” module, but it writes to database. Is there > a way we can write to syslog instead? > > > > for

[SR-Users] kamdbctl error.

2017-01-23 Thread Venkatesh Macha
Hi all, I am using debian jessie, I just installed kamailio 4.4 from source and trying to create kamailio database using kamdbctl but when i try to run the kamdbctl create i am getting following charset error. /usr/local/sbin/kamdbctl create MySQL password for root: INFO: creating database

Re: [SR-Users] kamdbctl error.

2017-01-23 Thread Daniel-Constantin Mierla
Hello, Did you run it only once? Were you asked for characters set while running the command? Cheers, Daniel On 23/01/2017 11:39, Venkatesh Macha wrote: > Hi all, > >I am using debian jessie, I just installed kamailio 4.4 from source and > trying to create kamailio database using kamdbctl

[SR-Users] "Named Telephone Event" (I think) problem

2017-01-23 Thread Pete Kelly
Hi I am running Kamailio 4.4 and have come across a strange SBC which is sending DTMF within the SDP body of a NOTIFY with a Content-Type audio/telephone-event. Has anybody come across this before? The content itself comes through on a tcpdump/ngrep trace as four dots "" and Kamailio puts an

[SR-Users] RFC: Kamailio tutorials/cookbooks/docs - wiki or markdown

2017-01-23 Thread Daniel-Constantin Mierla
Hello, I want to start a discussion about some of the kamailio tutorials from the wiki, mainly those related to core cookbook, variables and transformations. They are now in dokuwiki at: - https://www.kamailio.org/wiki/#cookbooks The wiki served us pretty well so far, however the contribution

Re: [SR-Users] "Named Telephone Event" (I think) problem

2017-01-23 Thread Daniel-Constantin Mierla
Hello, On 23/01/2017 15:19, Pete Kelly wrote: > Hi > > I am running Kamailio 4.4 and have come across a strange SBC which is > sending DTMF within the SDP body of a NOTIFY with a Content-Type > audio/telephone-event. > > Has anybody come across this before? > > The content itself comes through on

[SR-Users] kamctl cr reload got 500 failed to re-built tree

2017-01-23 Thread Igor Potjevlesch
Hello, With more than 173k entriers into carrierroute, now I'm doing "kamctl cr reload", I got the following reply: 500 failed to re-built tree, see log What could going wrong? Regards, Igor. --- L'absence de virus dans ce courrier électronique a été vérifiée par le logiciel antivirus

Re: [SR-Users] kamctl cr reload got 500 failed to re-built tree

2017-01-23 Thread Daniel-Constantin Mierla
Hello, On 23/01/2017 17:15, Igor Potjevlesch wrote: > > Hello, > > > > With more than 173k entriers into carrierroute, now I'm doing "kamctl > cr reload", I got the following reply:500 failed to re-built tree, see log > > > > What could going wrong? > not a user of the module, but it might be

Re: [SR-Users] NAPTR/SRV lookups fail when use_dns_failover is enabled.

2017-01-23 Thread Jeremy Gadd
It was the port in the LCR table! You're the man! Thanks so much for your help. On Mon, Jan 23, 2017 at 12:45 AM, Carsten Bock wrote: > Hi, > > can you try the sip-dig command on that particular domain? > If you set that domain in script or from a module (e.g. Dispatcher), > don't set a port. Ac

[SR-Users] How to determine correct port to set in record-route header

2017-01-23 Thread Pranathi Venkatayogi
Hi, I am using Kamailio behind NAT, unable to figure how to make it put “public ip” in Record-route header, I am manually inserting the hard-coded header myself as below. However now I am having trouble choosing the right port number in all scenarios. $var(dstPort) = 5061; i

Re: [SR-Users] R: serial forking calls using TSILO

2017-01-23 Thread Federico Cabiddu
Hi, the logs are not at level 3 (there are no DEBUG messages). Could you please repeat the test? In the meanwhile can you also try adding a branch after setting the r-uri in the failure route? $ru ="sip:"+$avp(group_members_db)+"@"+$fd; append_branch(); I've also noticed that, in the failure rout