[SR-Users] UAC module fails to refresh registrations

2013-07-20 Thread Isaac McDonald
Hello, I'm using the UAC module to register to remote sip proxies. When starting Kamailio, the UAC module successfully registers with the remote sip proxies as expected. Upon expiration of the registration (refresh interval) the UAC module fails to re-register. I've done some sip traces and foun

Re: [SR-Users] Empty location table

2013-07-20 Thread Alexey Rybalko
Sorry. My bad :/ There was a mistake in "define WITH_US*E*RLOC". Just have found it hours later. cheers /A 2013/7/20 Alexey Rybalko > > Hello! > > /kamilio 4.1.0/ > > Can anyone suggest why "location" table is empty despite that user > registration works? > save("location") return positive val

Re: [SR-Users] Get duration in cnxcc:call-shutdown event

2013-07-20 Thread Jayesh Nambiar
Thanks for the quick reply Carlos. Really appreciate it. Thanks, --- Jayesh On Sat, Jul 20, 2013 at 9:13 PM, Carlos Ruiz Díaz wrote: > The lack of values in some of the standard pseudo variables is a > limitation of the dialog module which does not provide the necessary > information in the

[SR-Users] Empty location table

2013-07-20 Thread Alexey Rybalko
Hello! /kamilio 4.1.0/ Can anyone suggest why "location" table is empty despite that user registration works? save("location") return positive value. kamctl shows online users but if I look into kamailio.location it's empty anytime. # - registrar params - modparam("registrar", "method_fi

Re: [SR-Users] Get duration in cnxcc:call-shutdown event

2013-07-20 Thread Carlos Ruiz Díaz
The lack of values in some of the standard pseudo variables is a limitation of the dialog module which does not provide the necessary information in the event route block in cases when the call is forced to end. You can calculate the duration using: * $var(duration) = $TS - $dlg(start_ts);* * *