Panel | ||||
---|---|---|---|---|
In this section:
|
All
Spacevars | ||
---|---|---|
|
Warning | ||||||||
---|---|---|---|---|---|---|---|---|
|
Include Page | ||||
---|---|---|---|---|
|
Note |
---|
As a best practice, always use UPPERCASE for trunk group names. |
To configure a SIP trunk group for an Address Context, use commands similar to the example below:
Code Block | ||
---|---|---|
| ||
% set addressContext default zone peer sipTrunkGroup PEERTG state enabled mode inService % set addressContext default zone peer sipTrunkGroup PEERTG media mediaIpInterfaceGroupName IPIG0 |
To view the trunk group configuration data, execute the following:
Code Block | ||
---|---|---|
| ||
> show table addressContext default zone zonePublicTrunking |
To view the status of trunk groups in a particular zone, execute the following command:
Code Block | ||
---|---|---|
| ||
> show table addressContext default zone MYZONE trunkGroupStatus TOTAL TOTAL TOTAL CALLS INBOUND OUTBOUND TOTAL PRIORITY OUTBOUND BW BW BW CALLS INBOUND CALLS CALLS CALLS CALL CALLS CURRENT BW INBOUND OU NAME STATE AVAILABLE RESERVED USAGE USAGE CONFIGURED USAGE RESERVED LIMIT AVAILABLE USAGE US -------------------------------------------------------------------------------------------------------------------------------------------- CANARY inService -1 0 0 0 -1 0 0 -1 -1 0 0 HORNET inService -1 0 0 0 -1 0 0 -1 -1 0 0 GRIZZLY inService -1 0 0 0 -1 0 0 -1 -1 0 0 DESKPHONE inService -1 0 0 0 -1 0 0 -1 -1 0 0 PRONGHORN inService -1 0 0 0 -1 0 0 -1 -1 0 0 PRONGHORNB inService -1 0 0 0 -1 0 0 -1 -1 0 0 [ok][2013-06-20 11:12:40] |
To delete a trunk group, execute commands similar to the example below. This involves disabling the trunk group and it putting it out of service before deleting it.
Code Block | ||
---|---|---|
| ||
% set addressContext default zone zonePublicTrunking sipTrunkGroup MYTRUNKGROUP state disabled mode outOfService % delete addressContext default zone zonePublicTrunking sipTrunkGroup MYTRUNKGROUP |
Pagebreak |
---|