[asterisk-bugs] [Asterisk 0018681]: [regression] Asterisk 1.8x, SIP 484 set HANGUPCAUSE to 111 instead of 28
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue May 17 00:18:17 CDT 2011
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=18681
======================================================================
Reported By: mickecarlsson
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 18681
Category: Channels/chan_sip/General
Reproducibility: always
Severity: minor
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-3014
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2011-01-26 08:47 CST
Last Modified: 2011-05-17 00:18 CDT
======================================================================
Summary: [regression] Asterisk 1.8x, SIP 484 set HANGUPCAUSE
to 111 instead of 28
Description:
When dialing an incomplete number provider returns "SIP/2.0 484 Number
incomplete" but HANGUPCASE is set to 111 instead of 28.
This is working with Asterisk 1.4
Running 1.8.3-rc1
======================================================================
----------------------------------------------------------------------
(0135008) mickecarlsson (reporter) - 2011-05-17 00:18
https://issues.asterisk.org/view.php?id=18681#c135008
----------------------------------------------------------------------
Update:
Regression is from 1.4.41 -> 1.6.2.15
In Asterisk 1.6.2.14 it will fail and exit the dialplan with this:
-- Executing [s at macro-dialout-trunk:20] Dial("SIP/2476-00000000",
"SIP/ast-16/040496652,300,") in new stack
-- Called ast-16/040496652
-- Got SIP response 484 "Address incomplete" back from 192.168.0.221
== Everyone is busy/congested at this time (1:0/0/1)
== Spawn extension (macro-dialout-trunk, s, 20) exited non-zero on
'SIP/2476-00000000' in macro 'dialout-trunk'
== Spawn extension (from-internal, 040496652, 6) exited INCOMPLETE on
'SIP/2476-00000000'
With Asterisk 1.6.2.15-rc1 this is the result:
-- Executing [s at macro-dialout-trunk:20] Dial("SIP/2476-00000000",
"SIP/ast-16/040496652,300,") in new stack
-- Called ast-16/040496652
-- Got SIP response 484 "Address incomplete" back from 192.168.0.221
== Everyone is busy/congested at this time (1:0/0/1)
-- Executing [s at macro-dialout-trunk:21] NoOp("SIP/2476-00000000",
"Dial failed for some reason with DIALSTATUS = CHANUNAVAIL and HANGUPCAUSE
= 111") in new stack
Issue History
Date Modified Username Field Change
======================================================================
2011-05-17 00:18 mickecarlsson Note Added: 0135008
======================================================================
More information about the asterisk-bugs
mailing list