Good day.
How could I debug SIP dialogs?
With a lot of patience…
On 18 Mar 2013, at 11:24, Victor V. Kustov wrote:
Good day.
How could I debug SIP dialogs?
-- SY, Victor JID: coyote@bks.tv JID: coyote@bryansktel.ru I use FREE operation system: 3.8.2-calculate GNU/Linux
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/sr-users
В Mon, 18 Mar 2013 11:40:24 +0100 davy van de moere davy.van.de.moere@gmail.com write:
funny, but not usable :)
debug=9
loaded debugger.so but in syslog no sip debugging info
On 03/18/2013 01:14 PM, Victor V. Kustov wrote:
В Mon, 18 Mar 2013 11:40:24 +0100 davy van de moere davy.van.de.moere@gmail.com write:
funny, but not usable :)
debug=9
loaded debugger.so but in syslog no sip debugging info
What exactly you want to debug ? Wireshark produces nice sip flows from captures made by tcpdump.
В Mon, 18 Mar 2013 13:29:33 +0200 Vitaliy Aleksandrov vitalik.voip@gmail.com пишет:
What exactly you want to debug ? Wireshark produces nice sip flows from captures made by tcpdump.
I dont need captures. I need to see SIP flow IN kamailio. I try use xlog() messages, but result so strange for me. I think I incomplete understand how kamailio work and no documentation help, no worked examples.
On 3/18/13 12:39 PM, Victor V. Kustov wrote:
В Mon, 18 Mar 2013 13:29:33 +0200 Vitaliy Aleksandrov vitalik.voip@gmail.com пишет:
What exactly you want to debug ? Wireshark produces nice sip flows from captures made by tcpdump.
I dont need captures. I need to see SIP flow IN kamailio. I try use xlog() messages, but result so strange for me. I think I incomplete understand how kamailio work and no documentation help, no worked examples.
try xlog("$mb") in request_route{} and reply_route{}
Cheers, Daniel