summaryrefslogtreecommitdiffstats
path: root/usr/local/share/protocols/sip.pat
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2009-11-10 14:20:14 +0000
committerErmal Luçi <eri@pfsense.org>2009-11-10 14:20:14 +0000
commit66f2dd0e4cf28af5b4511a1bc06a93feaf712d9a (patch)
tree5fec310a541002c1d17552441c9840e9bc12d49d /usr/local/share/protocols/sip.pat
parentc97ab82a7e6e2dc7f73cc594fbd50957c8bc1232 (diff)
downloadpfsense-66f2dd0e4cf28af5b4511a1bc06a93feaf712d9a.zip
pfsense-66f2dd0e4cf28af5b4511a1bc06a93feaf712d9a.tar.gz
Second pass at updateing protocol definitions.
Diffstat (limited to 'usr/local/share/protocols/sip.pat')
-rw-r--r--usr/local/share/protocols/sip.pat14
1 files changed, 8 insertions, 6 deletions
diff --git a/usr/local/share/protocols/sip.pat b/usr/local/share/protocols/sip.pat
index 3782e33..2728009 100644
--- a/usr/local/share/protocols/sip.pat
+++ b/usr/local/share/protocols/sip.pat
@@ -1,11 +1,13 @@
-# SIP - Session Initiation Protocol - Internet telephony - RFC 3261
-# Pattern attributes: ok fast fast
+# SIP - Session Initiation Protocol - Internet telephony - RFC 3261, 3265, etc.
+# Pattern attributes: good fast fast
# Protocol groups: voip ietf_proposed_standard
# Wiki: http://www.protocolinfo.org/wiki/SIP
+# Copyright (C) 2008 Matthew Strait, Ethan Sommer; See ../LICENSE
#
-# This pattern has been tested with the Ubiquity SIP user agent.
-#
-# Thanks to Ankit Desai for this pattern.
+# This pattern has been tested with the Ubiquity SIP user agent and has been
+# confirmed by at least one other user.
+#
+# Thanks to Ankit Desai for this pattern. Updated by tehseen sagar.
#
# SIP typically uses port 5060.
#
@@ -15,4 +17,4 @@
#Request-Line = Method SP Request-URI SP SIP-Version CRLF
sip
-^(invite|register|cancel) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9]
+^(invite|register|cancel|message|subscribe|notify) sip[\x09-\x0d -~]*sip/[0-2]\.[0-9]
OpenPOWER on IntegriCloud