mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-23 13:09:00 +00:00
added even more statefulness for sending out disconnect/release/release_complete messages. added support for incoming presentation/screening. fixed a bug that we generate TONE_EVENTS on hanguptone_indicatem, which caused asterisk to write blocking thread messages. added nodialtone option to prevent dialtone for always_immediate
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@37508 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -210,6 +210,10 @@ static const struct misdn_cfg_spec port_spec[] = {
|
||||
"\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"
|
||||
|
Reference in New Issue
Block a user