Hi,
Can someone tell me how i can see the SIP message going through in openser please? I want to debug why openser return "Address Incomplete".
Regards, Howard
it depends on your config file, but probably you'll see it in /var/log/messages.
If you don't get enough information, increase the parameter debug in the openser's config file.
SAmuel.
2006/12/14, Howard Tang howard615@gmail.com:
Hi,
Can someone tell me how i can see the SIP message going through in openser please? I want to debug why openser return "Address Incomplete".
Regards, Howard
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi Howard,
try to get maximum of debug from openser directly into the console. Set the following in your cfg:
debug=9 fork=no log_stderror=yes
regards, bogdan
samuel wrote:
it depends on your config file, but probably you'll see it in /var/log/messages.
If you don't get enough information, increase the parameter debug in the openser's config file.
SAmuel.
2006/12/14, Howard Tang howard615@gmail.com:
Hi,
Can someone tell me how i can see the SIP message going through in openser please? I want to debug why openser return "Address Incomplete".
Regards, Howard
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Hi,
On Thursday 14 December 2006 22:56, Howard Tang wrote:
Can someone tell me how i can see the SIP message going through in openser please?
if you want to collect the full message (header plus body), consider using a) the siptrace module. This will log all messages, e.g. to a mysql database. Should work with the "flatstore" db module, too b) use the perl module. One of the sample scripts, messagedump.pl, will log all message headers to a file. You could use getMessage() instead of getFullHeader() in there to log the full message, too.
Bastian