Actions

Difference between revisions of "Mail Timeout (Event Type)"

From Zenitel Wiki

 
(16 intermediate revisions by 4 users not shown)
Line 1: Line 1:
 +
{{AI}}
 
==Event description==
 
==Event description==
 
+
{|
{| border="1" cellpadding="4"
+
|-
! align="left"|[[Event Owner]]:
+
|width="180pt"|'''Event Owner''':
| the queuing station
+
|width="300pt"|A station or an [[UDP]] group
 
|-
 
|-
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:  
+
|'''Event type''': || 20 - Mail Timeout
| Mail Timeout
 
 
|-
 
|-
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:
+
|'''Subevent''': || N/A
| N/A
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to ON]]:  
+
|'''When change to ON''': || When a mail times out
| Upon timeout of a mail
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to OFF]]:  
+
|'''When change to OFF''': || N/A
| Never
 
 
|-
 
|-
! align="left"|[[When Related to (Event Handler)|When Related to]]:
+
|'''When related to''': || The sending station and Mail tag
| the sending station and Mail tag
 
 
|-
 
|-
 
|}
 
|}
 +
<br>
  
*Additional information:
+
==Additional information==
 
:- Each mail entry has a timer, default timeout is 7,5 days
 
:- Each mail entry has a timer, default timeout is 7,5 days
:- The time can be changed by the data message $SMT(Set_Mail_Timeout)
+
:- The time can be changed by the data message $SMT ([[SET MAIL TIMEOUT|Set_Mail_Timeout]])
 
:- The timer has 10 seconds resolution
 
:- The timer has 10 seconds resolution
:- The event "20 Mail Timeout" is triggered 10 seconds before the mail entry is deleted
+
:- This event "20 Mail Timeout" is triggered 10 seconds before a mail entry is deleted
:- Use the event "10 Received mail" ON to set the timer
+
:- Use the event "[[Received Mail (Event Type)|10 - Received Mail]]" ON to set the timer
 
:- Syntax:
 
:- Syntax:
::*$SMT LxxxxWyyyy Qzz
+
::*[[SET MAIL TIMEOUT|$SMT]] Lxxxx Wyyyy Qzz
 
::*xxxx = Queuing station's dir no
 
::*xxxx = Queuing station's dir no
 
::*yyyy = Mail tag identifying this mail entry
 
::*yyyy = Mail tag identifying this mail entry
::*Zz = Time in seconds
+
::*zz = Time in seconds
 
::*Example: $SMT L%1.dir W%2.tag Q60
 
::*Example: $SMT L%1.dir W%2.tag Q60
:- Upon timeout activate $CPYM to copy the mail to another station or group of stations, of insert the mail in own queue with a higher priority
+
:- Upon timeout activate $[[COPY MAIL|CPYM]] to copy the mail to another station or group of stations, or insert the mail in own queue with a higher priority
*Application examples:
 
:- Forward unattended call requests
 
  
*Application:
+
==Application==
 +
:- [[Forward unattended Call Request (Event Handler)|Forward unattended call requests]]
 
:- Activate a buzzer when the first call request arrives, or when a higher priority request arrives
 
:- Activate a buzzer when the first call request arrives, or when a higher priority request arrives
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Event types]]

Latest revision as of 16:15, 4 October 2019

AI.png

Event description

Event Owner: A station or an UDP group
Event type: 20 - Mail Timeout
Subevent: N/A
When change to ON: When a mail times out
When change to OFF: N/A
When related to: The sending station and Mail tag


Additional information

- Each mail entry has a timer, default timeout is 7,5 days
- The time can be changed by the data message $SMT (Set_Mail_Timeout)
- The timer has 10 seconds resolution
- This event "20 Mail Timeout" is triggered 10 seconds before a mail entry is deleted
- Use the event "10 - Received Mail" ON to set the timer
- Syntax:
  • $SMT Lxxxx Wyyyy Qzz
  • xxxx = Queuing station's dir no
  • yyyy = Mail tag identifying this mail entry
  • zz = Time in seconds
  • Example: $SMT L%1.dir W%2.tag Q60
- Upon timeout activate $CPYM to copy the mail to another station or group of stations, or insert the mail in own queue with a higher priority

Application

- Forward unattended call requests
- Activate a buzzer when the first call request arrives, or when a higher priority request arrives