Actions

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

From Zenitel Wiki

Line 14: Line 14:
 
<br>
 
<br>
 
Additional information:<br>
 
Additional information:<br>
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>
+
The mail generated by "55" has priority level 30.  
 +
 
 +
You can modify the priority level from the Event Handler:
 +
 
 +
[[File:CallMeBack.PNG|thumb|left|500px|Set priority level to 144. Change 144 to anf priority between 1-255]]
 +
 
 +
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)
 
You can use the Event Handler to modify the priority:
 
  
  

Revision as of 12:32, 4 September 2014

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 anf priority between 1-255

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