[asterisk-bugs] [JIRA] (ASTERISK-25964) Outbound registrations created via ARI/push configuration do not clean up outbound registrations currently in flight

Matt Jordan (JIRA) noreply at issues.asterisk.org
Tue Apr 26 09:28:56 CDT 2016


Matt Jordan created ASTERISK-25964:
--------------------------------------

             Summary: Outbound registrations created via ARI/push configuration do not clean up outbound registrations currently in flight
                 Key: ASTERISK-25964
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-25964
             Project: Asterisk
          Issue Type: Bug
      Security Level: None
            Reporter: Matt Jordan


When an outbound registration is created via ARI push configuration and then later removed via a corresponding DELETE, there is a case where the outbound registration will continue to exist. This primarily occurs when the outbound registration was initially rejected and is in a pending retry loop.

When this occurs, you'll see the following NOTICE/WARNING messages constantly:

{noformat}
[Apr 26 14:15:17] NOTICE[21981]: res_pjsip/pjsip_configuration.c:2163 ast_sip_retrieve_auths: Couldn't find auth '22eba667-cc63-4196-b318-dc38a33d4b31'. Cannot authenticate

[Apr 26 14:15:17] WARNING[21981]: res_pjsip_outbound_authenticator_digest.c:117 digest_create_request_with_auth_from_old: Failed to set authentication credentials

[Apr 26 14:15:17] WARNING[21981]: res_pjsip_outbound_registration.c:802 handle_registration_response: Failed to create authenticated REGISTER request to server 'sip:xxx:5060' from client 'sip:xxx'

[Apr 26 14:15:17] WARNING[21981]: res_pjsip_outbound_registration.c:747 schedule_retry: Temporal response '401' received from 'sip:xxx' on registration attempt to 'sip:xxx', retrying in '60'
{noformat}



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



More information about the asterisk-bugs mailing list