[OpenSIPS-Devel] [OpenSIPS/opensips] b2191b: uac: Force URI enclosing for sequential requests

Liviu Chircu noreply at github.com
Wed Jan 22 05:19:17 EST 2020


  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: b2191bb695859a10188757662dc77708a41ada73
      https://github.com/OpenSIPS/opensips/commit/b2191bb695859a10188757662dc77708a41ada73
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2020-01-22 (Wed, 22 Jan 2020)

  Changed paths:
    M modules/uac/replace.c

  Log Message:
  -----------
  uac: Force URI enclosing for sequential requests

This is a continuation of commit a75b2369b15972c, where we do the same
thing for sequential requests as well, avoiding any ambiguous resulting
headers, such as:

    ACK
    To: "Alice" sip:sipp;p1=yes at 10.0.0.10:5060;p2=yes;tag=abcde

... which we now disambiguate as follows:

    ACK
    To: "Alice" <sip:sipp;p1=yes at 10.0.0.10:5060;p2=yes>;tag=abcde

Sponsored by 46Labs





More information about the Devel mailing list