[Home]

Summary:ASTERISK-23696: PJSIP Testing: Off-nominal local attended transfer (bad replaces)
Reporter:Matt Jordan (mjordan)Labels:
Date Opened:2014-05-01 15:27:12Date Closed:
Priority:MajorRegression?
Status:Open/NewComponents:Resources/res_pjsip Resources/res_pjsip_refer
Versions:Frequency of
Occurrence
Related
Issues:
Environment:Attachments:
Description:h2. Off-Nominal - Unknown 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 sends a re-INVITE to Asterisk with restricted media; Asterisk play music on hold to Bob
* Alice sends an INVITE request to Asterisk for Charlie; Asterisk sends an INVITE request to Charlie
* Charlie send back a 200 OK; Asterisk sends a 200 OK to Alice
* Alice sends a REFER request with a Replaces header with an invalid URI for Charlie
*NOTE*: The Replaces header itself should be invalid. If the URI itself is just something other than Charlie, Asterisk will treat as a remote attended transfer, which is not what we want to test here
* Asterisk sends back a 400
* Alice continues to be bridged with both Bob and Charlie. Bob continues to get music on hold.
Comments: