Re: [SR-Users] change/replace anything in body message

2012-05-11 Thread Konstantin M.
Thanks Daniel, it's works! 2012/4/25 Daniel-Constantin Mierla > Hello, > > > On 4/24/12 6:27 PM, Konstantin M. wrote: > >> Hi, >> >> Is there a way to change/replace anything in body message ? >> Used: replace_body_atonce, replace_body_all, replace_all, subst_body. >> Nothing is working. >> > wh

[SR-Users] (no subject)

2012-05-11 Thread Albert Petit
Hello, On a Kamailio deployment  it seems some users get to a wrong state and permanently keeping in: CS_DIRTY  Expires==0 for some long times (even half an hour). When they're in this status seems system cannot reach them. Normally , when working on USRLoc mode 2 if the registration expires u

Re: [SR-Users] kamailio debug send messages

2012-05-11 Thread Konstantin M.
Hi Daniel, For some reasons, onsend_route doesn't triggered when transfering 100,180,183, etc... 2012/5/11 Daniel-Constantin Mierla > Hello, > > debug messages printed to syslog from the source code are because the > developer needed/wanted them for troubleshooting. > > As an admin, you have

Re: [SR-Users] Kamailio ignores some ACK

2012-05-11 Thread Klaus Darilion
Set debug=4 and watch the logfile while receiving the ACK. If you do not see any log messages then the ACK is not received by Kamailio (maybe some local iptables/connection tracker problem) regards Klaus On 10.05.2012 08:59, Mino Haluz wrote: We are troubleshooting this issue almost for 2 day

Re: [SR-Users] Question about dialog module (state 1)

2012-05-11 Thread Daniel-Constantin Mierla
Hello, what version are you using? Can it be that you initiate the dialog in config (e.g., via dlg_manage()) and then you reply stateless? Cheers, Daniel On 5/9/12 9:53 PM, Ricardo Martinez wrote: Hello. I'm using the dialog module to keep control of simultaneous calls. In some cases, an

Re: [SR-Users] error searching pvar "sp."

2012-05-11 Thread Daniel-Constantin Mierla
Hello, On 5/9/12 10:19 PM, Konstantin M. wrote: Hello, When I have the following code: xlog("Dropped INVITE from unregistered location: $si:$sp.\n"); -- I'm getting a parse error: 0(3735) ERROR: [pvapi.c:708]: error searching pvar "sp." 0(3735) ERROR: [pvapi.c:912]: wrong char [

Re: [SR-Users] kamailio debug send messages

2012-05-11 Thread Daniel-Constantin Mierla
Hello, On 5/9/12 11:45 PM, Bruno Bresciani wrote: Hi all, Why kamailio send to syslog only received SIP messages? I want see the messages that kamailio send to the UAs, it's possible? On TCP/TLS SIP messages there is a degub of buffer with the message that will be send, but a strange content

Re: [SR-Users] t_continue usage

2012-05-11 Thread Daniel-Constantin Mierla
Hello, On 5/10/12 9:40 AM, Vineet Menon wrote: Hi, the module doc page http://www.kamailio.org/docs/modules/3.3.x/modules_k/tmx.html#id2525893 says t_continue() has 3rd parameter which says which route block to execute. SO does that mean t_continue() should be present before routing logic(s