[Home]

Summary:ASTERISK-23643: PJSIP Testing: Nominal local attended transfers (Hold with REFER/Replaces)
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-04-18 12:14:25Date Closed:2014-06-27 07:58:17
Priority:MajorRegression?No
Status:Closed/CompleteComponents:Resources/res_pjsip Resources/res_pjsip_refer
Versions:12.1.1 Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:h2. Attended Transfers - Local (Nominal)

h3. Caller Initiated

h4. Transfer with Hold, REFER/Replaces

# 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 send a re-INVITE restricting the media; Asterisk starts music on hold for Bob
# Alice sends an INVITE request to Asterisk for Charlie, Asterisk sends an INVITE request to Charlie
# Charlie sends a 200 OK to Asterisk, Asterisk sends a 200 OK to Alice
# Alice sends a REFER request with Replaces for the dialog with Charlie
# Asterisk sends a 202 to the REFER request
# Asterisk hangs up both channels to Alice; stops music on hold on Bob, and places Bob and Charlie in the same bridge

h3. Callee Initiated

h4. Transfer with Hold, REFER/Replaces

# 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 starts music on hold for Alice
#  Bob sends an INVITE request to Asterisk for Charlie; Asterisk sends an INVITE request to Charlie
#  Charlie sends a 200 OK to Asterisk, Asterisk sends a 200 OK to Bob
#  Bob sends a REFER request with Replaces for the dialog with Charlie
#  Asterisk sends a 202 to the REFER request
#  Asterisk hangs up both channels to Bob; stops music on hold on Alice, and places Alice and Charlie in the same bridge
Comments:By: Kinsey Moore (kmoore) 2014-05-20 15:26:31.760-0500

The first test is now written and functional. I will start on the second tomorrow.