[SR-Users] How long will be client online in kamailio server since client is forcely closed

2016-02-20 Thread sgy
Hi All, If the client is forcely closed, the client will be shown as online state in kamailio when I run the command: "kamctl online". How long will be the client online since client is closed? Thank you. -- Best Regards, Shengy___ SIP Express Ro

Re: [SR-Users] How long will be client online in kamailio server since client is forcely closed

2016-02-20 Thread Sergey Okhapkin
It depends on the client's settings, the expiry parameter from the client on registration. On Saturday 20 February 2016 09:29:45 sgy wrote: > Hi All, > If the client is forcely closed, the client will be shown as online > state in kamailio when I run the command: "kamctl online". How long wil

[SR-Users] sip_trace vs uac_reg

2016-02-20 Thread James Cloos
I've started adding sip_trace to my kamailios, and mostly have it working, but cannot figure out how to capture the outgoing calls from uac_reg. I had to add: reply_route { sip_trace(); } onsend_route { sip_trace(); } to capture those packets. What *_route {} does uac_r

Re: [SR-Users] sip_trace vs uac_reg

2016-02-20 Thread Alex Balashov
James, I'm not sure there's any way to intercept endogenously generated specialty requests (like uac_reg requests) in route script. If there is, it would only be in something relatively low-level like the onsend_route. uacreg may use TM callbacks internally to catch responses, but that doesn

Re: [SR-Users] How long will be client online in kamailio server since client is forcely closed

2016-02-20 Thread sgy
Hi, Can I manually delete the binding information on kamailio? Thank you. -- Best Regards, Shengy At 2016-02-21 05:16:18, "Sergey Okhapkin" wrote: >It depends on the client's settings, the expiry parameter from the client on >registration. > >On Saturday 20 February 2016 09:29:45 sgy wr