Hi all, Does Asterisk contain a full fledged ISDN packet sniffer. By giving the command " pri intense debug span 1 " , does it debug every packet received (control and voice/data packets) ? Thanks -- Arpit Mehta Graduate Student Department of Computer Science Columbia University Tel: 1-646-387-5998
On 9/18/07, Arpit Mehta <am2866 at columbia.edu> wrote:> Hi all, > > Does Asterisk contain a full fledged ISDN packet sniffer. By giving the command > " pri intense debug span 1 " , does it debug every packet received > (control and voice/data packets) ?To get the equivalent of a packet sniffer, you'll need to go to a lower-level tool than asterisk. For sangoma cards, you can use the `wanpipemon` command to do a packet dump. I'm not sure what the equivalent for Digium cards is, but I'm sure it's possible. -erik
Arpit Mehta wrote:> Hi all, > > Does Asterisk contain a full fledged ISDN packet sniffer. By giving the command > " pri intense debug span 1 " , does it debug every packet received > (control and voice/data packets) ?No, like I said in response to your other question, the only thing you can directly see in pri intense debug is the signalling packets. Data with TDM is not packetized as its native format, so that is why there isn't a way to "see" tdm voice packets like you can see RTP packets. -- Matthew Fredrickson Software/Firmware Engineer Digium, Inc.