aboutsummaryrefslogtreecommitdiffstats
path: root/main
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 08:52:03 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2010-10-02 08:52:03 +0000
commit2707c967d7adba0f2b240c0623701328bf688c3d (patch)
tree3649c8c6e4345f1e141d0ba55e2cd4e02d3592d5 /main
parentcfc1ea85cc31157c75588567624ad291fe0dec30 (diff)
Merged revisions 289949 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r289949 | oej | 2010-10-02 10:50:05 +0200 (Lör, 02 Okt 2010) | 2 lines Add documentation for undocumented option to AMI action originate ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.2@289950 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'main')
-rw-r--r--main/manager.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/main/manager.c b/main/manager.c
index b1ea5d374..5d30789dd 100644
--- a/main/manager.c
+++ b/main/manager.c
@@ -2432,6 +2432,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";