Re: [SR-Users] gracefuly stop kamailio

2011-11-28 Thread Uri Shacked
can you expend of the $sel variable? how exaclty do i change it from the command line? where do i define it and how in the config... there is not explenation for that in the PV module..only for $shv ___ SIP Express Router (SER) and Kamailio (OpenSER)

Re: [SR-Users] gracefuly stop kamailio

2011-11-24 Thread Daniel-Constantin Mierla
Hello, On 11/24/11 1:34 PM, Uri Shacked wrote: thanks. any way to know the number of active dialogs without the dialog module? with TM maybe? if you do accounting to db, you can scan acc table for INVITEs that have no BYE in the past two hours (for exmple). Cheers, Daniel -- Daniel-Constanti

Re: [SR-Users] gracefuly stop kamailio

2011-11-24 Thread Uri Shacked
thanks. any way to know the number of active dialogs without the dialog module? with TM maybe? ___ SIP Express Router (SER) and Kamailio (OpenSER) - sr-users mailing list sr-users@lists.sip-router.org http://lists.sip-router.org/cgi-bin/mailman/listinfo/

Re: [SR-Users] gracefuly stop kamailio

2011-11-24 Thread Carsten Bock
Hi, what i do is the following (for 3.2): I've added a parameter in my config: system.shutdownmode = 0 desc "System shutdown mode" and in the routing, just after the processing of subsequential requests (e.g. BYE's, Re-INVITE's, etc.), i've added the following to my config: # Check for

[SR-Users] gracefuly stop kamailio

2011-11-24 Thread Uri Shacked
hi, i am trying to deploy a way to gracefuly stop kamailio. the goal is to stop new incoming calls, wait for all active calls to end (i guess dialog module is a must...) and then, shutting down kamailio. any ideas will be great ___ SIP Express R