From: Stephen Hemminger <shemminger@vyatta.com>
To: netfilter@vger.kernel.org
Subject: Problems with nf_conntrack_sip and multiple
Date: Mon, 11 Oct 2010 12:29:40 -0700 [thread overview]
Message-ID: <20101011122940.58f470bd@nehalam> (raw)
We are seeing a problem where a second SIP session causes
the nf conntrack expectation table to be flushed. It looks
like for SIP some reference counting is needed.
The traces all look like the following. The important part
seems to be the second INVITE happening over the same session
pair. This is all over UDP, and is using 2.6.32 kernel.
. .
10.128.00.62 204.9.06.06 204.9.06.05 10.128.00.120
| | | |
| INVITE SDP | | |
|------------------------------>| | |
| | | |
| 100 Trying | | |
|<------------------------------| | |
| | | |
| 180 Ringing | | |
|<------------------------------| | |
| | | |
| 200 OK SDP (telephone-event | | |
|<------------------------------| | |
| | | |
| ACK | | |
|------------------------------>| | |
| | | RTP |
| | |<=============>|
| | | |
| INVITE SDP | | |
|------------------------------>| | |
| | | |
| 100 Trying | | |
|<------------------------------| | |
| | | |
| 180 Ringing | | |
|<------------------------------| | |
| | | |
| BYE | | |
|------------------------------>| | |
| | | |
| 481 Call Does Not Exist | | |
|<------------------------------| | |
| | | |
| 200 OK SDP | | |
|------------------------------>| | |
| | | |
| ACK | | |
|------------------------------>| | |
| | | |
| BYE | | |
|------------------------------>| | |
| | | |
| 200 OK SDP | | |
|------------------------------>| | |
| | | |
reply other threads:[~2010-10-11 19:29 UTC|newest]
Thread overview: [no followups] expand[flat|nested] mbox.gz Atom feed
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20101011122940.58f470bd@nehalam \
--to=shemminger@vyatta.com \
--cc=netfilter@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.