Polycom 2457-23216-002 User Manual

Page of 280
Polycom, Inc. 
49
 
4
System Commands
This chapter describes the API commands forRealPresence Group software 
version 4.1.1. 
For an alphabetical list of all the commands, refer to the table of contents for 
this document. For a list of commands by category, refer to 
About the API Commands
Syntax Conventions
The following conventions are used for the API command descriptions in this 
chapter. All of the commands are case sensitive.
Convention
Meaning
<param1|param2|param3>
Multiple valid parameters are enclosed in angle brackets and separated by 
the pipe (“|”) character. 
Example: 
allowdialing <yes|no|get>
 shows that the 
allowdialing
 
command must be followed by one of the parameters listed.
[param]
[“param”]
Optional parameters are enclosed in square brackets. Quotation marks 
indicate strings to be supplied by the user.
Example: teleareacode set ["telephone_area_code"] shows that you can 
supply a value for the area code, or omit it and let the default value apply. 
You do not need to enclose the actual value in quotes unless it contains a 
space.