From 50ecc19ca03dfc81e36ac2cc184e7862d05dffb6 Mon Sep 17 00:00:00 2001 From: Jeff Peeler <jpeeler@digium.com> Date: Tue, 14 Apr 2009 16:49:12 +0000 Subject: [PATCH] change some capitalization git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@188378 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- CHANGES | 2 +- channels/chan_dahdi.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGES b/CHANGES index 71e325bd71..7e7dec1499 100644 --- a/CHANGES +++ b/CHANGES @@ -144,7 +144,7 @@ DAHDI Changes 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 ------------------ diff --git a/channels/chan_dahdi.c b/channels/chan_dahdi.c index adc7e510a0..c380fd2282 100644 --- a/channels/chan_dahdi.c +++ b/channels/chan_dahdi.c @@ -13860,7 +13860,7 @@ static char *handle_pri_service_generic(struct ast_cli_entry *e, int cmd, struct 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; -- GitLab