[svn-commits] nadi: branch crichter/0.4.0 r39480 - /team/crichter/0.4.0/channels/

svn-commits at lists.digium.com svn-commits at lists.digium.com
Wed Aug 9 02:25:02 MST 2006


Author: nadi
Date: Wed Aug  9 04:25:01 2006
New Revision: 39480

URL: http://svn.digium.com/view/asterisk?rev=39480&view=rev
Log:
renaming config option "overlap_dial" to "overlapdial"

Modified:
    team/crichter/0.4.0/channels/misdn_config.c

Modified: team/crichter/0.4.0/channels/misdn_config.c
URL: http://svn.digium.com/view/asterisk/team/crichter/0.4.0/channels/misdn_config.c?rev=39480&r1=39479&r2=39480&view=diff
==============================================================================
--- team/crichter/0.4.0/channels/misdn_config.c (original)
+++ team/crichter/0.4.0/channels/misdn_config.c Wed Aug  9 04:25:01 2006
@@ -296,7 +296,7 @@
 		"\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"



More information about the svn-commits mailing list