Actions

Difference between revisions of "Play DAK Feature"

From Zenitel Wiki

(New page: {| border="1" == Programming of DAK sequences with single digit dialing and wait states == ''' Available from amcd 1043x0521 ''' By using the DAK "T" parameter a 18 digit string can ...)
 
Line 37: Line 37:
  
  
If longer strings are needed the DAK_AS_RCI event trigger can be used for sending the play dak $PD data protocol message described bellow:
+
If longer strings are needed the DAK_AS_RCI event trigger can be used for sending the play dak $PD data protocol  
 
+
[[PLAY_DAK]]
 
 
|-
 
!style="background:#ffdead;" width="90pt" colspan="2"|PLAY DAK PD
 
!style="background:#ffdead;" width="100pt"|0x009C
 
!style="background:#ffdead;" width="30pt"|156
 
!style="background:#ffdead;" |AMC 10.44
 
|-
 
|colspan="2"|'''$PD L101 "0W123#"''' <br\> '''$PD L101 U01 "2561"'''
 
|colspan="3" |Station 101 dials "0", wait 1 sec, dial "123#" with default 200 ms timing <br\> Station 101 dials "2562" with 100ms play timing.
 
|-
 
|colspan="5"|$PD plays digits with default 200ms play timing. Additional spacing can be inserted by use of w (0,5 sec) or W (1 sec)
 
|-
 
|align=center|1||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]], <BR\> [[ECL_USER]]}||colspan="3"|A - user or station.
 
|-
 
|align=center|2||[[UINT1]] <br>(optional)||colspan="3"| Timing for the play sequence <br\> 1 - 20 = 100ms - 2 sec.
 
|-
 
|align=center|2/3||[[UINT1]][0...n] ||colspan="3"| <br\> Dial pattern supported: <br\>-Digit "0"-"9" <br\>-"*" and "#" supported during trunk calls. <br\>-"w" = wait 0,5 sec <br\> -"W" = wait 1 sec <br\> All other characters will terminate the "play DAK" feature <br\> Max length of string 40 bytes
 
|-
 
|}
 
 
 
 
 
 
 
[[Category: ACDP messages]]
 
 
 
 
 
[[AlphaNet_Data_Protocol#Station_Connect_Operations|Back to AlphaNet message list]]
 

Revision as of 13:49, 9 June 2008

Programming of DAK sequences with single digit dialing and wait states

Available from amcd 1043x0521


By using the DAK "T" parameter 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: <br\> AlphaPro Play DAK


Description: <br\> Get line out "01" <br\> Wait 1 Sec <br\> Dial Tellog pin code "123#"<br\> Wait 2 Sec <br\> Dial Zenitel "40002500". <br\>


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

85 &000874 .ex_profile.timeouts.play_dak_time = 2 (0x0002) <br\>



If longer strings are needed the DAK_AS_RCI event trigger can be used for sending the play dak $PD data protocol PLAY_DAK