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