@phone::endAttendedTransfer
Ends an attended transfer by flagging the end of the transfer process,
and returns the result of the transfer.
Syntax:
@phone::endAttendedTransfer()
Parameters:
None
Returns:
(String) transferResult: the result of the attended transfer. Possible
values are:
- RUN_OUT_OF_PHONE_LINE: No SIP lines are available
- ERROR: A SIP error was encountered
- BUSY: Transfer target is busy
- SERVICE_UNAVAILABLE: Transfer target is not available
- TIME_OUT: The transfer attempt timed out before
it could be completed
- NOT_IMPLEMENT: The transfer could not be implemented
because the protocol is not SIP
- NO_QUOTE_TO_TRANSFER: No Company quote is available
- SUCCESS: The transfer was completed successfully
Example: