Re: [SR-Users] PKG and Shared Memory statistics

2015-03-17 Thread Dirk Teurlings Signet B.V.
On 17-03-15 07:30, Daniel-Constantin Mierla wrote: use: kamcmd pkg.stats Excellent! exactly what we were looking for. Cheers, Dirk ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lis

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
Thanks Daniel. Yes I am using the ims_charging module hence the need for the dialoguing module. I have confirmed that the dialog_id (DID) is added if I t_relay() the INVITE in the request_route. Hence dialog_ng is adding the parameter to the record_route when it creates a new_dialog. It is h

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Daniel-Constantin Mierla
In what callback do you need it? Cheers, Daniel On 3/17/15, Shane Harrison wrote: > Thanks Daniel. Yes I am using the ims_charging module hence the need for > the dialoguing module. > > I have confirmed that the dialog_id (DID) is added if I t_relay() the INVITE > in the request_route. Hence d

[SR-Users] PRACK not sent

2015-03-17 Thread Dharm S
Hi All, I am using kamailio 3.1.5. I am trying to send the PRACK message but it sends back 404 Not Here. I am new to using this. I am adding details in the configuration file below: I guess route[WITHINDLG] ### Defined Values # # *** Value defines - IDs used later in config #!ifdef W

[SR-Users] xlog from 1.5 to 4.2

2015-03-17 Thread Juan Perez
I installed 4.2 and I am using the same config file form my current version 1.5.2, but none of my custom logs (xlog) are being printed in the log file, even after rising the debug level, the only messages I see are DEBUG these are my settings: loadmodule "xlog.so" # - xlog parms -- mod

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
Thanks Daniel, >From the request_route block I call the ims_charging module function Ro_CCR(). > This is non-blocking and one of the parameters in the call is the route block >to be called ( e.g. CHARGING_CCR_REPLY ) when the response to the charging >request is obtained. Looking at the code,

Re: [SR-Users] xlog from 1.5 to 4.2

2015-03-17 Thread Daniel-Constantin Mierla
Hello, this looks like syslog filtering. Can you start kamailio with the parameters '-E -ddd' and see if the logs are printed in the terminal? I think you noticed already that pv module has to be loaded. Cheers, Daniel On 17/03/15 14:38, Juan Perez wrote: > I installed 4.2 and I am using the sa

Re: [SR-Users] PRACK not sent

2015-03-17 Thread Daniel-Constantin Mierla
Hello, does PRACK have Route headers? It will help if you can post the network packets (ngrep, pcap) for INVITE + 1XX responses + PRACK. Cheers, Daniel On 17/03/15 12:41, Dharm S wrote: > Hi All, > > I am using kamailio 3.1.5. I am trying to send the PRACK message but > it sends back 404 Not He

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Daniel-Constantin Mierla
Do you have record_route() in your code? Where is it relative to the ims_charging function? Cheers, Daniel On 17/03/15 20:58, Shane Harrison wrote: > Thanks Daniel, > > From the request_route block I call the ims_charging module function > Ro_CCR(). This is non-blocking and one of the parameter

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
Weird - just listening to your voice on youtube video of talk on async in kamailio and get your email response. Sort of "all senses" response :-) Yes have record_route and it is in the route[LOCATION] block. This is called from the CHARGING_CCR_REPLY block i.e. after the ims_charging function

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Daniel-Constantin Mierla
Can you try moving the record_route() before execution of the ims_charging function? Cheers, Daniel On 17/03/15 22:21, Shane Harrison wrote: > Weird - just listening to your voice on youtube video of talk on async in > kamailio and get your email response. Sort of "all senses" response :-) > >

Re: [SR-Users] Dialogs not deleted on BYE

2015-03-17 Thread Shane Harrison
Yes that worked. Thanks. Can you explain why the text ops for adding the parameter aren't transparent to the suspend/resume process. Would be useful to better understand so I can avoid similar issues in the future. Cheers and thanks Shane > -Original Message- > From: sr-users [mailto