Example: Configuring Integrated Convergence Services Ring Groups
This example shows how to configure a ring group with a logical extension that outside parties can call. All members belonging to the group can answer calls coming in on the line.
Requirements
- This example uses an SRX210 device with Integrated Convergence Services
Overview
This example configures a ring group called corp-sales that includes four members whose stations are created and assigned to a station group called sales. It configures a class of restriction configuration called sales-cor, a SIP template called sip-template-cor, and stations called martin-desk, lisa-desk, rebecca-desk, and marion-desk for the four members of the ring group.
Any member of the group can answer calls coming in on the ring group’s extension 1999.
To be provided.
Configuration
- Configuring Class of Restriction Policies
- Configuring a SIP Template
- Configuring User Stations
- Configuring a Station Group
- Configuring a Ring Group
Configuring Class of Restriction Policies
CLI Quick Configuration
To quickly configure the sales-cor COR configuration:
J-Web Quick Configuration
Step-by-Step Procedure
To create the sales-cor COR configuration and configure policies for it:
- Select Convergence Services >
Station > Class of Restriction and type sales-cor in
the Class of restriction box.
- Click Add to add the first policy.
- In the Policy name box, type allow-inter-branch-calls.
- Select Allow from the Permission list.
- Select inter-branch-call from the Calltype list.
- Click OK.
- Click Add to add the second
policy.
- In the Policy name box, type allow-local-calls.
- Select local-call from the Calltype list.
- Click OK.
- Click Add to add the third
policy.
- In the Policy name box, type allow-international-calls.
- Select Allow from the Permission list.
- Select international-call from the Calltype list.
- Click OK.
- Click Add to add the fourth
policy.
- In the Policy name box, type allow-long-distance-calls.
- Select allow-long-distance-calls from the Calltype list.
- Click OK.
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode”.
- Configure policies for the sales-cor COR configuration. [edit services convergence-services]user@host# set class-of-restriction sales-cor policy allow-inter-branch-calls permission allow call-type inter-branch-calluser@host# set class-of-restriction sales-cor policy allow–local–calls permission allow call-type local-calluser@host#set class-of-restriction sales-cor policy allow–long-distance–calls permission allow call-type long-distance-calluser@host#set class-of-restriction sales-cor policy allow-international-calls permission allow call-type international-call
Results
From configuration mode, confirm your by entering the show services convergence-services class-of-restriction sales-cor command.
Configuring a SIP Template
CLI Quick Configuration
To quickly configure a SIP template, copy the following commands and paste them into the CLI.
J-Web Quick Configuration
Step-by-Step Procedure
To configure the SIP template:
- Select Convergence Services >
Station > Station Template, and click Add to add the new template.
- Click Add to add the new template.
- In the Template Name box, type sip-template-cor.
- Select the SIP button.
- From the Class of restriction list, select the sales-cor.
- Click OK.
- Click OK to check your configuration and save it as a candidate configuration.
- If you are done configuring the device, click Commit>Options>Commit.
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode”.
- Create the station template called sip-template-cor.[edit services convergence-services] user@host# set station-template sip-template sip-template-cor class-of-restriction sales-cor
Results
Configuring User Stations
CLI Quick Configuration
To quickly configure four stations for users who will belong to the ring group, copy the following commands and paste them into the CLI.
J-Web Quick Configuration
Step-by-Step Procedure
- Select Configure > Convergence
Services > Station.
- Click Add to configure the first user station
- Type martin-desk in the Name box.
- Type 65550 in the Extension box.
- Type Martin, 333 586–1111 in the Caller ID box.
- Type sip-template-cor in the Template box.
- Click OK.
- Configure the second user station.
- Click Add.
- Type lisa-desk in the Name box.
- Type 65551 for the station in the Extension box.
- Type Lisa, 333 586-5551 in the Caller ID box.
- Type sip-template-cor in the Template box.
- Click OK.
- Configure the third user station.
- Click Add.
- Type rebecca-desk in the Name box.
- Type 62222 for the station in the Extension box.
- Type Rebecca, 333 586–2222 in the Caller ID box.
- Type sip-template-cor in the Template box.
- Click OK.
- Configure the fourth user station.
- Click Add.
- Type marion-desk in the Name box.
- Type 65553 for the station in the Extension box.
- Type Marion, 333 586-5553 in the Caller ID box.
- Type sip-template-cor in the Template box.
- Click OK.
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode”.
- Configure four user stations. [edit services convergence-services] user@host set station martin-desk extension 65550user@host set station martin-desk caller-id “Martin, 333 586–5550” station-type sip template sip-template-coruser@host set station lisa-desk extension 65551user@host set station lisa-desk caller-id “Lisa, 333 586-5551” station-type sip template sip-template-coruser@host set station rebecca-desk extension 62222user@host set station rebecca-desk caller-id “Rebecca, 333 586–2222” station-type sip template sip-template-coruser@host set station marion-desk extension 65553user@host set station marion-desk caller-id “Marion, 333 586-5553” station-type sip template sip-template-cor
- Confirm your configuration
by entering the show services convergence-services station station-name command for each station. If the output
does not display the intended configuration, repeat the configuration
instructions in this example to correct it.[edits]user@host# show services convergence-services station martin-deskstation martin-desk {extension 65550;caller-id “Martin, 333 586–5550”;station-type {sip {template sip-template-cor;}}[edit]user@host# show services convergence-services station lisa-deskstation lisa-desk {extension 65551;caller-id “Lisa, 333 586-5551”;station-type {sip {template sip-template-cor;}}[edit]user@host# show services convergence-services station rebecca-deskstation rebecca-desk { extension 62222;caller-id “Rebecca, 333 586–2222”;station-type {sip {template sip-template-cor;}}[edit]user@host# show services convergence-services station marion-deskstation marion-desk {extension 65553;caller-id “Marion, 333 586-5553”;station-type {sip {template sip-template-cor;}}
- If you are done configuring the device,
click Commit>Options>Commit.[edit services convergence-services]user@host# commit
Configuring a Station Group
CLI Quick Configuration
J-Web Quick Configuration
Step-by-Step Procedure
The following example requires you to navigate various levels in the configuration hierarchy. For instructions on how to do that, see “Using the CLI Editor in Configuration Mode”.
- Configure a station group that includes four preconfigured
user stations.[edit services convergence-services] user@host# set station-group sales station martin-desk station lisa-desk station rebecca-desk station marion-desk station
Results
Confirm your configuration by entering the show services convergence-services station-group sales command. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.
If you are done configuring the device, enter commit from configuration mode.
Configuring a Ring Group
Step-by-Step Procedure
Create a ring group called corp-sales with the logical extension number 1999 and associate the sales station group with it:
- [edit services convergence-services] user@host# set features ring-group corp-sales extension 1999 station-group sales
Results
Confirm your configuration by entering the show services convergence-services features ring-group corp-sales command from configuration mode. If the output does not display the intended configuration, repeat the configuration instructions in this example to correct it.
Verification
Verifying that the SRX Series MGW is Active
Purpose
Verify that the SRX Series MGW is active. Display the length of time that the Integrated Convergence Services media gateway call routing engine has been executing.
Action
From operational mode, enter the show services convergence-services media-gateway uptime command.
Related Topics
- Understanding Integrated Convergence Services Ring Groups
- Understanding SIP Station Configurations
- Understanding SRX Series Integrated Convergence Services Media Gateway Analog Stations Configuration
- Understanding Integrated Convergence Services Pickup Groups
- Understanding Integrated Convergence Services Hunt Groups
Hide Navigation Pane
Show Navigation Pane
Download
SHA1