[Home]

Summary:ASTERISK-23644: PJSIP Testing: Nominal local attended transfers (Direct Media, Hold, REFER/Replaces)
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-04-18 12:43:04Date Closed:2015-05-22 12:57:53
Priority:MajorRegression?Yes
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 Direct Media, 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
# Asterisk sends a re-INVITE to both Alice and Bob to direct their media to each other; Alice and Bob send a 200 OK
# Alice sends a re-INVITE restricting the media; Asterisk sends a re-INVITE to Bob to direct its media back to Asterisk and 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
# Asterisk stops the music on hold for Bob and places Bob and Charlie in the same bridge
# Asterisk sends a re-INVITE to both Bob and Charlie to direct their media at each other; Bob and Charlie send a 200 OK

h3. Callee Initiated

h4. Transfer with Direct Media, 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
# Asterisk sends a re-INVITE to both Alice and Bob to direct their media to each other; Alice and Bob send a 200 OK
# Bob sends a re-INVITE restricting the media; Asterisk sends a re-INVITE to Alice to direct its media back to Asterisk and 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
# Asterisk stops the music on hold for Alice and places Alice and Charlie in the same bridge
# Asterisk sends a re-INVITE to both Alice and Charlie to direct their media at each other; Alice and Charlie send a 200 OK
Comments: