[Home]

Summary:ASTERISK-23695: PJSIP Testing: Nominal local attended transfers (Application)
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-05-01 15:25:46Date Closed:2015-04-10 10:26:03
Priority:MajorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip Resources/res_pjsip_refer
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:h2. Transfer a channel into an application by performing a SIP attended transfer

h3. Caller Initiated

* Alice sends an INVITE request to Asterisk, Asterisk sends an INVITE request to Bob
* Bob sends a 200 OK to Asterisk, Asterisk sends a 200 OK to Alice
* Alice sends a re-INVITE restricting the media; Asterisk plays music on hold to Bob
* Alice sends an INVITE request to Asterisk for an extension with a long running application; Asterisk sends a 200 OK
* Alice sends a REFER request with Replaces for the dialog with the long running application
* Asterisk sends a 202 to the REFER request
* Asterisk stops the music on hold for Bob and replaces Alice's channel in the application with Bob
* Asterisk hangs up both of Alice's channels

h3. Callee Initiated

* Alice sends an INVITE request to Asterisk, Asterisk sends an INVITE request to Bob
* Bob sends a 200 OK to Asterisk, Asterisk sends a 200 OK to Alice
* Bob sends a re-INVITE restricting the media; Asterisk plays music on hold to Alice
* Bob sends an INVITE request to Asterisk for an extension with a long running application; Asterisk sends a 200 OK
* Bob sends a REFER request with Replaces for the dialog with the long running application
* Asterisk sends a 202 to the REFER request
* Asterisk stops the music on hold for Alice and replaces Bob's channel in the application with Alice
* Asterisk hangs up both of Bob's channels
Comments: