Hi all, i want to see what sip messages are sent to and from openser. just like we can see them on asterisk cli. Is there a way to do that in openser?
Hello,
On 07/04/07 16:18, Rizwan Hisham wrote:
Hi all, i want to see what sip messages are sent to and from openser. just like we can see them on asterisk cli. Is there a way to do that in openser?
option 1: you can do it via ngrep tool:
ngrep -qt -d any -W byline port 5060
option 2: use siptrace module to store in database, and then you can do select there.
Cheers, Daniel
-- Best Regards Rizwan Hisham Software Engineer AXVOICE Inc. www.axvoice.com http://www.axvoice.com
Users mailing list Users@openser.org http://openser.org/cgi-bin/mailman/listinfo/users
Wireshark is an open source sniffer that works quite well also.
Scott Yagel
Virtual Telephone & Telegraph
syagel@VTandT.net
_____
From: users-bounces@openser.org [mailto:users-bounces@openser.org] On Behalf Of Rizwan Hisham Sent: Wednesday, July 04, 2007 8:18 AM To: users@openser.org Subject: [OpenSER-Users] how to see sip messages in openser
Hi all, i want to see what sip messages are sent to and from openser. just like we can see them on asterisk cli. Is there a way to do that in openser?