[asterisk-bugs] [Asterisk 0016224]: [patch] Thousands of Invites never discarded in sip channels
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Dec 8 17:09:22 CST 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=16224
======================================================================
Reported By: falves11
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 16224
Category: Channels/chan_sip/General
Reproducibility: always
Severity: major
Priority: normal
Status: acknowledged
Asterisk Version: SVN
JIRA: SWP-400
Regression: Yes
Reviewboard Link:
SVN Branch (only for SVN checkouts, not tarball releases): 1.4
SVN Revision (number only!): 229360
Request Review:
======================================================================
Date Submitted: 2009-11-11 14:27 CST
Last Modified: 2009-12-08 17:09 CST
======================================================================
Summary: [patch] Thousands of Invites never discarded in sip
channels
Description:
The scenario is very simple
We receive an INVITE
we respond Hangup(34)
after a few hours, if you type "ship show channels" you get thousand of
those failed invites, all identica, llike this:
208.X.X.X 7134239089 65745230093 00102/00000 0x0 (nothing) No
Init: INVITE
208.X.X.X 8633996336 41250481070 00102/00000 0x0 (nothing) No
Init: INVITE
208.X.X.X 4046670409 0403812114e 00102/00000 0x0 (nothing) No
Init: INVITE
208.X.X.X 7134239089 06060dc345a 00102/00000 0x0 (nothing) No
Init: INVITE
======================================================================
----------------------------------------------------------------------
(0114952) falves11 (reporter) - 2009-12-08 17:09
https://issues.asterisk.org/view.php?id=16224#c114952
----------------------------------------------------------------------
I cannot compile SVN chan_sip today at 6:00 PM EST
[CC] chan_phone.c -> chan_phone.o
[LD] chan_phone.o -> chan_phone.so
[CC] chan_sip.c -> chan_sip.o
chan_sip.c: In function â??__sip_autodestructâ??:
chan_sip.c:2156: warning: unused variable â??method_strâ?? (<-------this
is for this patch)
chan_sip.c: At top level:
chan_sip.c:2166: error: expected identifier or â??(â?? before
â??ifâ??
chan_sip.c:2167: error: expected identifier or â??(â?? before
â??whileâ??
chan_sip.c:2170: error: expected â??=â??, â??,â??, â??;â??,
â??asmâ?? or â??__attribute__â?? before â??->â?? token
chan_sip.c:2172: error: expected identifier or â??(â?? before
â??ifâ??
chan_sip.c:2174: error: expected â??)â?? before string constant
chan_sip.c:2175: error: expected identifier or â??(â?? before
â??ifâ??
chan_sip.c:2178: error: expected identifier or â??(â?? before
â??elseâ??
chan_sip.c:2178: error: expected identifier or â??(â?? before â??)â??
token
chan_sip.c:2183: error: expected identifier or â??(â?? before
â??elseâ??
chan_sip.c:2185: error: expected identifier or â??(â?? before
â??returnâ??
chan_sip.c:2186: error: expected identifier or â??(â?? before â??}â??
token
make[1]: *** [chan_sip.o] Error 1
make[1]: Leaving directory `/usr/src/asterisk/channels'
make: *** [channels] Error 2
Issue History
Date Modified Username Field Change
======================================================================
2009-12-08 17:09 falves11 Note Added: 0114952
======================================================================
More information about the asterisk-bugs
mailing list