Codian MCU 4200 Series Remote Management API
</param>
</params>
</methodResponse>
If the command fails, the MCU will send a fault response. For example, in response to a
“conference.create” message where the conference name is not unique, the MCU will return:
HTTP/1.1 200 OK
Connection: close
Content-Type: text/xml
Content-Length: 411
<?xml version="1.0"?>
<methodResponse>
<fault>
<value>
<struct>
<member>
<name>faultCode</name>
<value>
<int>2</int>
</value>
</member>
<member>
<name>faultString</name>
<value>
<string>duplicate conference name</string>
</value>
</member>
</struct>
</value>
</fault>
</methodResponse>
The complete list of command messages, their required and optional parameters, and the expected
responses are detailed in section 2. The possible fault codes are listed in section 5. Appendix B
contains examples of some messages and their corresponding responses.
Copyright © Codian Ltd. 2004 - 2006 Codian Confidential Page 5
Commenti su questo manuale