[asterisk-bugs] [JIRA] (ASTERISK-22101) res_sip_endpoint_identifier_ip 'identify' config object needs debug to indicate when it's working

Rusty Newton (JIRA) noreply at issues.asterisk.org
Thu Jul 18 09:30:03 CDT 2013


Rusty Newton created ASTERISK-22101:
---------------------------------------

             Summary: res_sip_endpoint_identifier_ip 'identify' config object needs debug to indicate when it's working
                 Key: ASTERISK-22101
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22101
             Project: Asterisk
          Issue Type: Improvement
      Security Level: None
          Components: Resources/res_sip
    Affects Versions: SVN, 12
         Environment: Trunk
            Reporter: Rusty Newton
            Severity: Minor


If you don't have an identify object matching to a particular extension, then you'll see debug for res_sip_endpoint_identifier_user doing it's job:

{noformat}
[Jul  5 19:39:43] DEBUG[30906]: res_sip_endpoint_identifier_user.c:104 username_identify: Retrieved endpoint 6001
{noformat}

When I configured an identify object for the same extension then I no longer saw the above debug as expected, but there was no other log message to indicate that res_sip_endpoint_identifier_ip had identified the call successfully. Though, I could tell by the SIP debug that it was apparently working.

Let's get a similar message to the above for res_sip_endpoint_identifier_ip upon identification of an endpoint.

--
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