summaryrefslogtreecommitdiff
path: root/channels
diff options
context:
space:
mode:
authorChristian Richter <christian.richter@beronet.com>2008-09-24 08:42:55 +0000
committerChristian Richter <christian.richter@beronet.com>2008-09-24 08:42:55 +0000
commit1c2cbc926b19905d4bff1ee8198ee9f6186e9ccc (patch)
treed9db6735e21d55f38dc615ff5ceb5acc7bc4b5fc /channels
parentbbd860dc6578fd1a7f62ebdd7e2c8e5d9869d38f (diff)
Merged revisions 144238 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r144238 | crichter | 2008-09-24 10:20:52 +0200 (Mi, 24 Sep 2008) | 1 line improved helptext of misdn_set_opt. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@144257 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_misdn.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 644445d06..5cec653cb 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -5114,7 +5114,7 @@ static int load_module(void)
" jb - Set jitter buffer length, optarg is length\n"
" jt - Set jitter buffer upper threshold, optarg is threshold\n"
" jn - Disable jitter buffer\n"
- " n - Don't have mISDN detect DTMF tones on called channel\n"
+ " n - disable DSP on channel, disables: Echocancel, DTMF Detection and Volume Control.\n"
" p - Caller ID presentation,\n"
" optarg is either 'allowed' or 'restricted'\n"
" s - Send Non-inband DTMF as inband\n"