diff --git a/decoder/sip.go b/decoder/sip.go index eb0377a..a91ef02 100644 --- a/decoder/sip.go +++ b/decoder/sip.go @@ -22,7 +22,7 @@ func (h *HEP) parseSIP() error { } switch h.SIP.CseqMethod { - case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO": + case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO", "NOTIFY": h.SIP.Profile = "call" case "REGISTER": h.SIP.Profile = "registration"