From: Olle Johansson Date: Sat, 2 Oct 2010 08:50:05 +0000 (+0000) Subject: Add documentation for undocumented option to AMI action originate X-Git-Tag: 1.4.38-rc1~42 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=18d5cf58eaaf3f408454839b1f649704c6a291a5;p=thirdparty%2Fasterisk.git Add documentation for undocumented option to AMI action originate git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@289949 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index a43a78af60..b3c372c7b0 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1944,6 +1944,7 @@ static char mandescr_originate[] = " Timeout: How long to wait for call to be answered (in ms. Default: 30000)\n" " CallerID: Caller ID to be set on the outgoing channel\n" " Variable: Channel variable to set, multiple Variable: headers are allowed\n" +" Codecs: Comma-separated list of codecs to use for the new channels\n" " Account: Account code\n" " Async: Set to 'true' for fast origination\n";