Re: [SR-Users] Registration Authentication Error

2012-09-26 Thread Nathaniel L Keeling III
I am using the Jitsi sip client and tried the X-Lite sip client. I am not able to authenticate with either. I am including a text with the sip messages and some of kamailio logs. Thanks Nathaniel On 9/24/12 3:21 AM, Daniel-Constantin Mierla wrote: Hello, all seems ok from the logs, have you

[SR-Users] SRV record in via header not resolving.

2012-09-26 Thread Jijo
Hello, I'm observing that Via Header domain name of type SRV is resolving as DNS A. I looked at the code and it does support only A. It is basically setting to default SIP port check_via_address which is causing DNS A query. Is there any specific reason to do so? I changed the code to supp

[SR-Users] pseudovariable values written from app_lua sometimes appear incorrect

2012-09-26 Thread elactrum
Hi, I am using app_lua to frequently store some data in htable and avp entries, using sr.pv.sets. When I read the values using sr.pv.get immediately after writing them, they seem correct. However, when I read them later from Lua, I have noticed that sometimes the value is incorrect or nil. Am

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Andrew Pogrebennyk
Hi Daniel, No, I don't. Thanks for the tip. Could you advice where t_flush_flags() should be placed? I tried in branch_route and immediately before t_relay(), it didn't help.. On 09/26/2012 05:53 PM, Daniel-Constantin Mierla wrote: > Hello, > > do you use t_flush_flags()? > > http://kamailio.or

Re: [SR-Users] help with kamailio crash

2012-09-26 Thread Daniel-Constantin Mierla
Hello, it seems that the core file of the process that crashed was overwritten by a core dumped by the main process while cleaning up. Did you get many core files? If not, can you look in the log messages to see if there were some error messages printed at the time of crash? You should enab

Re: [SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Daniel-Constantin Mierla
Hello, do you use t_flush_flags()? http://kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2543767 Cheers, Daniel On 9/26/12 3:30 PM, Andrew Pogrebennyk wrote: Hi, I have found recently that in order to detect retransmits I have to create a transaction explicitly when the request comes i

Re: [SR-Users] Question about CPU

2012-09-26 Thread Daniel-Constantin Mierla
Hello, it might be due to dialog timeout checking. Do you get many calls terminated via dialog BYEs? You have some log messages that are printed for each BYE, that could be slowing the processing -- are these messages printed by that pid? Cheers, Daniel On 9/26/12 3:12 PM, Ricardo Martinez

[SR-Users] Double attempt to record-route

2012-09-26 Thread Juha Heinanen
Juha Heinanen writes: > I tried to call record_route_preset() in branch route in order to add > contact specific RR headers when request is forked to more than one > contact. What happened was that I got error message: > > Sep 26 17:03:47 wheezy2 /usr/sbin/sip-proxy[2436]: ERROR: rr [rr_mod.c:25

[SR-Users] Double attempt to record-route

2012-09-26 Thread Juha Heinanen
I tried to call record_route_preset() in branch route in order to add contact specific RR headers when request is forked to more than one contact. What happened was that I got error message: Sep 26 17:03:47 wheezy2 /usr/sbin/sip-proxy[2436]: ERROR: rr [rr_mod.c:256]: Duble attempt to record-rout

[SR-Users] DB accounting missing if t_newtran() is called explicitly

2012-09-26 Thread Andrew Pogrebennyk
Hi, I have found recently that in order to detect retransmits I have to create a transaction explicitly when the request comes in: force_rport(); if(!t_check_trans()) t_newtran(); sl_send_reply("100", "Trying"); xlog("L_INFO", "New request - $ci\n");

Re: [SR-Users] Question about CPU

2012-09-26 Thread Ricardo Martinez
Hi Daniel. This is the output for TOP top - 09:08:50 up 16:19, 3 users, load average: 0.23, 0.12, 0.06 Tasks: 160 total, 1 running, 159 sleeping, 0 stopped, 0 zombie Cpu0 : 45.1%us, 1.0%sy, 0.0%ni, 53.9%id, 0.0%wa, 0.0%hi, 0.0%si, 0.0%st Cpu1 : 8.9%us, 4.6%sy, 0.0%ni, 83.8%

[SR-Users] help with kamailio crash

2012-09-26 Thread Vicente Hernando
Hello, we are using a kamailio 3.3.1 version here and suddenly it crashed with a core. Any point about how to debug this will be appreciated! # /usr/local/kamailio/sbin/kamailio -V version: kamailio 3.3.1 (x86_64/linux) 91e8cb flags: STATS: Off, USE_IPV6, USE_TCP, USE_TLS, TLS_HOOKS, USE_RAW

[SR-Users] LDAP user authentication

2012-09-26 Thread martian
Hi. I have been looking into LDAP way of authenticating users. Reading this guide   http://www.kamailio.org/dokuwiki/doku.php/tutorials:kamailio31-auth-ldap   and reading the AUTH and LDAP module documentations, it seems to me that currently you can bind to LDAP (using some service account for exa

Re: [SR-Users] Audiocide

2012-09-26 Thread Jason Penton
How about a capture of the message? log file from Kamailio? You are not going to get much help with such a little information On Wed, Sep 26, 2012 at 8:36 AM, Cong Le Kha wrote: > Dear Kamailio > > ** ** > > I have got a problem as you with Audiocode > > ** ** > > SIP/ SECurity/ MGmt/

Re: [SR-Users] Audiocide

2012-09-26 Thread Tayeb Meftah
Kamailio is not a person ;:P Envoyé de mon iPhone Le 26 sept. 2012 à 08:02, Cong Le Kha a écrit : Dear Kamailio I have got a problem as you with Audiocode SIP/ SECurity/ MGmt/ DebugRecording/ ControlProtocol/ CONFiguration/ IPNetworking/ TPApp/ BSP/ PING SHow />NOTIC:( sip_stack)(

Re: [SR-Users] AudioCodes + Kamailio : Problem in SIP Message Headers

2012-09-26 Thread cong
Samuel Muller-2 wrote: > > Hello all, > > I recently add a classical Audiocodes Mediant 2000 with 2x 8E1, the > purpose > is to have several interconnections with PSTN. > > I configured it like this : > > Audiocodes registers as a gateway to the Kamailio, using a dedicated port > (5062). > R

[SR-Users] Audiocide

2012-09-26 Thread Cong Le Kha
Dear Kamailio I have got a problem as you with Audiocode SIP/ SECurity/ MGmt/ DebugRecording/ ControlProtocol/ CONFiguration/ IPNetworking/ TPApp/ BSP/ PING SHow />NOTIC:( sip_stack)(185 ) AcSIPParser: Problem in SIP Message Headers RECOV:( sip_stack)(186 ) !! [ERRO