TeleFlow Variable @CALLOUT RESULT
From TeleFlow
Wikilib (Talk | contribs)
(New page: <b>Description:</b> A "code" indicating the result of the most recent outbound call made using the Place Call step. The [[TeleFlow_Variable_@CALLOUT_REASON|@CALLOUT_...)
Next diff →
Revision as of 20:07, 20 May 2008
Description: A "code" indicating the result of the most recent outbound call made using the Place Call step. The @CALLOUT_REASON system variable indicates why the @CALLOUT_RESULT was what it was. The possible combinations of @CALLOUT_RESULT and @CALLOUT_REASON are listed below.
Data Type: String
Possible @CALLOUT_RESULT and associated @CALLOUT_REASON values (each table contains one CALLOUT_RESULT and all the possible CALLOUT_REASON values associated with it):
Variable = Code |
Description |
@CALLOUT_RESULT = BUSY |
The remote party was unreachable. |
@CALLOUT_REASON = BUSY |
The remote side is busy/engaged(I.e. Likely, the called party is on the phone). |
@CALLOUT_REASON = REORDER |
A reorder or fast-busy tone was detected. This is used to indicate an invalid dial string, or that all circuits (trunks) are busy and/or the call is unroutable. |
@CALLOUT_REASON = REJECT |
The remote side called rejected the call. |
Variable = Code |
Description |
@CALLOUT_RESULT = NOANSWER |
The call wasn't answered in the time allowed by the Place Call step. |
</tr>
@CALLOUT_REASON = MAX_RINGS |
The maximum ring count was reached without the remote party answering. |
Variable = Code |
Description |
@CALLOUT_RESULT = CONNECT |
The call connected successfully. |
@CALLOUT_REASON = VOICE |
Voice was detected: Likely means that a person or automated system answered the phone at the remote side. |
@CALLOUT_REASON = CED |
A CED (fax tone) was detected, and the "Connect on CED" checkbox on the Place Call step was checked. |
@CALLOUT_REASON = SIT |
An SIT (special information tone) was detected, and the "Connect on SIT" checkbox on the Place Call step was checked. |
@CALLOUT_REASON = CONNECT |
A connection event, indicating that the call was successfully connected to the remote side, was received. |
Variable = Code |
Description |
@CALLOUT_RESULT = FAILURE |
A failure generally indicates that something about the attempt to call went wrong, or that the number being called isn't available, and is unlikely to become so with a retry. |
@CALLOUT_REASON = SIT |
An SIT (special information tone) was detected, and the "Connect on SIT" checkbox on the Place Call step was not checked. |
@CALLOUT_REASON = CED |
A CED (fax tone) was detected, and the "Connect on CED" checkbox on the Place Call step was not checked. |
@CALLOUT_REASON = NO_DIALTONE |
Place call didn't detect a dial tone when it tried to go off-hook to place the call. |
Please refer to TeleFlow System Variables for a complete list of system information and settings TeleFlow offers in special variables.
