MYVOIPAPP

Ringing group

1. Introduction

"Ringing group", which will be named as RG in this document, is a very useful service in business scenario. It has following key features:

  • When one call is comming, several local users are ringing at the same time.
  • When one picks up the incoming call, others will stop ringing.
  • Only when all users reject or don't answer the call, it will be released finally.

Following figure describes the basic elements in this service.

ringing group demo scenario

Holly, Gilson and Hongtian are in the same RG. When caller party makes an incoming call, they will be ringing at the same time. If Holly picks up the call, Gilson and Hongtian will stop ringing and be released. Then, caller party will talk to Holly.

miniSIPServer has two methods to configure and trigger ringing group service.

  • Configure ringing group in local user's profile.
  • Independent detection
2. Local user's profile

We can directly configure ringing group in local user's profile. In this scenario, each local user can be configured to one ringing group.

Click menu "Data / Local users / Supplementary services" to show and edit local user informations.

Ring-group configuration of local user

If "ringing group ID" is zero, the user doesn't have ringing group feature. Otherwise, all local users with the same ringing group ID are in the same ringing group.

If the user belongs to a ringing group but it is configured with "suppress ringing group if receives incoming calls directly", when someone calls this user, the users in the same ringing group will not ring.

By the way, if users in the same group call each other, ringing group will not be triggered. For example, in above figure, if Holly calls Gilson, Hongtian will not ring.

3. Independent detection

In above user's profile, we can only configure one group ID. Sometimes we need assign one local user to more ringing groups, so we need Independent detection.

Please refer to menu "Services / Ringing group", we can get two key configurations:

  • Ringing user
  • Detection

3.1 Ringing user

Please click menu "Services / Ringing group / Ringing user" to get following configurations.

Ringing group user

Item Description
Ringing group ID The indicator of a ringing group. One group can have several local users.
Ringing user Users in the ringing group. One user can be assigned to several ringing group.

3.2 Detection

Once ringing group is configured, we need indicate miniSIPServer to understand how to detect such group. miniSIPServer will check called number of incoming calls to detect whether or which ringing group should be triggered.

Please click menu "Services / Ringing group / Detection" to get following configurations.

Ringing group detection

Item Description
Dial plan Dial plan. 'default' means for all calls.
Called number If incoming calls have this called number, a ringing group will to be detected.
Ringing group ID The group ID of ringing group. miniSIPServer will try to call all ringing users with the same group ID which is configured in above "Ringing user".