[asterisk-commits] jpeeler: branch dhubbard/pinecowbell r188147 - /team/dhubbard/pinecowbell/cha...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Mon Apr 13 16:32:43 CDT 2009
Author: jpeeler
Date: Mon Apr 13 16:31:55 2009
New Revision: 188147
URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188147
Log:
fix it. yes.
Modified:
team/dhubbard/pinecowbell/channels/chan_dahdi.c
Modified: team/dhubbard/pinecowbell/channels/chan_dahdi.c
URL: http://svn.digium.com/svn-view/asterisk/team/dhubbard/pinecowbell/channels/chan_dahdi.c?view=diff&rev=188147&r1=188146&r2=188147
==============================================================================
--- team/dhubbard/pinecowbell/channels/chan_dahdi.c (original)
+++ team/dhubbard/pinecowbell/channels/chan_dahdi.c Mon Apr 13 16:31:55 2009
@@ -13860,8 +13860,7 @@
while (tmp) {
if (tmp->pri && tmp->channel == channel) {
if (!tmp->pri->enable_service_message_support) {
- ast_cli(fd, "\n\tThis operation has not been enabled in chan_dahdi.conf, set 'service_message_support=yes' to use this operation.\n
- Note that only 4ess and 5ess switch types are supported\n\n");
+ ast_cli(fd, "\n\tThis operation has not been enabled in chan_dahdi.conf, set 'service_message_support=yes' to use this operation.\n\tNote only 4ess and 5ess switch types are supported.\n\n");
return CLI_SUCCESS;
}
why = -1;
More information about the asterisk-commits
mailing list