<div dir="ltr"><br><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jun 13, 2013 at 9:23 AM, James Bensley <span dir="ltr">&lt;<a href="mailto:jwbensley@gmail.com" target="_blank">jwbensley@gmail.com</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hi All,<br>
<br>
I am looking for a way to troubleshoot issues with TDM (E1) trunks<br>
with a provider.<br>
<br>
Currently with SIP trunks I am using tcpdump to perform packet<br>
captures between our gateways and the SIP providers IPs, capturing<br>
traffic on all ports, to include both the SIP messages and the RTP<br>
stream.<br>
<br>
How can I achieve a similar result on TDM links connected to TDM cards<br>
in Asterisk servers, where by I can see the signalling (like the SIP<br>
message) and the audio stream (like the RTP stream) in my packet<br>
captures?<br>
<br>
If it helps, the end goal is to create something like the packet<br>
captures I am making so I can see the control signals and audio<br>
streams (in and out) for troubleshooting one way audio issues for<br>
example. So, am I sending audio to the TDM provider, are they sending<br>
it to me, have we both signalled correctly to start/stop sending<br>
audio, etc.<br>
<br>
Many thanks,<br>
James.<br>
<br></blockquote><div><br></div><div style>Is it PRI?  You can see PRI debug info on the console.  Extremely valuable in troubleshooting.   <a href="http://www.voip-info.org/wiki/view/Asterisk+CLI">http://www.voip-info.org/wiki/view/Asterisk+CLI</a><br>
<br>Zap channel commands<br><br>zap destroy channel: Destroy a channel<br>zap show channels: Show active zapata channels<br>zap show channel: Show information on a channel<br>zap show status: lists all the Zaptel spans. A span will apear here whether or not its channels are configured with chan_zap.<br>
zap show cadences: Show the configured ring cadences (available e.g with Zap/1r2).<br>zap set swgain(&lt;= 1.6): set the (software) gain for a hannel. Temporary equivalents of rxgain and txgain in zapata.conf.<br>zap set hwgain(&lt;=1.6): set the hardware gain for channels that support it.<br>
zap set dnd(&lt;=1.6) set a channel&#39;s do-not-disturb mode on or off.<br><br><br>The following commands are available if the channel is built with support for libpri:<br><br>pri debug span: Enables PRI debugging on a span<br>
pri intense debug span: Enables REALLY INTENSE PRI debugging<br>pri no debug span: Disables PRI debugging on a span<br>pri show spans: List spans and their status.<br>pri show span: Information about a span.<br>pri show debug: show where debug is enabled.</div>
</div></div></div>