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
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
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
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
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