[asterisk-bugs] [JIRA] (ASTERISK-29200) Regression for preserving 'Contact' on a transaction.

Ross Beer (JIRA) noreply at issues.asterisk.org
Mon Dec 7 10:41:16 CST 2020


Ross Beer created ASTERISK-29200:
------------------------------------

             Summary: Regression for preserving 'Contact' on a transaction.
                 Key: ASTERISK-29200
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-29200
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
          Components: Channels/chan_pjsip
    Affects Versions: 16.15.0, GIT
         Environment: CentOS 7
            Reporter: Ross Beer
            Severity: Minor


A regression appears to have been introduced for ASTERISK-28502

For example, the REGISTER packet contains:
{noformat}
Contact: <sip:<user>@91.X.X.X:65476>;expires=600
{noformat}
However, the 200 response contains:
{noformat}
Contact: <sip:<user>@91.X.X.X:5516>;expires=599
{noformat}
The packet is sent from port 5516, therefore it should be re-written in the backend however the 'contact' header should be preserved across the transaction.




--
This message was sent by Atlassian JIRA
(v6.2#6252)



More information about the asterisk-bugs mailing list