Actions

Difference between revisions of "Auto Attendant and Event trigg on dialing digits"

From Zenitel Wiki

 
(13 intermediate revisions by 6 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
{|  
 
{|  
 
|-
 
|-
 
|width="170pt"|'''Feature''':
 
|width="170pt"|'''Feature''':
| Event Trigger on digit dialing
+
| Event Trigger on digit dialling and Auto Attendant with DAK activation.
 
|-
 
|-
 
|'''Default directory number''': || 9545
 
|'''Default directory number''': || 9545
Line 8: Line 9:
 
|'''Feature number''': || 105
 
|'''Feature number''': || 105
 
|-valign="top"  
 
|-valign="top"  
|'''Parameter 1''': || 0 = The pressed digit is shown in the display <br>
+
|'''Parameter 1''': || 0 = The dialed digit is shown in the display <br>
1 = The display is not updated. Display text can be customized by using $[[DISPLAY TEXT|DSPL]] (to indicate ‘left’, ‘up’ etc)<br>  
+
1 = The display is not updated. Display text can be customized by using ${{AlphaWiki|DISPLAY TEXT|DSPL}} (to indicate ‘left’, ‘up’ etc)<br>  
100 = The dual display navigation keys are reported as sub events 20, 22,23 and 24
+
|-
 +
|'''Parameter 2''': || 0 = No voice message <br>
 +
1 -> 999 Play voice message with given message individ and [[Message Group]] 11. Filename "svp_011_001.wav" -> "svp_011_999.wav".
 +
|-
 +
|'''Parameter 3''': || 0 = No related DAK "sequence" station <br>
 +
1 -> 552  Physical station where DAK sequences to be activate on initiator station are programmed.
 +
|-
 
|-valign="top"  
 
|-valign="top"  
| '''Description:''' || Dial 9545 + digits. The digits are reported to the [[Event Handler]], [[Event Trigger with parameter (Event Type)|event type 25]], with subevent equal to the dialed digit (0-9) or M-key (10).
+
| '''Description:''' || This is actually the {{AlphaWiki|Event trigg on dialing digits}} feature, with extensions based on programming param 2 and param 3
 +
 
 +
Procedure: Dial 9545 + digits. The digits are reported to the {{AlphaWiki|Event Handler}}, {{AlphaWiki|Event Trigger with parameter (Event Type)|event type 25}}, with subevent equal to the dialed digit (digit = 0 - 9, M-key = 10)
 +
The Dual Display navigation keys are reported as sub events 20,21,22 and 23 <br />
 +
'''Auto Attendant''' <br />
 +
When used as Auto Attendant with related DAK station a digit pressed will cancel the voice message and feature 105. <br />
 +
The DAK sequence number matching the digit dialled (0 = DAK 10) will be activated on the initiator station. <br />
 +
If no digit is pressed the search sequence 1 will be activated after the time out defined (default 5 sec.):
 +
 
 +
89 &000862 .ex_profile.timeouts.auto_att_search = 50
 +
 
 +
|}
  
 +
=Autoloaded directory numbers=
 +
{| border="1"
 +
! style="background:#ffdead;" width="70" |Dirno
 +
! style="background:#ffdead;" width="170" |DisplayText
 +
! style="background:#ffdead;" width="40" | Feature
 +
! style="background:#ffdead;" width="40" | Parm1
 +
! style="background:#ffdead;" width="40" | Parm2
 +
! style="background:#ffdead;" width="40" | Parm3
 +
! style="background:#ffdead;" width="600" |Description
 +
|-
 +
| align=center| 9545 ||align=center|Digit Event||align=center|105||align=center|0||align=center|0||align=center|0|| Event trigger without voice menu.
 +
|-
 +
| align=center| 9550 ||align=center|AutoAttendant||align=center|105||align=center|0||align=center|1||align=center|500|| AutoAttendant with customer voice menu 1 (8181). AutoAttendant "digit" actions must be programmed in DAK table of physical station 500
 +
|-
 
|}
 
|}
  
[[AlphaCom Feature List|Back to feature list]]
+
 
 +
 
 +
{{AlphaWiki|AlphaCom Feature List|Back to feature list}}
 +
[[Category: ICX-AlphaCom features]]
 +
[[Category:Audio Messaging]]
 +
[[Category: AlphaCom features]]

Latest revision as of 13:56, 20 May 2022

AI.png
Feature: Event Trigger on digit dialling and Auto Attendant with DAK activation.
Default directory number: 9545
Feature number: 105
Parameter 1: 0 = The dialed digit is shown in the display

1 = The display is not updated. Display text can be customized by using $DSPL (to indicate ‘left’, ‘up’ etc)

Parameter 2: 0 = No voice message

1 -> 999 Play voice message with given message individ and Message Group 11. Filename "svp_011_001.wav" -> "svp_011_999.wav".

Parameter 3: 0 = No related DAK "sequence" station

1 -> 552 Physical station where DAK sequences to be activate on initiator station are programmed.

Description: This is actually the Event trigg on dialing digits feature, with extensions based on programming param 2 and param 3

Procedure: Dial 9545 + digits. The digits are reported to the Event Handler, event type 25, with subevent equal to the dialed digit (digit = 0 - 9, M-key = 10) The Dual Display navigation keys are reported as sub events 20,21,22 and 23
Auto Attendant
When used as Auto Attendant with related DAK station a digit pressed will cancel the voice message and feature 105.
The DAK sequence number matching the digit dialled (0 = DAK 10) will be activated on the initiator station.
If no digit is pressed the search sequence 1 will be activated after the time out defined (default 5 sec.):

89 &000862 .ex_profile.timeouts.auto_att_search = 50

Autoloaded directory numbers

Dirno DisplayText Feature Parm1 Parm2 Parm3 Description
9545 Digit Event 105 0 0 0 Event trigger without voice menu.
9550 AutoAttendant 105 0 1 500 AutoAttendant with customer voice menu 1 (8181). AutoAttendant "digit" actions must be programmed in DAK table of physical station 500


Back to feature list