TANDBERG Gatekeeper Network Card User Manual


 
TANDBERG Gatekeeper User Guide
Page 86 of 105
16.3.12. Dial
xCommand Dial <callsrc> <calldst> Bandwidth: <bandwidth>
Places call halves out to the specified source and destination, joining them together.
callsrc and calldst can be specified using either an alias or IP address.
Bandwidth is in kbps.
16.3.13. DisconnectCall
xCommand DisconnectCall <callid>
Disconnects the specified call. You can specify the call using either its call index or its serial number,
which can be identified using xstatus call.
16.3.14. FeedbackRegister
xCommand FeedbackRegister <ID> <URL> <Expression1>
Registers for notifications on the event or status change described by the Expression. Notifications are
sent in XML format to the specified URL. Up to 15 Expressions may be registered for each of 3 feedback
IDs.
The following Expressions are valid:
Event
Event/AuthenticationFailure
Event/CallAttempt
Event/Connected
Event/Disconnected
Event/ConnectionFailure
Event/Locate
Event/Registration
Event/ResourceUsage
Event/Unregistration
Event/Bandwidth
Status
Status/Calls
Status/Registrations
History
History/Calls
History/Registrations
For example: (backslashes are used to indicate continuation lines)
xCommand FeedbackRegister ID:1 \
URL:http://10.1.1.1/SystemManagementService.asmx \
Expression:Event/Connected,Status/Calls
would notify all call connections and their subsequent changes in status to the specified URL.