Difference between revisions of "Timeout of conversation (Event Handler)"
From Zenitel Wiki
(New page: Using the $ST (Set_Timer) message. Timeout of incoming calls to one specific station: '''Start the timer on incoming call (180 sec):''') |
|||
Line 5: | Line 5: | ||
'''Start the timer on incoming call (180 sec):''' | '''Start the timer on incoming call (180 sec):''' | ||
+ | {| | ||
+ | |- | ||
+ | |width="100pt"|Event Owner: | ||
+ | |width="100pt"|The station | ||
+ | |- | ||
+ | |Event type: || 07 - Conversation Incoming | ||
+ | |- | ||
+ | |When change to: || ON | ||
+ | |- | ||
+ | |When related to: || All | ||
+ | |- | ||
+ | |Action: || $SMT L%1.dir W%2.tag Q10 | ||
+ | |- | ||
+ | |} | ||
+ | <br\><br\> | ||
+ | '''Cancel conversation when timeout:''' | ||
+ | |||
+ | {| | ||
+ | |- | ||
+ | |width="100pt"|Event Owner: | ||
+ | |width="100pt"|The station | ||
+ | |- | ||
+ | |Event type: || 21 - Event timeout | ||
+ | |- | ||
+ | |When change to: || ON | ||
+ | |- | ||
+ | |When related to: || All | ||
+ | |- | ||
+ | |Action: || $C L%1.dir | ||
+ | |- | ||
+ | |} |
Revision as of 12:59, 8 August 2007
Using the $ST (Set_Timer) message.
Timeout of incoming calls to one specific station:
Start the timer on incoming call (180 sec):
Event Owner: | The station |
Event type: | 07 - Conversation Incoming |
When change to: | ON |
When related to: | All |
Action: | $SMT L%1.dir W%2.tag Q10 |
<br\><br\> Cancel conversation when timeout:
Event Owner: | The station |
Event type: | 21 - Event timeout |
When change to: | ON |
When related to: | All |
Action: | $C L%1.dir |