From: Christian Richter Date: Wed, 24 Sep 2008 08:20:52 +0000 (+0000) Subject: improved helptext of misdn_set_opt. X-Git-Tag: 1.4.23-rc1~72 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4bc71ce504b32b75d75720c91cf0d1470efad61e;p=thirdparty%2Fasterisk.git improved helptext of misdn_set_opt. git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@144238 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c index b304cf6e29..1e704d3efa 100644 --- a/channels/chan_misdn.c +++ b/channels/chan_misdn.c @@ -5062,8 +5062,9 @@ static int load_module(void) "\n" "The available options are:\n" " d - Send display text on called phone, text is the optparam\n" - " n - don't detect dtmf tones on called channel\n" + " n - disable DSP on channel, disables: Echocancel, DTMF Detection and Volume Control.\n" " h - make digital outgoing call\n" + " h1 - make digital outgoing call, enable HDLC Controller\n" " c - make crypted outgoing call, param is keyindex\n" " e - perform echo cancelation on this channel,\n" " takes taps as arguments (32,64,128,256)\n"