User`s guide

Dialogic
®
System Release 6.0 PCI for Windows
®
Release Update, Rev 62 — January 30, 2008 212
Dialogic Corporation
1.51.4.5 gc_RejectInitXfer( ) Variances for IP
This function is only available if the call transfer supplementary service was enabled via
the sup_serv_mask field in the IP_VIRTBOARD structure when the board device was
started.
Variance for SIP
This function does not apply to SIP call transfer. The SIP stack does not contact the
Transfer Target or Transferred-To party (party C) until party A calls gc_InvokeXfer( ), so
there is no issue of accepting or rejecting the transfer at the initiation stage.
1.51.4.6 gc_RejectXfer( ) Variances for IP
This function is only available if the call transfer supplementary service was enabled via
the sup_serv_mask field in the IP_VIRTBOARD structure when the board device was
started.
The parameter parmblkp is ignored for IP technology.
The gc_RejectXfer( ) function can only be used at party B, and only after the receipt of a
GCEV_REQ_XFER event.
Variance for SIP
The value of the reason parameter must be between IPEC_SIPReasonStatusMin and
IPEC_SIPReasonStatusMax, as defined in the gcip_defs.h header file.
numberstr For attended (supervised) call transfers, this parameter is ignored. Set to NULL.
For an unattended (blind) call transfer, the address of party C (the rerouting address, which
will be signaled to party B) as a string. This address is of the form
user@host; param=value
where:
user is a user name or phone number
host is a domain name or IP address
param=value is an optional additional parameter
Note: When using the GC_MAKECALL_BLK *makecallp parameter to specify the
rerouting address, this parameter must be set to NULL.
makecallp For attended (supervised) call transfers, this parameter is ignored. Set to NULL.
For an unattended (blind) call transfer, the address of party C (the rerouting address, which
will be signaled to party B) as a GC_MAKECALL_BLK data structure.
Note: When using the char *numberstr parameter to specify the rerouting address, this
parameter must be set to NULL.
timeout Ignored. Set to NULL.
Table 3. gc_InvokeXfer( ) Supported Parameters for SIP (Continued)
Parameter Meaning