[asterisk-commits] oej: trunk r70310 - /trunk/channels/chan_zap.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Jun 20 09:33:35 CDT 2007


Author: oej
Date: Wed Jun 20 09:33:34 2007
New Revision: 70310

URL: http://svn.digium.com/view/asterisk?view=rev&rev=70310
Log:
Show TDD status in "zap show channels"

Inspired by work at Omnitor in Sweden

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=70310&r1=70309&r2=70310
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Wed Jun 20 09:33:34 2007
@@ -10963,6 +10963,7 @@
 			ast_cli(fd, "Propagated Conference: %d\n", tmp->propconfno);
 			ast_cli(fd, "Real in conference: %d\n", tmp->inconference);
 			ast_cli(fd, "DSP: %s\n", tmp->dsp ? "yes" : "no");
+			ast_cli(fd, "TDD: %s\n", tmp->tdd ? "yes" : "no");
 			ast_cli(fd, "Relax DTMF: %s\n", tmp->dtmfrelax ? "yes" : "no");
 			ast_cli(fd, "Dialing/CallwaitCAS: %d/%d\n", tmp->dialing, tmp->callwaitcas);
 			ast_cli(fd, "Default law: %s\n", tmp->law == ZT_LAW_MULAW ? "ulaw" : tmp->law == ZT_LAW_ALAW ? "alaw" : "unknown");




More information about the asterisk-commits mailing list