aboutsummaryrefslogtreecommitdiffstats
path: root/channels/misdn_config.c
diff options
context:
space:
mode:
authornadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-09 09:24:21 +0000
committernadi <nadi@f38db490-d61c-443f-a65b-d21fe96a405b>2006-08-09 09:24:21 +0000
commitd4b3463e802165e944eec453b55caaf5176df294 (patch)
tree5495cbc3a33be52ba76deace580a742b6ff2bb24 /channels/misdn_config.c
parente3ac6c26773034252df227fbb234d76928d0bb4c (diff)
fixing compile warnings, renaming config option "overlap_dial" to "overlapdial"
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@39479 f38db490-d61c-443f-a65b-d21fe96a405b
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"