aboutsummaryrefslogtreecommitdiffstats
path: root/channels
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-24 08:20:52 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2008-09-24 08:20:52 +0000
commit889753379e80c7ab4a257be214a1ac6a6b9d06bf (patch)
tree4279afb74fcf41e1bc1b94f11f679f4835f8b518 /channels
parent04fc30365c029ddcd526622e29d125465a6b6932 (diff)
improved helptext of misdn_set_opt.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@144238 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels')
-rw-r--r--channels/chan_misdn.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index b304cf6e2..1e704d3ef 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"