[asterisk-bugs] [Asterisk 0016162]: asterisk continiously crashes when iax-call received
Asterisk Bug Tracker
noreply at bugs.digium.com
Mon Nov 2 09:36:20 CST 2009
The following issue has been RESOLVED.
======================================================================
https://issues.asterisk.org/view.php?id=16162
======================================================================
Reported By: krn
Assigned To: dvossel
======================================================================
Project: Asterisk
Issue ID: 16162
Category: Channels/chan_iax2
Reproducibility: always
Severity: crash
Priority: normal
Status: resolved
Asterisk Version: 1.4.27-rc2
JIRA: SWP-292
Regression: No
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): N/A
SVN Revision (number only!):
Request Review:
Resolution: fixed
Fixed in Version:
======================================================================
Date Submitted: 2009-11-02 01:07 CST
Last Modified: 2009-11-02 09:36 CST
======================================================================
Summary: asterisk continiously crashes when iax-call received
Description:
[general]
bindport=4569 ; bindport and bindaddr may be specified
; ; NOTE: bindport must be specified BEFORE
; bindaddr or may be specified on a
specific
; bindaddr if followed by colon and port
; (e.g. bindaddr=192.168.0.1:4569)
bindaddr=192.168.1.23
calltokenoptional=10.12.12.24/255.255.255.255
disallow=all
allow=gsm ; Allow codecs in order of preference
allow=ulaw
jitterbuffer=yes
autokill=no
[call-center]
type=friend
host=10.12.12.24
context=incoming-from-call-center
secret=password
timezone=Asia/Irkutsk
qualify=yes ; Make sure this peer is alive
qualifysmoothing = yes ; use an average of the last two PONG
; results to reduce falsely detected
LAGGED hosts
; Default: Off
qualifyfreqok = 60000 ; how frequently to ping the peer when
; everything seems to be ok, in
milliseconds
qualifyfreqnotok = 10000 ; how frequently to ping the peer when
it's
; either LAGGED or UNAVAILABLE, in
milliseconds
jitterbuffer=yes ; Turn off jitter buffer for this peer
sendani=yes
peercontext=outgoing-to-call-center
requirecalltoken=no
disallow=all
allow=gsm
allow=ulaw
iax config on other side is symmetrical, hangs appears after upgrade for
1.4.27rc2 (was 1.4.21, now it works with 1.6.1.8). call-center peer -
1.4.21.
======================================================================
----------------------------------------------------------------------
(0112966) svnbot (reporter) - 2009-11-02 09:36
https://issues.asterisk.org/view.php?id=16162#c112966
----------------------------------------------------------------------
Repository: asterisk
Revision: 226736
U branches/1.4/channels/chan_iax2.c
------------------------------------------------------------------------
r226736 | dvossel | 2009-11-02 09:36:19 -0600 (Mon, 02 Nov 2009) | 5 lines
fixes crash on iterator_destroy on uninitialized iterator
(closes issue https://issues.asterisk.org/view.php?id=16162)
Reported by: krn
------------------------------------------------------------------------
http://svn.digium.com/view/asterisk?view=rev&revision=226736
Issue History
Date Modified Username Field Change
======================================================================
2009-11-02 09:36 svnbot Checkin
2009-11-02 09:36 svnbot Note Added: 0112966
2009-11-02 09:36 svnbot Status assigned => resolved
2009-11-02 09:36 svnbot Resolution open => fixed
======================================================================
More information about the asterisk-bugs
mailing list