David Lender | For CTIOS onCallFailed event you should get a CallStatus of LCS_FAILED (6). Call status codes are found in the table 6-8 of the CTI Server Protocol Guide (not CTIOS) Chapter 6 Constants and Status Codes. The CTI Server Protocol Guide is here http://developer.cisco.com/web/ctisp/documentation
The CTIOS Developer Guide does not show any error message coming with the onCallFailed event, but if it is, I am not aware of any way to translate CTIOS Server messages. Perhaps post a CTIOS Server log snippet showing the onCallFailed event and its arguments.
For CTI Server, the CALL_FAILED_EVENT eventcause is shown in the CTI Server Protocol Guide Chapter 5 which refers to table 6-9 for possible event causes. Unfortunately, you can’t get these eventcauses in CTIOS, only the callstatus as stated above. |
| Please sign in to flag this as inappropriate. |