Skip to content
Snippets Groups Projects
  • Richard Mudgett's avatar
    8494e780
    res_pjsip: Split type=identify to IP address and SIP header matching priorities · 8494e780
    Richard Mudgett authored
    The type=identify endpoint identification method can match by IP address
    and by SIP header.  However, the SIP header matching has limited
    usefulness because you cannot specify the SIP header matching priority
    relative to the IP address matching.  All the matching happens at the same
    priority and the order of evaluating the identify sections is
    indeterminate.  e.g., If you had two type=identify sections where one
    matches by IP address for endpoint alice and the other matches by SIP
    header for endpoint bob then you couldn't predict which endpoint is
    matched when a request comes in that matches both.
    
    * Extract the SIP header matching criteria into its own "header" endpoint
    identification method so the user can specify the relative priority of the
    SIP header and the IP address matching criteria in the global
    endpoint_identifier_order option.  The "ip" endpoint identification method
    now only matches by IP address.
    
    ASTERISK-27491
    
    Change-Id: I9df142a575b7e1e3471b7cda5d3ea156cef08095
    8494e780
    History
    res_pjsip: Split type=identify to IP address and SIP header matching priorities
    Richard Mudgett authored
    The type=identify endpoint identification method can match by IP address
    and by SIP header.  However, the SIP header matching has limited
    usefulness because you cannot specify the SIP header matching priority
    relative to the IP address matching.  All the matching happens at the same
    priority and the order of evaluating the identify sections is
    indeterminate.  e.g., If you had two type=identify sections where one
    matches by IP address for endpoint alice and the other matches by SIP
    header for endpoint bob then you couldn't predict which endpoint is
    matched when a request comes in that matches both.
    
    * Extract the SIP header matching criteria into its own "header" endpoint
    identification method so the user can specify the relative priority of the
    SIP header and the IP address matching criteria in the global
    endpoint_identifier_order option.  The "ip" endpoint identification method
    now only matches by IP address.
    
    ASTERISK-27491
    
    Change-Id: I9df142a575b7e1e3471b7cda5d3ea156cef08095