[SR-Users] [4.2.6] Keep-alive sent by dialog module seems does not refresh the dialog...

2016-02-25 Thread Jack Wang
Hello, I used the below settings to test the keep-alive function within a dialog: modparam("dialog", "default_timeout", 60) modparam("dialog", "ka_timer", 10) modparam("dialog", "ka_interval", 30) and use dlg_set_property("ka-src") or dlg_set_property("ka-dst") to send OPTIONS to caller or call

[SR-Users] [Kamailio 4.0.6] sometimes route specified by RTIMER module doesn't be executed just after finishing starting Kamailio server

2015-02-11 Thread jack wang
Hello everyone, I got a little trouble on using the RTIMER module. Sometimes the route block I set using the "exec" parameter in RTIMER module doesn't be executed, this will happen from Kamailio server being started, and only work (not always) after restarting server. I have no idea why this happ

[SR-Users] Any suggestion if I just want to update one or some modules?

2015-03-03 Thread jack wang
For example, If I modify only the registrar module, I thought the steps were: 1. make modules=modules\registrar modules 2. copy the registrar.so to the installed path And when starting kamailio I got the error message below: ERROR: [sr_module.c:417]: version_control(): ERROR: module compile fla

Re: [SR-Users] Any suggestion if I just want to update one or some modules?

2015-03-03 Thread jack wang
I found it's work if I make under the specified module directory... but still can not figure out why it gets error if under the main directory. 2015-03-04 11:48 GMT+08:00 jack wang : > For example, > If I modify only the registrar module, > I thought the steps were: > > 1.

[SR-Users] start-up crash if wdir is set and WITH_AUTH is defined (Kamailio 4.2)

2015-07-02 Thread jack wang
Hello, If the 'wdir' (or 'workdir') is not set in kamctl.cfg or WITH_AUTH feature is not defined, kamailio can normally be started. Actually , the purpose is thatI want to add the 'wdir' to set the path coredump file... And ther error logs like following: (modified for hiding private info) ./ka

[SR-Users] [Kamailio 4.2] Crash during burn-in test

2015-09-02 Thread Jack Wang
[Steps] 1. one MCU call multi-endpoints 2. MCU hangup all endpoints repeatedly. And all through Kamailio proxy. [Results] For a while, Kamailio crashed. Followings are related logs: == Sep 2 19:08:34 ./kamailio[3712]: : tm [t_fwd.c:1632]: t_send_bran

Re: [SR-Users] [Kamailio 4.2] Crash during burn-in test

2015-09-24 Thread Jack Wang
ide effect of an issue fixed after > 4.2.3. You don't need to change anything in config or database, just grab > the latest sources from branch 4.3 and install over the old binaries. > > Cheers, > Daniel > > > On 08/09/15 07:58, Jack Wang wrote: > > Hi, > > The