CALL SETUP
From Zenitel Wiki
(Redirected from $CALL)CALL_SETUP | 0x0008 | 8 | AMC 08.20 | |
---|---|---|---|---|
$CALL L101 L102 $CALL L101 L102 W32 $CALL L101 L102 W64 $CALL L101 L102 W0 0 1 |
Let 101 call 102 Let 101 call, ignore if 102 forwards Let 101 call 102, force both 101 and 102 Let 101 call 102, force private ringing | |||
$CALL_SETUP sets up a conversation like dialing from a station. Default behavior:
$CONN_REQUEST/$CONN is retained for compatibility only, CALL_SETUP is the preferred message now. | ||||
1 | NET_OBJ_REF {ECL_STATION, ECL_USER} |
A - user or station. | ||
2 | NET_OBJ_REF {ECL_STATION, ECL_USER, ECL_O_DUPL_CONF} |
B - user or station or Duplex_Conference | ||
3 | UINT2 (optional) |
Call mode options (default zero) 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) | ||
4 | UINT1 (optional) |
Allocation priority of A station. Zero or omitted means that the NVRAM priority of A station is used,Users & Stations (AlphaPro). Priority 4 gives Busy override of A station. Priority 1,2,3 gives normal allocation. | ||
5 | UINT1 (optional) |
Call priority towards B station. Value 1 - 4. Value zero or omitted means that the NVRAM priority of A station is used, Users & Stations (AlphaPro). | ||
6 | NET_OBJ_REF {ECL_STATION} (optional) |
B Station if User B is not at own station. | ||
Response | CONN_REFERENCE, STATION_DOWN or STATION_BUSY, or none |