We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 919aabd + 6808c38 commit 06e4c07Copy full SHA for 06e4c07
1 file changed
decoder/sip.go
@@ -22,7 +22,7 @@ func (h *HEP) parseSIP() error {
22
}
23
24
switch h.SIP.CseqMethod {
25
- case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO":
+ case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO", "NOTIFY":
26
h.SIP.Profile = "call"
27
case "REGISTER":
28
h.SIP.Profile = "registration"
0 commit comments