Guys,Is there any tool that generates SIP log (call trace)?
sagitraz 21-June-2008 07:05:49 AM

Comments


snoop command if SIP server is linux or Solaris

Syntax

This is all message on one interface

snoop -d -o /tmp/

This is specific to IP address and Port Number
snoop -d -o /tmp/ [IP Address] [Port Number]

snoop -d bge0 -o /tmp/filename 10.10.10.123 port 5060
Posted by justinxavier



Posted: 03-July-2008 10:13:14 PM By: justinxavier

snoop command if SIP server is linux or Solaris

Syntax

This is all message on one interface

snoop -d -o /tmp/

This is specific to IP address and Port Number
snoop -d -o /tmp/ [IP Address] [Port Number]

snoop -d bge0 -o /tmp/filename 10.10.10.123 port 5060