[Home]

Summary:ASTERISK-22101: res_sip_endpoint_identifier_ip needs debug to indicate when it's working
Reporter:Rusty Newton (rnewton)Labels:
Date Opened:2013-07-18 09:28:48Date Closed:2013-08-20 10:36:02
Priority:MinorRegression?
Status:Closed/CompleteComponents:Resources/res_pjsip
Versions:SVN 12 Frequency of
Occurrence
Related
Issues:
Environment:TrunkAttachments:
Description: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.
Comments: