Packet ring buffer: Difference between revisions

No edit summary
Line 156: Line 156:
| SIP phone number
| SIP phone number
|
|
The number matches part of the 'From:' or 'To:' entry in a SIP INVITE packet.
The number matches part of the 'From:', 'To:', 'Request-URI', 'Contact', 'P-Asserted-Identity' or 'P-Preferred-Identity' entry in a SIP INVITE packet.
* only the part between '''<nowiki>'<'</nowiki>''' and '''<nowiki>'>'</nowiki>''' of the From/To line is tested.
* only the part between '''<nowiki>'<'</nowiki>''' and '''<nowiki>'>'</nowiki>''' of the From/To line is tested.
* value '''<nowiki>'234'</nowiki>''' will match '<nowiki>From: "Caller1" <sip:234></nowiki>', but also '<nowiki>From: "Caller2" <sip:12345@test></nowiki>'
* value '''<nowiki>'234'</nowiki>''' will match '<nowiki>From: "Caller1" <sip:234></nowiki>', but also '<nowiki>From: "Caller2" <sip:12345@test></nowiki>'
Line 163: Line 163:
Correlating SIP packets for the same Call-ID will match.
Correlating SIP packets for the same Call-ID will match.


The RTP packets correlated to this SIP call will also match.
The RTP and RTCP packets correlated to this SIP call will also match.
 
|-
| Calls between SIP phone number A and B
| Match SIP, RTP and RTCP packets related to SIP phone calls between both numbers
|-
|-
| virtual link group
| virtual link group
340

edits