Actions

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

From Zenitel Wiki

Line 1: Line 1:
 
==Event description==
 
==Event description==
 
+
{|
{| border="1" cellpadding="4"
+
|-
! align="left"|[[Event Owner]]:
+
|width="100pt"|'''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
| 20 - 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]])
 
:- 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
 
:- The event "20 Mail Timeout" is triggered 10 seconds before the mail entry is deleted
:- Use the event "10 Received mail" ON to set the timer
+
:- Use the event "[[10 Received mail]]" ON to set the timer
 
:- Syntax:
 
:- Syntax:
::*$SMT LxxxxWyyyy Qzz
+
::*[[$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 $[[CPYM]] to copy the mail to another station or group of stations, of insert the mail in own queue with a higher priority
*Application examples:
+
==Application examples==
 
:- Forward unattended call requests
 
:- Forward unattended call requests
  
*Application:
+
==Application==
 
:- 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]]

Revision as of 00:49, 6 November 2007

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
- The event "20 Mail Timeout" is triggered 10 seconds before the 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, of insert the mail in own queue with a higher priority

Application examples

- Forward unattended call requests

Application

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