Actions

Difference between revisions of "Group Call - Increased volume"

From Zenitel Wiki

Line 12: Line 12:
 
|width="400pt"|Station Id: Id: 1 (101 The Door)
 
|width="400pt"|Station Id: Id: 1 (101 The Door)
 
|-
 
|-
|'''Event type''': || [[Event Trigger (Event Type)|15 - Event Trigger Feature]]
+
|'''Event type''': || [[Conversation Outgoing (Event Type)|08 - Conversation Outgoing]]
 
|-
 
|-
 
|'''Sub event''': || 0
 
|'''Sub event''': || 0
 
|-
 
|-
|'''When change to''': || ON
+
|'''When change to''': || ON or OFF
 
|-
 
|-
|'''When related to''': || Directory Number | Id: 9534
+
|'''When related to''': || Directory Number | Id: 86
 
|-
 
|-
|'''Action:''' || WUDD 2 0
+
|'''Action:''' ||  
|-
 
|   || $ER U15 U1 U1 U1 L101 U3 L9001
 
 
|-
 
|-
 
|}
 
|}

Revision as of 16:13, 2 June 2015

This article describes how to increase the volume of a group call announcement. The volume is set back to default value when the group call is ended.

Minimum software is AMC version 11.

In the following example a door station (101) is making a group call with repeatative gong to group 4. The members in group 4 also needs to be members of UDP group 7. In AlphaPro, go to Exchange and System -> Events, press Insert and create the following events:


Event Owner: Station Id: Id: 1 (101 The Door)
Event type: 08 - Conversation Outgoing
Sub event: 0
When change to: ON or OFF
When related to: Id: 86
Action:  
IF %chg(1,0)
tmp 0 "%gns(%2.phy,0)"
LOOP
IF %op(%tmp(0),=,0)
STOP
ENDIF
$VOL N%tmp(0) U6
tmp 0 "%gns(%2.phy, %tmp(0))"
ENDLOOP
stop
ENDIF
tmp 0 "%gns(%2.phy,0)"
LOOP
IF %op(%tmp(0),=,0)
STOP
ENDIF
$VOL N%tmp(0) U3
tmp 0 "%gns(%2.phy, %tmp(0))"
ENDLOOP