[asterisk-bugs] [JIRA] (ASTERISK-28327) res_pjsip_endpoint_identifier_ip: Missing IdentifyDetail event

Sean Bright (JIRA) noreply at issues.asterisk.org
Fri Mar 8 11:11:47 CST 2019


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

Sean Bright edited comment on ASTERISK-28327 at 3/8/19 11:10 AM:
-----------------------------------------------------------------

Actually, I think the commit that changed things for you is [this one|https://gerrit.asterisk.org/c/asterisk/+/7844]:

{noformat}
res_pjsip_endpoint_identifier_ip.c: Fix apply identify validation.

The ip_identify_apply() did not validate the configuration for simple
static configuration errors or deal well with address resolution errors.

* Added missing configuration validation checks.
* Fixed address resolution error handling.
* Demoted an error message to a warning since it does not fail applying
the identify object configuration.
{noformat}

So before this patch, your {{identify}} without any match directives still loaded, and now it is not loading. Does that jive with what you are seeing?


was (Author: seanbright):
Actually, I think the commit that changed things for you is [this one|https://gerrit.asterisk.org/c/asterisk/+/7844]:

{quote}
res_pjsip_endpoint_identifier_ip.c: Fix apply identify validation.

The ip_identify_apply() did not validate the configuration for simple
static configuration errors or deal well with address resolution errors.

* Added missing configuration validation checks.
* Fixed address resolution error handling.
* Demoted an error message to a warning since it does not fail applying
the identify object configuration.
{quote}

So before this patch, your {{identify}} without any match directives still loaded, and now it is not loading. Does that jive with what you are seeing?

> res_pjsip_endpoint_identifier_ip: Missing IdentifyDetail event
> --------------------------------------------------------------
>
>                 Key: ASTERISK-28327
>                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-28327
>             Project: Asterisk
>          Issue Type: Bug
>      Security Level: None
>          Components: Resources/res_pjsip_endpoint_identifier_ip
>    Affects Versions: 13.23.0, 13.24.0, 13.25.0
>            Reporter: Stefano Fancello
>            Assignee: Unassigned
>            Severity: Minor
>              Labels: pjsip
>         Attachments: pjsip.aor.conf, pjsip.auth.conf, pjsip.identify.conf
>
>
> Since Asterisk 13.23.0, when I launch PJSIPShowEndpoint command from AMI, I don’t recive IdentifyDetail event anymore.
> *Step to reproduce:*
> - login to AMI
> - launch 
> {{Action: PJSIPShowEndpoint}}
> {{Endpoint: an_existing_endpoint_here}}
> *Expected behavior*
> - I should see an {{IdentifyDetail}} event
> *Actual behavior*
> - Other events are displayed but not {{IdentifyDetail}}



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



More information about the asterisk-bugs mailing list