summaryrefslogtreecommitdiff
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authorNadi Sarrar <ns@beronet.com>2006-08-09 09:24:21 +0000
committerNadi Sarrar <ns@beronet.com>2006-08-09 09:24:21 +0000
commit162e37b2d6742ad03562eb7dd3e0e6521049990b (patch)
tree5495cbc3a33be52ba76deace580a742b6ff2bb24 /channels/misdn_config.c
parent1de65767f22e242836094e72047abfa0cf32f4a0 (diff)
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
Diffstat (limited to 'channels/misdn_config.c')
-rw-r--r--channels/misdn_config.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/misdn_config.c b/channels/misdn_config.c
index 5bca76e93..c8f70166a 100644
--- a/channels/misdn_config.c
+++ b/channels/misdn_config.c
@@ -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"