Actions

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

From Zenitel Wiki

(Exercise)
(Exercise)
Line 20: Line 20:
  
  
About the $GM command $GM L87 L8193 U1 U0 U0:
+
About the $GM command string $GM L87 L8193 U1 U0 U0:
 
* $GM = The command to dispatch prerecorded message to a group
 
* $GM = The command to dispatch prerecorded message to a group
 
* L87 = The group
 
* L87 = The group

Revision as of 16:55, 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 string $GM L87 L8193 U1 U0 U0:

  • $GM = The command to dispatch prerecorded message to a group
  • 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