[asterisk-bugs] [JIRA] (ASTERISK-22505) PJSIP cannot identify endpoints by dynamically-learned IP address

Matt Jordan (JIRA) noreply at issues.asterisk.org
Thu Sep 12 18:49:07 CDT 2013


    [ https://issues.asterisk.org/jira/browse/ASTERISK-22505?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=210212#comment-210212 ] 

Matt Jordan commented on ASTERISK-22505:
----------------------------------------

So, I'm assuming the issue goes something like this:
 * Endpoint registers with Asterisk at some address, and that address is associated with a contact on an AOR.
 * System B only knows to contact that IP address.
 ** If they provided the endpoint name, they'd be fine
 ** If they provided the endpoint at domain, they'd be fine as well (assuming the endpoint was associated with a domain)
 * INVITE request is received by Asterisk destined for that IP address, and we fail to look up the endpoint.

The question then is, do we currently reject the INVITE request? Or do we just decide to send the request outbound since we have an IP to send to, even if it isn't associated with a known endpoint?


                
> PJSIP cannot identify endpoints by dynamically-learned IP address
> -----------------------------------------------------------------
>
>                 Key: ASTERISK-22505
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22505
>             Project: Asterisk
>          Issue Type: Improvement
>      Security Level: None
>          Components: Resources/res_pjsip_endpoint_identifier_ip
>    Affects Versions: 12.0.0-alpha1
>            Reporter: Mark Michelson
>
> With chan_sip, peers could be looked up by IP address, including the IP address that Asterisk learns based on an incoming REGISTER request from the peer.
> With res_pjsip_endpoint_identifier_ip, the only IP address that can be used for endpoint identification is what is in the configuration file. If an endpoint registers, the newly-learned IP address cannot be used for endpoint identification.
> Since this is a discrepancy between chan_sip and res_pjsip, but it's not really a bug, I've filed this as an improvement. If this is actually deemed a new feature, then feel free to close it since I have no patch attached.

--
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.asterisk.org/jira/secure/ContactAdministrators!default.jspa
For more information on JIRA, see: http://www.atlassian.com/software/jira



More information about the asterisk-bugs mailing list