[asterisk-bugs] [Asterisk 0013645]: chan_iax2 isn't using HANGUP anymore?
Asterisk Bug Tracker
noreply at bugs.digium.com
Thu Oct 30 06:20:22 CDT 2008
A NOTE has been added to this issue.
======================================================================
http://bugs.digium.com/view.php?id=13645
======================================================================
Reported By: dzajro
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 13645
Category: Channels/chan_iax2
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: 1.4.22
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Disclaimer on File?: N/A
Request Review:
======================================================================
Date Submitted: 2008-10-07 17:27 CDT
Last Modified: 2008-10-30 06:20 CDT
======================================================================
Summary: chan_iax2 isn't using HANGUP anymore?
Description:
After upgrading to 1.4.22 problem with call disconnection appeared.
Scenario:
IP_PHONE <---sip---> ASTERISK_1 <----iax2----> ASTERISK_2 <---zap--->
PSTN
Call from IP_PHONE to PSTN to non_existing number (unassigned/unallocated
number, release cause 1) is no longer cleared immediately, but only after
approx. 10s.
iax2 debug shows, that there is no HANGUP message sent by ASTERISK_2.
Side effect - there is impossible to discover HANGUPCAUSE on ASTERISK_1,
cause HANGUPCAUSE is transmitted in HANGUP message :-(.
In fact, it looks, that there is HANGUP missing in case call was answered,
too.
I'm pretty sure, in 1.4.21.2 it worked. But I have no chance to rolback to
1.4.21.2 right now :(
======================================================================
----------------------------------------------------------------------
(0094395) vazir (reporter) - 2008-10-30 06:20
http://bugs.digium.com/view.php?id=13645#c94395
----------------------------------------------------------------------
I ALWAYS terminate my contexts with Hangup(my_cause_of_hangup)
And in my tests I even did DUMB tests, called the context
[somecontext]
exten => _123,1,Hangup(21)
and if the called * is 1.4.21.2 - I'm getting my HANGUPCAUSE=21 back. If
it's 1.4.22 - I get HANGUPCAUSE=0
test a dumb simple. changes in a simple "make install" in the different *
version directories.
Issue History
Date Modified Username Field Change
======================================================================
2008-10-30 06:20 vazir Note Added: 0094395
======================================================================
More information about the asterisk-bugs
mailing list