DIVUS HEARTBEAT user manual .
45
A new group call just needs 2 lines to be added to the extensions configuration file which you can see and edit
on the SETTINGS SIP SETTINGS page (notice the extensions tab):
The lines look like this:
exten => 12345,1,Dial(SIP/1101&SIP/1102,30)
exten => 12345,2,Hangup()
Explanation:
The first line defines what number should be used for the group call, and what accounts shall be part of the group.
The number 12345 will call two devices: 1101 and 1102. Adding an additional number (e.g. 3405) is simple: just
bove would become.
exten => 12345,1,Dial(SIP/1101&SIP/1102
&
SIP/3405
,30)
30 is the number of seconds it should ring i.e. the timeout. In the second line, the same number 12345 is repeated.
Once your 2 lines are ready, insert them at the bottom of the section starting with [internal]: