Actions

Difference between revisions of "Private Ringing Outgoing (Event Type)"

From Zenitel Wiki

(Application)
(Event description)
Line 6: Line 6:
 
|-
 
|-
 
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:  
 
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:  
| 21 - Private Ringing Mode Outgoing call
+
| 33 - Private Ringing Mode Outgoing call
 
|-
 
|-
 
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:  
 
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:  

Revision as of 17:50, 7 November 2007

Event description

Event Owner: The calling station
Event type: 33 - Private Ringing Mode Outgoing call
Sub-Event: 0, 1 or 2, see below
When Change to ON: When calling a station, and private ringing starts
When Change to OFF: When the private ringing ends.
When Related to: The called station

Sub Events

The ON event is always reported as Subevent 0.

But the OFF event is reported with three different subevents, according to why the ringing ended:

  • 0: The private ringing timed out (ref "Private Call Time" in AlphaPro)
  • 1: The call is connected through (either accepted by receiver, or forced with Priority)
  • 2: Call canceled by one of the parties.

Use Subevent = 255 if you want to catch all subevents.

Application

Call forwarding on timeout to whatever. Especially useful for forwarding of unanswered calls SIP, where normal call forwarding can not be used.

Example of transfer to local dirno 108, if call not answered.

  Use When-Change-to=OFF and subevent = 0. Action: 
  $c %1.ref ; $dd %1.ref L108

($c is needed to "speed up" the disconnection, so that the $dd command is not lost during the disconnection tone)

See also

-07 Private Ringing Mode is the corresponding event, with the owner and related-to swapped.