Home
>
Lucent Technologies
>
Communications System
>
Lucent Technologies DEFINITY Enterprise Communications Server Release 6 CallVisor PC ASAI Instructions Manual
Lucent Technologies DEFINITY Enterprise Communications Server Release 6 CallVisor PC ASAI Instructions Manual
Here you can view all the pages of manual Lucent Technologies DEFINITY Enterprise Communications Server Release 6 CallVisor PC ASAI Instructions Manual. The Lucent Technologies manuals for Communications System are available online for free. You can easily download all the documents as PDF.
Page 251
Programming Manual Pages Issue 3 May 1998 9-29 Return Value When this capability is used in an asai_send(), the function returns a nonnegative value when successful and -1 on failure. A return value of 0 does not indicate an error, it merely indicates that no data has been sent. Errors See Chapter 7, ‘‘Error Messages’’ for a list of error messages with brief explanations of their probable causes. See Also asai_send() C_3PANS_CONF C_3PDC_REQ C_3PDC_CONF C_3PAD C_3PAD_CONF C_EN_REP C_3PSH C_3PSH_CONF...
Page 252
Programming Manual Pages 9-30Issue 3 May 1998 C_3PANS_CONF (3ASAI) Name C_3PANS_CONF — Acknowledge an answer-call request Ty p e Continuing — Unacknowledged Usage typedef struct{ asai_common_t asai_common; long cause_value; }a3pans_nak_t; Description The client receives this capability as a positive or negative acknowledgement to a C_3PANS request. asai_common Capability is returned as C_3PANS_CONF and primitive_type is returned as C_POS_ACK for a positive...
Page 253
Programming Manual Pages Issue 3 May 1998 9-31 Return Value When this capability is used in an asai_rcv(), the function returns the size of the message when successful and -1 on failure. A return value of 0 does not indicate an error, but that no data has been received. Errors See Chapter 7, ‘‘Error Messages’’ for a list of error messages with brief explanations of their probable causes. See Also asai_rcv() C_3PANS C_3PDC_REQ C_3PDC_CONF C_3PAD C_3PAD_CONF C_EN_REP C_3PSH C_3PSH_CONF C_3PR...
Page 254
Programming Manual Pages 9-32Issue 3 May 1998 C_3PCC (3ASAI) Name C_3PCC — Third party request to clear a call Ty p e Continuing — Acknowledged Usage asai_common_t asai_common; Description The client sends this capability to request that a client-controlled call be cleared. Clearing disconnects all parties to the specified call. To receive the server’s acknowledgement (C_3PCC_CONF), the client must use asai_rcv(). The asai_common structure contains the parameters needed to service this request....
Page 255
Programming Manual Pages Issue 3 May 1998 9-33 See Also asai_send() C_EN_REP C_3PMC_REQ C_3PMC_CONF C_3PTC_REQ C_3PTC_CONF C_3PSH C_3PSH_CONF C_3PR C_3PR_CONF C_3PM C_3PM_CONF C_3PSD C_3PSD_CONF C_3PCC_CONF C_3PCE C_3PRC C_3PRC_CONF
Page 256
Programming Manual Pages 9-34Issue 3 May 1998 C_3PCC_CONF (3ASAI) Name C_3PCC_CONF — Acknowledge a third party clear call request Ty p e Terminating — Unacknowledged, when used as a positive acknowledgement Continuing — Unacknowledged, when used as a negative acknowledgement Usage typedef struct{ asai_common_t asai_common; long cause_value; }a3pcc_rsp_t; Description The client receives this capability from the server in acknowledgement of a C_3PCC request. The structure...
Page 257
Programming Manual Pages Issue 3 May 1998 9-35 Return Value When this capability is used in an asai_rcv(), the function returns the size of the message when successful and -1 on failure. A return value of 0 does not indicate an error, but that no data has been received. Errors See Chapter 7, ‘‘Error Messages’’ for a list of error messages with brief explanations of their probable causes. Notes This capability can be issued only by the server. See Also asai_rcv() C_EN_REP C_3PMC_REQ C_3PMC_CONF...
Page 258
Programming Manual Pages 9-36Issue 3 May 1998 C_3PCE (3ASAI) Name C_3PCE — End a third party call controlled by the client Ty p e Terminating — Unacknowledged Usage typedef struct { asai_common_t asai_common; long cause_value; call_id_t call_id; char pool[C_DATSZ]; }a3pce_info_t; Description The server sends this capability to request termination of an existing call controlled by a client. This capability disconnects all...
Page 259
Programming Manual Pages Issue 3 May 1998 9-37 call_id Within this structure, id_length specifies the length of the ECS-assigned call identifier and id_ptr points to an array of binary bytes that specifies ECS-assigned call identifier of the call to be terminated. pool The pool parameter is a character array that provides buffer space for the ASAI library to store program-specific information. See ‘‘Pool’’ on page 8-15 in Chapter 8, ‘‘ASAI Capability Primitives’’ for more information. Return Value...
Page 260
Programming Manual Pages 9-38Issue 3 May 1998 C_3PDC_CONF (3ASAI) Name C_3PDC_CONF — Acknowledge a third party domain control request Ty p e Continuing — Unacknowledged, when used as a positive acknowledgement Terminating — Unacknowledged, when used as a negative acknowledgement Usage typedef struct{ asai_common_t asai_common; long num_callid; stn_info_t *stninfo_list; char pool[C_DATSZ]; }a3pdc_ack_t; typedef struct{...