Dialogic Dialogic Global Call IP IP Phone User Manual


 
Dialogic
®
Global Call IP Technology Guide — November 2007 79
Dialogic Corporation
IP Call Scenarios
3.3.3.1 Successful Transfer with Notification of Connection
Figure 25 illustrates the basic successful scenario, with party A receiving notification from party B
after the transferred call between party B and party C has been connected. The SIP dialog for the
primary call between party A and party B is automatically disconnected, and both parties then tear
down the call using gc_DropCall( ) and gc_ReleaseCallEx( ).
Figure 25. Successful SIP Unattended Call Transfer, Party A Notified with Connection
A
(Transferring,
Transferor)
App
A
(Transferring,
Transferor)
IP CCLib
B
(Transferred,
Transferee)
App
B
(Transferred,
Transferee)
IP CCLib
C
(Transferred To,
Transfer Target)
App
C
(Transferred To,
Transfer Target)
IP CCLib
GCEV_OFFERED(CRNt)
IPEC_IncomingTransfer
(optional)
gc_DropCall(CRNp)
GCEV_
DROPCALL(CRNp)
gc_ReleaseCallEx
(CRNp)
GCEV_
RELEASECALL
(CRNp)
GCEV_CALLPROC
(CRNt) (optional)
GCEV_PROCEEDING
(CRNt) (optional)
GCEV_REQ_
XFER(CRNp)
gc_AcceptXfer(CRNp)
Pre condition: Primary call between A and B is connected (not shown).
GCEV_DIALING
(CRNt)
GCEV_
DISCONNECTED
(CRNp)
GCEV_
DISCONNECTED
(CRNp)
GCEV_
DROPCALL(CRNp)
gc_ReleaseCallEx
(CRNp)
GCEV_
RELEASECALL
(CRNp)
KEY:
CRNp - primary call
CRNt - transferred call
202 Accepted
GCEV_ACCEPT_
XFER(CRNp)
GCEV_
INVOKE_XFER_
ACCEPTED(CRNp)
(optional)
GCEV_INVOKE_
XFER(CRNp)
BYE
BYE
200 OK
200 OK
200 OK
GCEV_XFER_CMPLT
(CRNp)
100 Trying from Party C
is not Notified to Party A
REFER
gc_MakeCall
(CRNt, CRNp)
gc_InvokeXfer
(CRNp)
INVITE
gc_CallAck(CRNt) (optional)
100 Trying (optional)
GCEV_
ANSWERED(CRNt)
gc_AnswerCall(CRNt)
ACK
200 OK
gc_DropCall(CRNp)
Transferred call between B and C connected.
Primary call between A and B dropped and released
Post condition:
NOTIFY(100 Trying)
Subscription-State=active; expires=300
200 OK
NOTIFY(200 OK)
Subscription-State = terminated
GCEV_CONNECTED
(CRNt)