dect
/
asterisk
Archived
13
0
Fork 0

change some capitalization

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@188378 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
jpeeler 2009-04-14 16:49:12 +00:00
parent 24045a66ea
commit 0059bd2e64
2 changed files with 2 additions and 2 deletions

View File

@ -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
------------------

View File

@ -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;