[asterisk-bugs] [JIRA] (ASTERISK-22554) Log message says we received a 408, when in reality we didn't receive anything. Clarify the log message.

Rusty Newton (JIRA) noreply at issues.asterisk.org
Wed Sep 18 14:01:04 CDT 2013


Rusty Newton created ASTERISK-22554:
---------------------------------------

             Summary: Log message says we received a 408, when in reality we didn't receive anything. Clarify the log message.
                 Key: ASTERISK-22554
                 URL: https://issues.asterisk.org/jira/browse/ASTERISK-22554
             Project: Asterisk
          Issue Type: Bug
          Components: Resources/res_pjsip_outbound_registration
    Affects Versions: 12.0.0-alpha1, SVN
            Reporter: Rusty Newton
            Severity: Minor


1. PJSIP set up to register outbound to another Asterisk system. 
2. The other Asterisk system doesn't exist, isn't turned on, etc

In debug you'll see we send out the REGISTER, and then show this (VERBOSE?) message after it times out.

{noformat}
Temporal response '408' received from 'sip:triton' on registration attempt
 to 'sip:reg2 at triton:5060', retrying in '60' seconds
{noformat}

This can be confusing since we didn't receive anything from the far end. Can we change the wording of the message, or have logic added for when we don't receive any response?

If we consider this a 408, because we don't receive a response, then maybe we should say something like:

"Considering response a '408', since no response received from 'sip:triton' on registration attempt to 'sip:reg2 at triton:5060', retrying in '60' seconds"




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