[svn-commits] jpeeler: trunk r188378 - in /trunk: CHANGES channels/chan_dahdi.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 14 11:49:39 CDT 2009


Author: jpeeler
Date: Tue Apr 14 11:49:12 2009
New Revision: 188378

URL: http://svn.digium.com/svn-view/asterisk?view=rev&rev=188378
Log:
change some capitalization

Modified:
    trunk/CHANGES
    trunk/channels/chan_dahdi.c

Modified: trunk/CHANGES
URL: http://svn.digium.com/svn-view/asterisk/trunk/CHANGES?view=diff&rev=188378&r1=188377&r2=188378
==============================================================================
--- trunk/CHANGES (original)
+++ trunk/CHANGES Tue Apr 14 11:49:12 2009
@@ -144,7 +144,7 @@
    and a 'full' buffer policy for a fax transmission, add:
      faxbuffers=>6,full
    The faxbuffers configuration will be in affect until the call is torn down.
- * Added service message support for 4ess/5ess switches.
+ * Added service message support for 4ESS/5ESS switches.
 
 Dialplan Functions
 ------------------

Modified: trunk/channels/chan_dahdi.c
URL: http://svn.digium.com/svn-view/asterisk/trunk/channels/chan_dahdi.c?view=diff&rev=188378&r1=188377&r2=188378
==============================================================================
--- trunk/channels/chan_dahdi.c (original)
+++ trunk/channels/chan_dahdi.c Tue Apr 14 11:49:12 2009
@@ -13860,7 +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\tNote 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 svn-commits mailing list