[OpenSIPS-Devel] [OpenSIPS/opensips] c82d07: sipmsg_validate(): Allow "(" and ")" in SIP URI us...
    Liviu Chircu 
    noreply at github.com
       
    Tue Jan  5 16:48:28 EST 2021
    
    
  
  Branch: refs/heads/master
  Home:   https://github.com/OpenSIPS/opensips
  Commit: c82d074d359777197d119f314dc4892a7738a4ba
      https://github.com/OpenSIPS/opensips/commit/c82d074d359777197d119f314dc4892a7738a4ba
  Author: Liviu Chircu <liviu at opensips.org>
  Date:   2021-01-05 (Tue, 05 Jan 2021)
  Changed paths:
    M modules/sipmsgops/sipmsgops.c
  Log Message:
  -----------
  sipmsg_validate(): Allow "(" and ")" in SIP URI usernames
According to RFC 3261:
    mark        =  "-" / "_" / "." / "!" / "~" / "*" / "'"
                   / "(" / ")"
... so both parantheses are legal within URI usernames.
    
    
More information about the Devel
mailing list