On Tue, Apr 05, 2005 at 04:34:41PM +0300, tesastac@tesas.com wrote:
I tried it but still doesn't work :-( any other idea?
The single remaining idea is to put "trap" instructions in the different in the different place of `route', particularly inside the `if' conditions, e.g.:
if (method == REGISTER) { ...
sl_send_reply("404", "We are in the REGISTER block"); break; };
Then study SIP diagnostic, which every SIP client should log somewhere. The overview of the SIP message structure is described in the 'SIP Introduction'.
-- HTH, Timur.