aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 08:50:05 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 08:50:05 +0000
commitf2d64898953355960fdc230ce69cf590f9598db6 (patch)
tree4683ea757c1934b3976ffb337eef7ddc3fcad809
parent639635794fbbcd499671c92755f16489fdbcdbca (diff)
Add documentation for undocumented option to AMI action originate
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@289949 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--main/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index a43a78af6..b3c372c7b 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";