NOTIFY is a valid SIP message per RFC3265

Exists in newer Asterisk servers.
This commit is contained in:
Aaron Eppert 2016-01-08 17:11:14 -05:00
parent 374e61ee20
commit 47a5db230e

View file

@ -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