Actions

Difference between revisions of "Play DAK Feature"

From Zenitel Wiki

(Play DAK programmed from DAK string)
 
(14 intermediate revisions by 3 users not shown)
Line 1: Line 1:
{| border="1"
+
{{AI}}
 
+
== DAK sequences with single digit dialing and wait states ==
 
 
== Programming of DAK sequences with single digit dialing and wait states ==
 
  
  
Line 8: Line 6:
  
 
=== Play DAK programmed from DAK string ===
 
=== Play DAK programmed from DAK string ===
By using the DAK "T" parameter a 18 digit string can be programmed.
+
By using the DAK "T" parameter in the beginning of the DAK string, a 18 digit string can be programmed.
  
 
Sequence syntax:
 
Sequence syntax:
Line 17: Line 15:
 
   
 
   
  
Example DAK string as programmed in AlphaPro: <br\>
+
Example DAK string as programmed in AlphaPro: <br />
 
[[Image:PlaydakAlphaPro.PNG|600px|AlphaPro Play DAK]]
 
[[Image:PlaydakAlphaPro.PNG|600px|AlphaPro Play DAK]]
  
  
  
Description: <br\>
+
Description: <br />
Get line out "01" <br\>
+
*Get line out "01" <br />
Wait 1 Sec <br\>
+
*Wait 1 Sec <br />
Dial Tellog pin code "123#"<br\>
+
*Dial Tellog pin code "123#"<br />
Wait 2 Sec <br\>
+
*Wait 2 Sec <br />
Dial Zenitel "40002500". <br\>
+
*Dial phone number "40002500". <br />
  
 
=== Timing of play speed ===   
 
=== Timing of play speed ===   
 
Default digit step time is 200 ms. Configurable from NVRAM:
 
Default digit step time is 200 ms. Configurable from NVRAM:
  
85 &000874 .ex_profile.timeouts.play_dak_time = 2 (0x0002) <br\>
+
{{code|<nowiki>.ex_profile.timeouts.play_dak_time = 2 (0x0002)</nowiki> }}
 
 
 
 
  
 
===Play DAK by Data Protocol ===
 
===Play DAK by Data Protocol ===
If longer strings are needed the [[Station DAK key as RCI (Event Type)|Station DAK key as RCI]] event trigger can be used for sending the play dak [[PLAY_DAK |$PD]] data protocol message.
+
If longer strings are needed the [[Station Input or Station DAK key (Event Type)|Station Input or Station DAK key]] event trigger can be used for sending the [[PLAY_DAK |PLAY_DAK ($PD)]] data protocol message.
  
 
===Restriction===
 
===Restriction===
Maximum 50 simultaneous DAK Play functions can be activated at the same time in one node.
+
Maximum 50 simultaneous DAK Play functions can be activated at the same time in one node.
 
 
  
[[Category:AlphaCom E Software]]
+
[[Category: ICX-AlphaCom features]]
 
[[Category: AlphaCom features]]
 
[[Category: AlphaCom features]]

Latest revision as of 15:25, 2 June 2022

AI.png

DAK sequences with single digit dialing and wait states

Available from AMC 10.50

Play DAK programmed from DAK string

By using the DAK "T" parameter in the beginning of the DAK string, a 18 digit string can be programmed.

Sequence syntax:

0-9    Digits
# *    Signaling available during trunk connection
w      Pause for 0,5 Second 
W      Pause for 1 Second 

Example DAK string as programmed in AlphaPro:
AlphaPro Play DAK


Description:

  • Get line out "01"
  • Wait 1 Sec
  • Dial Tellog pin code "123#"
  • Wait 2 Sec
  • Dial phone number "40002500".

Timing of play speed

Default digit step time is 200 ms. Configurable from NVRAM:

.ex_profile.timeouts.play_dak_time = 2 (0x0002)


Play DAK by Data Protocol

If longer strings are needed the Station Input or Station DAK key event trigger can be used for sending the PLAY_DAK ($PD) data protocol message.

Restriction

Maximum 50 simultaneous DAK Play functions can be activated at the same time in one node.