![TANDBERG Border Controller Скачать руководство пользователя страница 99](http://html1.mh-extra.com/html/tandberg/border-controller/border-controller_user-manual_3476747099.webp)
TANDBERG Border Controller User Guide
Page 99 of 118
18.3.13.
Dial
xCommand Dial <callsrc> <calldst> <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.
18.3.14.
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
.
18.3.15.
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.