Skip to content
Snippets Groups Projects
Commit 238c12b6 authored by Mark Spencer's avatar Mark Spencer
Browse files

Fix README for variables (bug #3209)

git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@4703 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 11e6ed5e
No related branches found
No related tags found
No related merge requests found
...@@ -80,8 +80,8 @@ The dial() application sets the following variables: ...@@ -80,8 +80,8 @@ The dial() application sets 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} Total time for the call in seconds (Network time).
${ANSWEREDTIME} Time from dial to answer (seconds) ${ANSWEREDTIME} Time from answer to end of call in seconds (Billable time).
${DIALSTATUS} Status of the call, one of: ${DIALSTATUS} Status of the call, one of:
CHANUNAVAIL | CONGESTION | BUSY | NOANSWER | ANSWER | CANCEL CHANUNAVAIL | CONGESTION | BUSY | NOANSWER | ANSWER | CANCEL
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment