[Home]

Summary:ASTERISK-28711: HangupCause shows misleading information on timeout
Reporter:Vadim (cron333)Labels:
Date Opened:2020-01-24 01:04:24.000-0600Date Closed:
Priority:MinorRegression?
Status:Open/NewComponents:Functions/func_hangupcause
Versions:13.28.0 Frequency of
Occurrence
Frequent
Related
Issues:
Environment:CentOS-7Attachments:
Description:If a call hangups by timeout (the Dial option) the function

{noformat}
${HANGUPCAUSE(${HANGUPCAUSE_KEYS()},tech)}
{noformat}

returns something like this: "SIP 180 Ringing"
Comments:By: Asterisk Team (asteriskteam) 2020-01-24 01:04:25.388-0600

Thanks for creating a report! The issue has entered the triage process. That means the issue will wait in this status until a Bug Marshal has an opportunity to review the issue. Once the issue has been reviewed you will receive comments regarding the next steps towards resolution.

A good first step is for you to review the [Asterisk Issue Guidelines|https://wiki.asterisk.org/wiki/display/AST/Asterisk+Issue+Guidelines] if you haven't already. The guidelines detail what is expected from an Asterisk issue report.

Then, if you are submitting a patch, please review the [Patch Contribution Process|https://wiki.asterisk.org/wiki/display/AST/Patch+Contribution+Process].

Please note that once your issue enters an open state it has been accepted. As Asterisk is an open source project there is no guarantee or timeframe on when your issue will be looked into. If you need expedient resolution you will need to find and pay a suitable developer. Asking for an update on your issue will not yield any progress on it and will not result in a response. All updates are posted to the issue when they occur.

By: Benjamin Keith Ford (bford) 2020-01-27 15:35:51.586-0600

Instead of a "180 ringing", what would you have expected to see here instead? Something like "no answer"?

By: Vadim (cron333) 2020-01-28 00:01:41.995-0600

Something like this: "SIP 408 Request Timeout"

Because this message is displayed in the SIP-dump as the last. And this message is periodically shown in this function ...



By: Benjamin Keith Ford (bford) 2020-01-28 09:39:29.394-0600

I'll go ahead and open an issue for this.