Actions

Difference between revisions of "Simplex conversation (Event Handler)"

From Zenitel Wiki

 
(4 intermediate revisions by one other user not shown)
Line 1: Line 1:
{{A}}
+
{{AI}}
 
=General=
 
=General=
 
This article describes how you can override the voice-operated duplex (VOX), and set the system in Simplex (Press To Talk) mode.
 
This article describes how you can override the voice-operated duplex (VOX), and set the system in Simplex (Press To Talk) mode.
Line 12: Line 12:
 
<br style="clear:both;" />
 
<br style="clear:both;" />
  
*Owner: [[UDP|UDP 8]] (All stations)
+
{{Code2|
*Event Type: Conversation Outgoing
+
@U%2.nod [[SET_SIMPLEX|$SIMP]] L%2.dir U0 U1
*When Change To: ON
+
}}
*When Related To: All
 
*Action: @U%2.nod [[SET_SIMPLEX|$SIMP]] L%2.dir U0 U1
 
  
 
Initial speech direction will be from B-subscriber towards A-subscriber.
 
Initial speech direction will be from B-subscriber towards A-subscriber.
Line 25: Line 23:
  
  
[[Category:Applications]]
+
[[Category:AlphaCom Applications]]
 +
[[Category: ICX-AlphaCom Applications]]
 +
[[Category:Applications using Event Handler]]

Latest revision as of 11:37, 8 July 2022

AI.png

General

This article describes how you can override the voice-operated duplex (VOX), and set the system in Simplex (Press To Talk) mode.

Software requirement: AMC 10.52 or newer.

Whole Exchange in Simplex Mode

This event will set the whole exchange in simplex (Press To Talk) mode. Simplex mode will also work across AlphaNet.

In AlphaPro, go to Exchange and System -> Events, press Insert and create the following event:

Event that sets the whole exchange in simplex mode


Action commands:

@U%2.nod $SIMP L%2.dir U0 U1


Initial speech direction will be from B-subscriber towards A-subscriber.

If the Simplex mode should not apply to the whole exchange, but to a single station or a limited group of stations only, simply change the owner of the event to that single station, or include the relevant stations in an UDP group and set this UDP group as event owner.