232
D14049.05
February 2009
Grey Headline
(continued)
TANDBERG
VIDEO COMMUNICATIONS SERVER
ADMINISTRATOR GUIDE
Introduction
Getting started
Overview and
status
System
configuration
VCS
configuration
Zones and
neighbors
Call
processing
Bandwidth
control
Firewall
traversal
Appendices
Applications
Maintenance
Command reference - xCommand
DisconnectCall
Disconnects a call.
Call: <1..900>
The index of the call to be disconnected.
CallSerialNumber: <S: 1, 255>
The serial number of the call to be disconnected.
Note: you must specify either a call index or call serial number when using this command.
Example:
xCommand DisconnectCall CallSerialNumber: "6d843434-211c-11b2-b35d-0010f30f521c"
DomainAdd
Adds a SIP domain for which this VCS is authoritative.
DomainName
(r)
: <S: 1, 128>
Specifies a domain for which this VCS is authoritative. The VCS will act as a SIP Registrar and Presence Server for this domain, and will accept registration requests for any SIP
endpoints attempting to register with an alias that includes this domain.
Example:
xCommand DomainAdd DomainName: "example.com"
DomainDelete
Deletes a domain.
DomainId
(r)
: <1..20>
The index of the domain to be deleted.
Example:
xCommand DomainDelete DomainId: 2
ExtAppStatusAdd
Allows another application running on the VCS to attach xstatus to the VCS XML xstatus tree.
Note: this command is intended for developer use only.
Name
(r)
: <S:1..64>
Descriptive name for the external application whose status is being referenced.
Filename
(r)
: <S:0..255>
XML file containing status that is to be attached for an external application.
Example:
xCommand ExtAppStatusAdd Name: "foo" Filename: "foo.xml"
ExtAppStatusDelete
Deletes an external application status entry.
Note: this command is intended for developer use only.
Name
(r)
: <S:1..64>
Descriptive name for the external application whose status is being referenced.
Example:
xCommand ExtAppStatusDelete Name: foo