An example of the implementation of a typical route of incoming calls

Formulation of the problem

The client calls the company, a welcome message (voice greeting) sounds.

During the playback of the voice greeting, the client can dial any internal number, for example, the extension number of an employee or the extension number of a department.

After playing the voice greeting, the client can enter numbers from the phone:

  • 1 - in this case, the call will be sent to the sales department. The sales department is a call queue consisting of two queue agents (two employees). When calling the sales department, the call must be received on the phones of employees at the same time. If none of the employees answered the customer's call within 25 seconds, the call should be sent to the employees' mobile numbers.

  • 2 - the call will be sent to the technical support department. The Technical Support Department is a call queue consisting of three queue agents (three employees). The call must be received by any available employee (queue agent). If the client waits more than 30 seconds for his call to be answered, the call must be transferred to the secretary. If the client has not entered anything / incorrectly dialed the number, then a repeated voice notification occurs and the client can enter the number again. As soon as all attempts to enter the correct number for the client are completed, the call is forwarded to the secretary.

Solution

Call queues

Instructions on call queues are available at the link.

For our example, you need to create three call queues:

  1. Sales Department (mobile numbers of employees)

  2. Sales Department (internal employee numbers)

  3. Technical Support Department

You must first create internal accounts for employees according to the instructions indicating their mobile numbers.

  1. Go to the TelephonyCall queue. Click on the "Add a new call queue" button.

  1. Creating a call queue for the sales department (for employees' mobile numbers).

  1. Creating a call queue for the sales department (for internal employee numbers).

  1. We indicate that if none of the employees answered the customer's call within 25 seconds, the call should be sent to the employees' mobile numbers.

  1. Creating a call queue for the technical support department.

IVR Menu

Instructions for the IVR menu are available at the link.

  1. Go to Telephony IVR menu. Click on the "Add new IVR menu" button.

  1. Specify the IVR settings according to our description.

Incoming route

Instructions for incoming routes are available at the link.

  1. At the last step, we create an incoming call route for our provider. In the Call RoutingIncoming routing add a new rule.

  1. Fill in the data according to the template:

Last updated