Return codes

0 - Success
The operation succeeded.
1 - Maximum number of sessions already opened
The maximum number of sessions have already been opened
2 - No free engine
A free engine of the type specified could not be accessed on the specified MRCP V1.0 server.
7 - Protocol error
The text-to-speech server has reported a protocol error. More details about the exact error will be logged to the Blueworx Voice Response error log.
8 - Invalid session
The session ID specified was not valid.
9 - Parameter error
A parameter is in error (for example, a parameter is too long or not set). More details about the exact error will be logged to the Blueworx Voice Response error log.
10 - Failed
An unexpected problem occurred. More details about the exact error will be logged to the Blueworx Voice Response error log.
11 - No Result Available
No result is available.
12 - Invalid Sate
The application is not in the correct state to issue this API.
13 - Bad Complete Message
An MRCP V1.0 Complete message contained a bad value.
15 - Message Timed Out
A response message from the MRCP V1.0 Server was not received in a timely manner. The associated session has been closed.
101 - State Table Assign Failed
A state table assign action failed.
102 - MRCP_GetPort Error
A problem occurred within the MRCP_GetPort state table. More details about the exact error will be logged to the Blueworx Voice Response error log.
104 - Host Not Open
A required custom server has not been opened or is not running.
105 - Timeout
A timeout occurred on a state table ReceiveData action.
106 - ReceiveData Error
An error occurred on a state table ReceiveData action.
400->499 - MRCP Message Completion Codes
MRCP V1.0 Message completion codes are passed through for application handling. For details of these codes and their meaning, refer to the MRCP V1 specification available at:
http://tools.ietf.org/html/draft-shanmugham-mrcp-04