...
If checked start a new recording leg when call answered in queue.
Queue Status Variable
When the call exists the Queue a return code can be access by setting the name of a variable to save the return code in.
The available return codes are:
- ANSWERED - the call was answered
- TIMEOUT - the call wasn't answered because the timeout expired
- FULL - the call was rejected from the queue because the queue was full.
- JOINEMPTY - when the call attempted joined the queue there were no members in the queue so the call was rejected.
- LEAVEEMPTY - the last agent was removed form the queue before all calls we handled. The remaining callers exit with this status.
- JOINUNAVAIL - same as JOINEMPTY, except that there were still queue members, but all were status unavailable
- LEAVEUNAVAIL - same as LEAVEEMPTY, except that there were still queue members, but all were status unavailable.