Actions

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

From Zenitel Wiki

(Event description)
 
(15 intermediate revisions by 5 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 calling station
+
|width="600pt"|A station or an [[UDP]] group making ''outgoing'' call
 
|-
 
|-
! align="left"|[[Event Handler#Events Types - Grouped by Function|Event type]]:  
+
|'''Event type''': || 33 - Private Ringing Mode Outgoing call
| 33 - Private Ringing Mode Outgoing call
 
 
|-
 
|-
! align="left"|[[Sub-Event (Event Handler)|Sub-Event]]:
+
|'''Subevent''': || 0, 1 or 2, see below
| 0, 1 or 2, see below
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to ON]]:  
+
|'''When change to ON''': || When calling a station, and private ringing starts. <br>When calling a SIP device, ''and the device returns SIP status "180 Ringing"''
| When calling a station, and private ringing starts. When calling a SIP device, ''and the device returns SIP status "180 Ringing"''.
 
 
|-
 
|-
! align="left"|[[When Change to (Event Handler)|When Change to OFF]]:  
+
|'''When change to OFF''': || When the private ringing ends
| When the private ringing ends.
 
 
|-
 
|-
! align="left"|[[When Related to (Event Handler)|When Related to]]:
+
|'''When related to''': || The called station
| The called station  
 
 
|-
 
|-
 
|}
 
|}
Line 33: Line 29:
  
 
==Application==
 
==Application==
Call forwarding on timeout to whatever. Especially useful for forwarding of unanswered calls SIP, where normal call forwarding can not be used.
+
Call forwarding on timeout to whatever. Especially useful for forwarding of unanswered calls to SIP, where normal call forwarding can not be used.
 
   
 
   
Example of transfer to local dirno 108, if call not answered. 
+
Example: [[SIP phone: Forward unattended call]]
  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)
+
== Software ==
 +
This event is available from AMC Software 10.23
  
 
==See also==
 
==See also==
:-[[Private Ringing mode (Event Type)|07 Private Ringing Mode]] is the corresponding event, with the '''owner''' and '''related-to''' swapped.
+
:-[[Private Ringing mode (Event Type)|09 Private Ringing Mode]] is the corresponding event, with the '''owner''' and '''related-to''' swapped.
 
<br>
 
<br>
  
  
 
[[Category:Event Handler]]
 
[[Category:Event Handler]]
 +
[[Category:Event types]]

Latest revision as of 16:17, 4 October 2019

AI.png

Event description

Event Owner: A station or an UDP group making outgoing call
Event type: 33 - Private Ringing Mode Outgoing call
Subevent: 0, 1 or 2, see below
When change to ON: When calling a station, and private ringing starts.
When calling a SIP device, and the device returns SIP status "180 Ringing"
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 to SIP, where normal call forwarding can not be used.

Example: SIP phone: Forward unattended call

Software

This event is available from AMC Software 10.23

See also

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