Example: Configuring Integrated Convergence Services Hunt Group
This example shows how to configure a hunt group to include stations whose members can answer calls that come in on the hunt group’s logical extension.
Requirements
- This example uses an SRX210 device with Integrated Convergence Services
Overview
This example explains how to configure a hunt group and its station group whose members include four stations—sanjay-desk, majorie-desk, and ron-desk, diane-desk—in the accounting department of an enterprise. The hunt group responds to employee payroll and other questions from users at all branches.
The example associates the station group acct-employee-payroll containing the members who can answer calls with the hunt group and assigns it a logical extension that employees throughout the company can call.
When a call comes in on the logical extension 2000, the device directs it to the first station configured for the hunt group, and it rings that phone. If the user does not pick up the phone immediately, the system continues to ring the phone for 20 seconds, which is specified for the ring timeout parameter. Then it moves on to the next station specified in the station group.
The example includes configuration of the class of restriction configuration (COR) accounting-cor that is assigned to the template called sip-hunt-template.
Configuration
- Configuring Class of Restriction Policies
- Configuring a SIP Template
- Configuring User Stations
- Configuring a Station Group
- Configuring the Hunt Group
Configuring Class of Restriction Policies
CLI Quick Configuration
To quickly configure the accounting-cor COR configuration:
J-Web Quick Configuration
Step-by-Step Procedure
To create the accounting-cor COR configuration and configure policies for it:
- Select Convergence Services >
Station > Class of Restriction and type accounting-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 accounting-cor COR
configuration. [edit services convergence-services]user@host# set class-of-restriction accounting-cor policy allow-inter-branch-calls permission allow call-type inter-branch-calluser@host# set class-of-restriction accounting-cor policy allow–local–calls permission allow call-type local-calluser@host#set class-of-restriction accounting-cor policy allow–long-distance–calls permission allow call-type long-distance-calluser@host#set class-of-restriction accounting-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 accounting-cor command.
If you are done configuring the device, enter commit from configuration mode.
Configuring a SIP Template
CLI Quick Configuration
To quickly configure the 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.
- In the Template Name box, type sip-hunt-template.
- Select the SIP button.
- From the Class of restriction list, select the accounting-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-hunt-template.[edit services convergence-services] user@host# set station-template sip-template sip-hunt-template class-of-restriction accounting-cor
Results
Configuring User Stations
CLI Quick Configuration
To quickly configure four stations for users who will belong to the hunt 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 sanjay-desk in the Name box.
- Type 65550 in the Extension box.
- Type Sanjay, 555 231–1111 in the Caller ID box.
- Type sip-hunt-template in the Template box.
- Click OK.
- Configure the second user station.
- Click Add.
- Type majorie-desk in the Name box.
- Type 15551 for the station in the Extension box.
- Type Majorie, 555 231-5551 in the Caller ID box.
- Type sip-hunt-template in the Template box.
- Click OK.
- Configure the third user station.
- Click Add.
- Type ron-desk in the Name box.
- Type 12222 for the station in the Extension box.
- Type Ron, 555 231–2222 in the Caller ID box.
- Type sip-hunt-template in the Template box.
- Click OK.
- Configure the fourth user station.
- Click Add.
- Type diane-desk in the Name box.
- Type 15553 for the station in the Extension box.
- Type Ron, 555 231-5553 in the Caller ID box.
- Type sip-hunt-template 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 sanjay-desk extension 15550user@host set station sanjay-desk caller-id “Sanjay, 555 231–5550” station-type sip template sip-hunt-templateuser@host set station majorie-desk extension 15551user@host set station majorie-desk caller-id “Majorie, 555 231-5551” station-type sip template sip-hunt-templateuser@host set station ron-desk extension 12222user@host set station ron-desk caller-id “Ron, 555 231–2222” station-type sip template sip-hunt-templateuser@host set station diane-desk extension 15553user@host set station diane-desk caller-id “Ron, 555 231-5553” station-type sip template sip-hunt-template
- 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 sanjay-deskstation sanjay-desk {extension 15550;caller-id “Sanjay, 555 231–5550”;station-type {sip {template sip-hunt-template;}}[edit]user@host# show services convergence-services station majorie-deskstation majorie-desk {extension 15551;caller-id “Majorie, 555 231-5551”;station-type {sip {template sip-hunt-template;}}[edit]user@host# show services convergence-services station ron-deskstation ron-desk { extension 12222;caller-id “Ron, 555 231–2222”;station-type {sip {template sip-hunt-template;}}[edit]user@host# show services convergence-services station diane-deskstation diane-desk {extension 15553;caller-id “Ron, 555 231-5553”;station-type {sip {template sip-hunt-template;}}
- Commit the configuration if you are done
configuring the device.[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 acct-employee-payroll station sanjay-desk station majorie-desk station ron-desk station diane-desk station
Results
Confirm your configuration by entering the show services convergence-services station-group acct-employee-payroll 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 the Hunt Group
CLI Quick Configuration
To quickly configure the hunt group, copy the following commands and paste them into the CLI.
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 three stations whose users belong to
the hunt group. [edit services convergence-services]user@host# set features hunt-group corp-accounting extension 2000 station-group acct-employee-payroll ring-timeout 20
Results
From configuration mode, confirm your configuration by entering the show services convergence-services features hunt-group corp-accounting 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.
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 Hunt Groups
- Understanding Integrated Convergence Services Pickup Groups
- Understanding Integrated Convergence Services Ring Groups
- Understanding SIP Station Configurations
- Understanding SRX Series Integrated Convergence Services Media Gateway Analog Stations Configuration
Hide Navigation Pane
Show Navigation Pane
Download
SHA1