mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@39479 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -293,7 +293,7 @@ static const struct misdn_cfg_spec port_spec[] = {
|
||||
"\tThis option is only read at loading time of chan_misdn, which\n"
|
||||
"\tmeans you need to unload and load chan_misdn to change the value,\n"
|
||||
"\tan Asterisk restart should do the trick." },
|
||||
{ "overlap_dial", MISDN_CFG_OVERLAP_DIAL, MISDN_CTYPE_BOOLINT, "0", 4,
|
||||
{ "overlapdial", MISDN_CFG_OVERLAP_DIAL, MISDN_CTYPE_BOOLINT, "0", 4,
|
||||
"Enables overlap dial for the given amount of seconds.\n"
|
||||
"\tPossible values are positive integers or:\n"
|
||||
"\t yes (= 4 seconds)\n"
|
||||
|
Reference in New Issue
Block a user