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 281
Programming Manual Pages Issue 3 May 1998 9-59 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_EN_REP C_3PMC_REQ C_3PMC_CONF C_3PTC_REQ C_3PTC_CONF C_3PSH C_3PSH_CONF C_3PR C_3PM...
Page 282
Programming Manual Pages 9-60Issue 3 May 1998 C_3PRC (3ASAI) Name C_3PRC — Relinquish control of a call without disconnecting the parties to the call Ty p e Terminating — Acknowledged Usage asai_common_t asai_common; Description The client sends this capability to request that control of a client-controlled call be relinquished. This terminates the association. The asai_common structure contains the parameters needed to fulfill the request. The programmer sets capability to C_3PRC and...
Page 283
Programming Manual Pages Issue 3 May 1998 9-61 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 C_3PCC_CONF C_3PCE C_3PRC_CONF
Page 284
Programming Manual Pages 9-62Issue 3 May 1998 C_3PRC_CONF (3ASAI) Name C_3PRC_CONF — Acknowledge a third party relinquish control 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; }a3prc_nak_t; typedef union{ asai_common_t asai_common; a3prc_nak_t a3prc_nak;...
Page 285
Programming Manual Pages Issue 3 May 1998 9-63 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_EN_REP C_3PMC_REQ C_3PMC_CONF C_3PTC_REQ C_3PTC_CONF C_3PSH C_3PSH_CONF C_3PR C_3PR_CONF...
Page 286
Programming Manual Pages 9-64Issue 3 May 1998 C_3PREDIR (3ASAI) Name C_3PREDIR — Redirects an alerting call Ty p e Continuing — Acknowledged Usage typedef struct{ asai_common_t asai_common; call_id_t call_id; number_id_t redir_num; party_id_t party_id; char pool[C_DATSZ]; } a3predir_info_t; Description The client sends this capability to request that an alerting call be redirected to another number. A structure of type...
Page 287
Programming Manual Pages Issue 3 May 1998 9-65 party_id party_id is required for call control associations. It specifies the redirected_from party on the call. The length of the party identifier is id_length. The character array pointed to by id_ptr contains the party_id. See ‘‘Identifiers’’ on page 8-5 in Chapter 8, ‘‘ASAI Capability Primitives’’ for more information. Pool The pool parameter is a character array that provides buffer space for the ASAI library to store program-specific information....
Page 288
Programming Manual Pages 9-66Issue 3 May 1998 C_3PREDIR_ACK (3ASAI) Name C_3PREDIR_ACK — Acknowledge a third party redirect alerting call request Ty p e Continuing — Unacknowledged Usage typedef struct{ asai_common_t asai_common; long cause_value; }a3predir_nak_t; typedef union{ asai_common_t asai_common; a3psl_disc_nak_t a3psl_disc_nak; } a3predir_ack_t; Description The client receives this capability as a positive or negative...
Page 289
Programming Manual Pages Issue 3 May 1998 9-67 See Table 8-1 on page 8-12 for further information on cause values. 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_3PPREDIR C_EN_REP...
Page 290
Programming Manual Pages 9-68Issue 3 May 1998 C_3PSD (3ASAI) Name C_3PSD — Drop selected parties from a client-controlled call Ty p e Continuing — Acknowledged Usage typedef struct{ asai_common_t asai_common; party_id_t party_id; call_id_t call_id; user_user_t uudata; long resource; char pool[C_DATSZ]; }a3psd_info_t; Description The client sends this capability to request that a party to a call controlled by the client be dropped from the call....