Play DAK Feature
From Zenitel Wiki
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\>
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 message described bellow:
PLAY DAK PD | 0x009C | 156 | AMC 10.44 | |
---|---|---|---|---|
$PD L101 "0W123#" <br\> $PD L101 U01 "2561" | Station 101 dials "0", wait 1 sec, dial "123#" with default 200 ms timing <br\> Station 101 dials "2562" with 100ms play timing. | |||
$PD plays digits with default 200ms play timing. Additional spacing can be inserted by use of w (0,5 sec) or W (1 sec) | ||||
1 | NET_OBJ_REF<br\>{ECL_STATION, <BR\> ECL_USER} | A - user or station. | ||
2 | UINT1 (optional) |
Timing for the play sequence <br\> 1 - 20 = 100ms - 2 sec. | ||
2/3 | UINT1[0...n] | <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 |