Actions

Difference between revisions of "2-2f. Scheduler - Event Handler (solution)"

From Zenitel Wiki

(Exercise)
(Exercise)
Line 18: Line 18:
 
[[File:2-2f solution3.PNG|thumb|left|600px|Use the command $GM to dispatch the message]]
 
[[File:2-2f solution3.PNG|thumb|left|600px|Use the command $GM to dispatch the message]]
 
<br style="clear:both;" />
 
<br style="clear:both;" />
 +
 +
 +
About the $GM command $GM L87 L8193 U1 U0 U0:
 +
* $GM = Group_Msg command
 +
* L87 = The group
 +
* L8193 = The prerecorded message
 +
* U1 = Play message once, then stop
 +
* U0 = No gong before message
 +
* U0 = Use the priority of the group
  
  

Revision as of 16:54, 21 February 2013

System configuration


Exercise

Scheduling:

  • At 14:15 a prerecorded message "We ask passengers not to leave their luggage unattended..." should be distributed to the stations in group 87.

In AlphaWeb, System Configuration -> Messaging, upload the wav-file using Message group 30, Index 3. This message will get directory number 8193.

Upload wav file via AlphaWeb



In AlphaPro, Groups -> Local Groups, include 6540 and 416 as members of group 4 (87):

Define group members


In AlphaPro, Exchange & System -> Events, Insert a new event with the following properties:

Use the command $GM to dispatch the message



About the $GM command $GM L87 L8193 U1 U0 U0:

  • $GM = Group_Msg command
  • L87 = The group
  • L8193 = The prerecorded message
  • U1 = Play message once, then stop
  • U0 = No gong before message
  • U0 = Use the priority of the group







Related articles