mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Merged revisions 47968 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r47968 | crichter | 2006-11-23 17:10:23 +0100 (Do, 23 Nov 2006) | 1 line fixed a litle bug regarding HOLD/RETRIEVE. beatufied some logs, changed some loglevels. changed the default value of block_on_alarm ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@47989 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -112,7 +112,7 @@ static const struct misdn_cfg_spec port_spec[] = {
|
||||
"\tBut be aware! a broken or plugged off cable might be used for a group call\n"
|
||||
"\tas well, since chan_misdn has no chance to distinguish if the L1 is down\n"
|
||||
"\tbecause of a lost Link or because the Provider shut it down..." },
|
||||
{ "block_on_alarm", MISDN_CFG_ALARM_BLOCK, MISDN_CTYPE_BOOL, "yes", NONE ,
|
||||
{ "block_on_alarm", MISDN_CFG_ALARM_BLOCK, MISDN_CTYPE_BOOL, "no", NONE ,
|
||||
"Block this port if we have an alarm on it."
|
||||
"default: yes\n" },
|
||||
{ "hdlc", MISDN_CFG_HDLC, MISDN_CTYPE_BOOL, "no", NONE,
|
||||
@@ -308,7 +308,6 @@ static const struct misdn_cfg_spec port_spec[] = {
|
||||
"MSN's for TE ports, listen on those numbers on the above ports, and\n"
|
||||
"\tindicate the incoming calls to Asterisk.\n"
|
||||
"\tHere you can give a comma seperated list, or simply an '*' for any msn." },
|
||||
|
||||
};
|
||||
|
||||
static const struct misdn_cfg_spec gen_spec[] = {
|
||||
|
Reference in New Issue
Block a user