3Com 900-0234-01 IP Phone User Manual


 
154 CHAPTER 4: CONFIGURING THE CALL PROCESSOR
Through the CLI
To add a trusted endpoint to a Call Processor using the CLI:
1 Log onto the server hosting the Call Processor.
2 Navigate to the /opt/3com/VCX/callprocessor/remoteCli/bin.
3 Start the Remote CLI application.
./remoteCli -callprocessor
4 Add either a single or range of trusted endpoints:
a To add a single trusted endpoint, from the prompt (>) enter:
config CcTrusted rowStatus=4 index=<index ID>
TrustedAddress=<IP address of endpoint>
b To add a range of trusted endpoints using abbreviated variables, from
the prompt (>) enter:
config cct row=4 index=<index ID> trustedaddr=<IP address
of endpoint> netmask=<IP address of netmask>
See Table 28 for descriptions and values of the configurables.
Table 28 CcTrusted Configurable Descriptions
Column Name Description
When Takes
Effect
Range Default
rowStatus This determines what sort of
configuration you want to do with a
trusted endpoint such as delete or add
one. In order to configure a row you
always need to specify the index.
Once Call
Processor
restarted.
1 = active
2 = not in service
3 = not ready
4 = add
5 = create and wait
6 = delete
1
index This is the trusted endpoint table’s key
and is a unique identifier of a row.
Once Call
Processor
restarted.
1 through 128 1
TrustedAddress Indicates an endpoint to trust. Each
row is for an IP address and port
combination. By default, if only the IP
address is supplied, the default SIP IP
Port 5060 is assumed. To specify the
port, simply append a colon (:) to the
IP address and add the port number.
Once Call
Processor
restarted.
For IP Address:
dotted IP string
NOTE: maximum 15
characters.
For Port Number:
0 through 65535
For IP Address:
0.0.0.0
NOTE: must be
configured.
For Port
Number:
5060
netmask Used when you would like to add a
range of trusted endpoints.
Once Call
Processor
restarted.
dotted IP string
NOTE: maximum 15
characters.
0.0.0.0