[asterisk-commits] crichter: branch 1.4 r144238 - /branches/1.4/channels/chan_misdn.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Wed Sep 24 03:20:52 CDT 2008


Author: crichter
Date: Wed Sep 24 03:20:52 2008
New Revision: 144238

URL: http://svn.digium.com/view/asterisk?view=rev&rev=144238
Log:
improved helptext of misdn_set_opt.

Modified:
    branches/1.4/channels/chan_misdn.c

Modified: branches/1.4/channels/chan_misdn.c
URL: http://svn.digium.com/view/asterisk/branches/1.4/channels/chan_misdn.c?view=diff&rev=144238&r1=144237&r2=144238
==============================================================================
--- branches/1.4/channels/chan_misdn.c (original)
+++ branches/1.4/channels/chan_misdn.c Wed Sep 24 03:20:52 2008
@@ -5062,8 +5062,9 @@
 				 "\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"




More information about the asterisk-commits mailing list