mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-13 00:04:53 +00:00
Update documentation for DIALEDTIME and ANSWEREDTIME variables.
(closes issue #14566) Reported by: klaus3000 Patches: ANSWEREDTIME-1.4-patch.txt uploaded by klaus3000 (license 65) ANSWEREDTIME-trunk-patch.txt uploaded by klaus3000 (license 65) git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@179056 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -734,8 +734,8 @@ The Dial() application uses the following variables:
|
|||||||
---------------------------------------------------------
|
---------------------------------------------------------
|
||||||
${DIALEDPEERNAME} * Dialed peer name
|
${DIALEDPEERNAME} * Dialed peer name
|
||||||
${DIALEDPEERNUMBER} * Dialed peer number
|
${DIALEDPEERNUMBER} * Dialed peer number
|
||||||
${DIALEDTIME} * Time for the call (seconds)
|
${DIALEDTIME} * Time for the call (seconds). Is only set if call was answered.
|
||||||
${ANSWEREDTIME} * Time from dial to answer (seconds)
|
${ANSWEREDTIME} * Time from answer to hangup (seconds)
|
||||||
${DIALSTATUS} * Status of the call, one of:
|
${DIALSTATUS} * Status of the call, one of:
|
||||||
(CHANUNAVAIL | CONGESTION | BUSY | NOANSWER
|
(CHANUNAVAIL | CONGESTION | BUSY | NOANSWER
|
||||||
| ANSWER | CANCEL | DONTCALL | TORTURE)
|
| ANSWER | CANCEL | DONTCALL | TORTURE)
|
||||||
|
Reference in New Issue
Block a user