Actions

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

From Zenitel Wiki

 
(16 intermediate revisions by one other user not shown)
Line 1: Line 1:
'''72 FEAT_CB_TO_OWN'''
+
{{AI}}
{| border="1"
+
{|  
!style="background:#ffdead;"|Param1
 
!style="background:#ffdead;"|Description
 
 
|-
 
|-
| ?? || Send a callback message to own station
+
|width="170pt"|'''Feature''':
 +
| Send Call Back message to own station
 
|-
 
|-
|colspan="2"|During connection:  Send a mail to this station to remember this connection.
+
|'''Default directory number''': || 55 - during conversation
 
|-
 
|-
 +
|'''Feature number''': || 72
 +
|-valign="top"
 +
|'''Parameter 1''': || 0 (N/A)
 +
|-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.<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.
  
The mail generated by "55" has priority 30. The priority level cannot be changed from [[AlphaPro]], but can be can be modified from the NVRAM editor in [[TST]]. <br>
+
You can modify the priority level from the Event Handler:
 +
 
 +
[[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:
  5 &075324 .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