summaryrefslogtreecommitdiffstats
path: root/usr/local/share/protocols/sip.pat
diff options
context:
space:
mode:
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