[asterisk-commits] dhubbard: branch group/issue3450 r138769 - /team/group/issue3450/channels/
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Aug 18 18:09:46 CDT 2008
Author: dhubbard
Date: Mon Aug 18 18:09:46 2008
New Revision: 138769
URL: http://svn.digium.com/view/asterisk?view=rev&rev=138769
Log:
take out the garbage
Modified:
team/group/issue3450/channels/chan_dahdi.c
Modified: team/group/issue3450/channels/chan_dahdi.c
URL: http://svn.digium.com/view/asterisk/team/group/issue3450/channels/chan_dahdi.c?view=diff&rev=138769&r1=138768&r2=138769
==============================================================================
--- team/group/issue3450/channels/chan_dahdi.c (original)
+++ team/group/issue3450/channels/chan_dahdi.c Mon Aug 18 18:09:46 2008
@@ -10763,9 +10763,6 @@
}
} else
ast_log(LOG_WARNING, "Huh?? Channel '%s' wasn't listed in the persistent storage database\n", db_chan_name);
- break;
- case 1: /* maintenance - no supported */
- ast_log(LOG_WARNING, "channel '%d' received a SERVICE message with new state 'maintenance' - this is unsupported.\n", ch);
break;
case 2: /* out-of-service */
if (why == -1) {
More information about the asterisk-commits
mailing list