[svn-commits] rmudgett: branch rmudgett/bch_shift_v1.8 r311557 - /team/rmudgett/bch_shift_v...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Mar 22 17:58:30 CDT 2011


Author: rmudgett
Date: Tue Mar 22 17:58:26 2011
New Revision: 311557

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=311557
Log:
Add allocated flag to 'dahdi show channel' PRI output.

Modified:
    team/rmudgett/bch_shift_v1.8/channels/chan_dahdi.c

Modified: team/rmudgett/bch_shift_v1.8/channels/chan_dahdi.c
URL: http://svnview.digium.com/svn/asterisk/team/rmudgett/bch_shift_v1.8/channels/chan_dahdi.c?view=diff&rev=311557&r1=311556&r2=311557
==============================================================================
--- team/rmudgett/bch_shift_v1.8/channels/chan_dahdi.c (original)
+++ team/rmudgett/bch_shift_v1.8/channels/chan_dahdi.c Tue Mar 22 17:58:26 2011
@@ -15088,6 +15088,9 @@
 					ast_cli(a->fd, "Resetting ");
 				if (chan->call)
 					ast_cli(a->fd, "Call ");
+				if (chan->allocated) {
+					ast_cli(a->fd, "Allocated ");
+				}
 				ast_cli(a->fd, "\n");
 				if (tmp->logicalspan)
 					ast_cli(a->fd, "PRI Logical Span: %d\n", tmp->logicalspan);




More information about the svn-commits mailing list