Actions

Difference between revisions of "Event Type - Conversation Incoming"

From Zenitel Wiki

(New page: {| border="1" |- !style="background:#ffdead;" width="90pt" colspan="2"|Conversation Incoming !style="background:#ffdead;" width="100pt"|08 !style="background:#ffdead;" width="30pt"|8 !sty...)
 
Line 16: Line 16:
 
$[[CONN_REQUEST]]/$CONN is retained for compatibility only, DPMT_CALL_SETUP is the preferred message now.
 
$[[CONN_REQUEST]]/$CONN is retained for compatibility only, DPMT_CALL_SETUP is the preferred message now.
 
|-
 
|-
|align=center|1||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]], <BR\> [[ECL_USER]]}||colspan="3"|A - user or station.
+
|align=center|Event Owner||[[NET_OBJ_REF]]<br\>{[[ECL_STATION]], <BR\> [[ECL_USER]]}||colspan="3"|A - user or station.
 
|-
 
|-
|align=center|2||[[NET_OBJ_REF]] <br\>{[[ECL_STATION]], <BR\> [[ECL_USER]]}||colspan="3"|B - user or station
+
|align=center|Subevent||[[NET_OBJ_REF]] <br\>{[[ECL_STATION]], <BR\> [[ECL_USER]]}||colspan="3"|B - user or station
 
|-
 
|-
|align=center|3||[[UINT2]]<br\>(optional)||colspan="3"|Call mode options  (default zero)<br\>Call mode options can be the sum of the following:<BR\>   
+
|align=center|When Change To: ON||[[UINT2]]<br\>(optional)||colspan="3"|Call mode options  (default zero)<br\>Call mode options can be the sum of the following:<BR\>   
 
1: Return [[CONN_REFERENCE]], [[STATION_DOWN]] or [[STATION_BUSY]]. Send [[DISCONNECTED]] at disconnect (CSF_RETURN_ACK)<BR\>
 
1: Return [[CONN_REFERENCE]], [[STATION_DOWN]] or [[STATION_BUSY]]. Send [[DISCONNECTED]] at disconnect (CSF_RETURN_ACK)<BR\>
 
2: Require [[CONN_REF_ACK]] and [[DISCONNECTED_ACK]] (CSF_3WAY_ACK)<BR\>
 
2: Require [[CONN_REF_ACK]] and [[DISCONNECTED_ACK]] (CSF_3WAY_ACK)<BR\>

Revision as of 17:07, 25 June 2007

Conversation Incoming 08 8 AMC 06.0???
$CALL L101 L102 <br\> $CALL L101 L102 W32 <BR\> $CALL L101 L102 W64 Let 101 call 102 <BR\> Let 101 call, ignore if 102 forwards <br\> Let 101 call 102, force both 101 and 102
$CALL_SETUP sets up a conversation like dialing from a station. Default behavior:
  • A station is disconnected if busy
  • Call can result in Private ringing, Absent, Busy or Transfer like a ordinary call
  • The A station's call priority in NVRAM is used.
  • No acknowledge messages are returned

$CONN_REQUEST/$CONN is retained for compatibility only, DPMT_CALL_SETUP is the preferred message now.

Event Owner NET_OBJ_REF<br\>{ECL_STATION, <BR\> ECL_USER} A - user or station.
Subevent NET_OBJ_REF <br\>{ECL_STATION, <BR\> ECL_USER} B - user or station
When Change To: ON UINT2<br\>(optional) Call mode options (default zero)<br\>Call mode options can be the sum of the following:<BR\>

1: Return CONN_REFERENCE, STATION_DOWN or STATION_BUSY. Send DISCONNECTED at disconnect (CSF_RETURN_ACK)<BR\> 2: Require CONN_REF_ACK and DISCONNECTED_ACK (CSF_3WAY_ACK)<BR\> 4: Reserved<BR\> 8: Reserved<BR\> 16: Do not disconnect A station if busy (CSF_NOT_FORCE_A)<BR\> 32: Do not follow call forwarding (CSF_NO_FORWARD)<BR\> 64: Transfer call, answer group call (CSF_TRANSFER_CALL) Forces both A and B stations.<BR\> 128: Force call in Open Duplex mode (CSF_OPEN_DUPLEX) (AMC 09.03)

4 UINT1<BR\>(optional) A-call priority 1 - 4. Zero or omitted means that the NVRAM priority of A station is used
5 UINT1<br\>(optional) B-call priority 1 - 4. Zero or omitted means that the NVRAM priority of A station is used
6 NET_OBJ_REF<br\>{ECL_STATION}<br\>(optional) B Station if User B is not at own station.
Response CONN_REFERENCE, STATION_DOWN or STATION_BUSY, or none