|
# | Result Code | Fixit! | Error Message |
-6000 | cclErr_AbortMatchRead | N/A | internal error used to abort match read |
-6006 | cclErr_CCLErrorBase | N/A | CCL error base |
-6007 | cclErr_CloseError | N/A | There is at least one script open |
-6008 | cclErr_ScriptCancelled | N/A | Script Canceled |
-6009 | cclErr_TooManyLines | N/A | Script contains too many lines |
-6010 | cclErr_ScriptTooBig | N/A | Script contains too many characters |
-6011 | cclErr_NotInitialized | N/A | CCL has not been initialized |
-6012 | cclErr_CancelInProgress | N/A | Cancel in progress. |
-6013 | cclErr_PlayInProgress | N/A | Play command already in progress. |
-6014 | cclErr_ExitOK | N/A | Exit with no error. |
-6015 | cclErr_BadLabel | N/A | Label out of range. |
-6016 | cclErr_BadCommand | N/A | Bad command. |
-6017 | cclErr_EndOfScriptErr | N/A | End of script reached, expecting Exit. |
-6018 | cclErr_MatchStrIndxErr | N/A | Match string index is out of bounds. |
-6019 | cclErr_ModemErr | N/A | Modem error, modem not responding. |
-6020 | cclErr_NoDialTone | N/A | No dial tone. |
-6021 | cclErr_NoCarrierErr | N/A | No carrier. |
-6022 | cclErr_LineBusyErr | N/A | Line busy. |
-6023 | cclErr_NoAnswerErr | N/A | No answer. |
-6024 | cclErr_NoOriginateLabel | N/A | No @ORIGINATE label |
-6025 | cclErr_NoAnswerLabel | N/A | No @ANSWER label |
-6026 | cclErr_NoHangUpLabel | N/A | No @HANGUP label |