mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
NOTIFY is a valid SIP message per RFC3265
Exists in newer Asterisk servers.
This commit is contained in:
parent
374e61ee20
commit
47a5db230e
1 changed files with 1 additions and 1 deletions
|
@ -80,7 +80,7 @@ export {
|
|||
## that the SIP analyzer will only accept methods consisting solely
|
||||
## of letters ``[A-Za-z]``.
|
||||
const sip_methods: set[string] = {
|
||||
"REGISTER", "INVITE", "ACK", "CANCEL", "BYE", "OPTIONS"
|
||||
"REGISTER", "INVITE", "ACK", "CANCEL", "BYE", "OPTIONS", "NOTIFY"
|
||||
} &redef;
|
||||
|
||||
## Event that can be handled to access the SIP record as it is sent on
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue