From: Mark Michelson Date: Tue, 21 Jul 2009 14:26:00 +0000 (+0000) Subject: Document default timeout for AMI originations. X-Git-Tag: 1.4.26.2~4^2~61 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e0827ae7781e47a8c7fa8072eef0fd7842331d9a;p=thirdparty%2Fasterisk.git Document default timeout for AMI originations. AST-224 git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@207714 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/main/manager.c b/main/manager.c index 93fcd5a349..f62611fce9 100644 --- a/main/manager.c +++ b/main/manager.c @@ -1901,7 +1901,7 @@ static char mandescr_originate[] = " Priority: Priority to use (requires 'Exten' and 'Context')\n" " Application: Application to use\n" " Data: Data to use (requires 'Application')\n" -" Timeout: How long to wait for call to be answered (in ms)\n" +" 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" " Account: Account code\n"