Maxim Sobolev wrote: > Good stuff, Ondrej. What we have found very useful over the years is > adding some reference to the SIP messages in question (such as Call-Id) > to the log output. That's true.
We had opted for a more rudimentary solution, though: xlog()'ing either the entire message buffer or some relevant parts of it at the beginning of the script; since (1) script running for a SIP message is framed by some fixed log messages and (2) one process can only serve one message at a time and (3) all log messages are prefixed by a PID, it's relatively easy and cheap to follow the ctrl. flow. Regards, -- Bogdan Pintea IPTEGO GmbH http://www.iptego.com _______________________________________________ Serdev mailing list [email protected] http://lists.iptel.org/mailman/listinfo/serdev
