User's Manual
TANDBERG MPS API
User Guide
57
accepted by the system
• Description Textual description of the cause code.
Example:
xcommand disconnectgwcall gatewaycall:1
*r Result (status=OK):
*r/end
OK
FeedbackDeregister
Command used to deregister XML feedback over HTTP(S).
Parameters:
• ID: <1..3> ID for the registration to deregister.
OK Result parameters:
• ID: <1..3>
ERROR Result parameters:
• Cause: <1…> Cause code specifying why the command was not
accepted by the system
• Description Textual description of the cause code.
Example:
xcommand feedbackderegister id:1
*r Result (status=OK):
ID: 2
*r/end
OK
FeedbackRegister
Command used to instruct the system to return XML feedback over
HTTP(S) to specific URLs. The parts of the Status and Configuration XML
documents to monitor are specified by XPath expressions.
The system supports issuing feedback to 3 different URLs.
The system allows a total of 20 XPath expressions to be registered, with a
maximum of 15 for a single URL.
Parameters:
• ID: <1..3> ID for the registration. If this parameter is omitted the
system uses the first vacant ID.
• URL(r): <S: 0, 256> The URL to post feedback to.
• Expression.1..15: <S: 0, 256> XPath expression
OK Result parameters:
• ID: <1..3>
ERROR Result parameters:
• Cause: <1…> Cause code specifying why the command was not
accepted by the system
• Description Textual description of the cause code.
Example:
xcommand feedbackregister url:http://10.47.14.185:8000
expression.1:status/call
expression.2:status/conferenc
e
*r Result (status=OK):
ID: 2