[asterisk-bugs] [Asterisk 0016224]: [patch] Thousands of Invites never discarded in sip channels
Asterisk Bug Tracker
noreply at bugs.digium.com
Wed Dec 2 15:58:42 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-02 15:58 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
======================================================================
----------------------------------------------------------------------
(0114589) falves11 (reporter) - 2009-12-02 15:58
https://issues.asterisk.org/view.php?id=16224#c114589
----------------------------------------------------------------------
It does not compile for me
make[1]: Entering directory `/usr/src/asterisk/channels'
[CC] chan_sip.c -> chan_sip.o
chan_sip.c: In function ‘__sip_autodestruct’:
chan_sip.c:2156: warning: unused variable ‘method_str’
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-02 15:58 falves11 Note Added: 0114589
======================================================================
More information about the asterisk-bugs
mailing list