[asterisk-commits] crichter: branch crichter/0.4.0 r39292 - /team/crichter/0.4.0/channels/

asterisk-commits at lists.digium.com asterisk-commits at lists.digium.com
Tue Aug 8 01:06:00 MST 2006


Author: crichter
Date: Tue Aug  8 03:05:58 2006
New Revision: 39292

URL: http://svn.digium.com/view/asterisk?rev=39292&view=rev
Log:
added nodialtone option, was partialy lost during manual merge..

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=39292&r1=39291&r2=39292&view=diff
==============================================================================
--- team/crichter/0.4.0/channels/misdn_config.c (original)
+++ team/crichter/0.4.0/channels/misdn_config.c Tue Aug  8 03:05:58 2006
@@ -203,6 +203,10 @@
 		"\tThere you can use DigitTimeout if you can't or don't want to use\n"
 		"\tisdn overlap dial.\n"
 		"\tNOTE: This will jump into the s extension for every exten!" },
+	{ "nodialtone", MISDN_CFG_NODIALTONE, MISDN_CTYPE_BOOL, "no", NONE,
+		"Enable this to prevent chan_misdn to generate the dialtone\n"
+		"\tThis makes only sense together with the always_immediate=yes option\n"
+		"\tto generate your own dialtone with Playtones or so.\n"},
 	{ "immediate", MISDN_CFG_IMMEDIATE, MISDN_CTYPE_BOOL, "no", NONE,
 		"Enable this if you want callers which called exactly the base\n"
 		"\tnumber (so no extension is set) to jump into the s extension.\n"



More information about the asterisk-commits mailing list