Packet ring buffer: Difference between revisions

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. Only the part between '<' and '>' is tested.
The number matches part of the 'From:' or 'To:' entry in a SIP INVITE packet.
* value '234' will match '<nowiki>From: "Caller1" <sip:234</nowiki>', but also '<nowiki>From: "Caller2" <sip:12345@test></nowiki>'
* only the part between '''<nowiki>'<'</nowiki>''' and '''<nowiki>'>'</nowiki>''' of the From/To line is tested.
* to match from the start, use <nowiki>sip:234</nowiki>
* value '''<nowiki>'234'</nowiki>''' will match '<nowiki>From: "Caller1" <sip:234></nowiki>', but also '<nowiki>From: "Caller2" <sip:12345@test></nowiki>'
* to match from the start, use '''<nowiki>'sip:234'</nowiki>'''


Correlating SIP packets for the same Call-ID will match.
Correlating SIP packets for the same Call-ID will match.
28

edits