Actions

Difference between revisions of "Send Call Back message to own station feature"

From Zenitel Wiki

 
(9 intermediate revisions by one other user not shown)
Line 1: Line 1:
 +
{{AI}}
 
{|  
 
{|  
 
|-
 
|-
Line 10: Line 11:
 
|'''Parameter 1''': || 0 (N/A)
 
|'''Parameter 1''': || 0 (N/A)
 
|-valign="top"  
 
|-valign="top"  
|'''Description''': || Feature to put a station in own mail queue. <br>Procedure: During connection, dial 55.  The conversation cancels, and the station appears in the mail queue.
+
|'''Description''': || Feature to put a station in own mail queue. <br>Procedure: During connection, dial 55.  The conversation cancels, and the station appears in the mail queue.<br> The feature is available for the A-subscriber (the calling station) only.
 
|}
 
|}
 +
<br>
 +
'''Additional information:'''<br>
 +
The mail generated by "55" has priority level 30.
  
Additional information:<br>
+
You can modify the priority level from the Event Handler:
The mail generated by "55" has priority level 30. The priority level cannot be changed from [[AlphaPro]], but can be modified from the NVRAM editor in [[TST]]. <br>
+
 
 +
[[File:CallMeBack.PNG|thumb|left|500px|Set priority level to 144. Change 144 to any priority between 1 - 255]]
 +
<br style="clear:both;" />
 +
A reset is required for the changes to take effect.
 +
 
 +
 
 +
The priority level can also be modified from the NVRAM editor in [[TST]]. <br>
 
Parameter:
 
Parameter:
 
  TST>>nvram - ex_mi.mail_tab[11].msg_priority = 30 (0x1e)
 
  TST>>nvram - ex_mi.mail_tab[11].msg_priority = 30 (0x1e)
 +
 +
 +
  
 
[[AlphaCom Feature List|Back to feature list]]
 
[[AlphaCom Feature List|Back to feature list]]

Latest revision as of 09:35, 8 October 2019

AI.png
Feature: Send Call Back message to own station
Default directory number: 55 - during conversation
Feature number: 72
Parameter 1: 0 (N/A)
Description: Feature to put a station in own mail queue.
Procedure: During connection, dial 55. The conversation cancels, and the station appears in the mail queue.
The feature is available for the A-subscriber (the calling station) only.


Additional information:
The mail generated by "55" has priority level 30.

You can modify the priority level from the Event Handler:

Set priority level to 144. Change 144 to any priority between 1 - 255


A reset is required for the changes to take effect.


The priority level can also be modified from the NVRAM editor in TST.
Parameter:

TST>>nvram - ex_mi.mail_tab[11].msg_priority = 30 (0x1e)



Back to feature list