Skip to content

Commit 06e4c07

Browse files
authored
Merge pull request #550 from bmp01/notify
Add Notify to call profile
2 parents 919aabd + 6808c38 commit 06e4c07

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

decoder/sip.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ func (h *HEP) parseSIP() error {
2222
}
2323

2424
switch h.SIP.CseqMethod {
25-
case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO":
25+
case "INVITE", "ACK", "BYE", "CANCEL", "UPDATE", "PRACK", "REFER", "INFO", "NOTIFY":
2626
h.SIP.Profile = "call"
2727
case "REGISTER":
2828
h.SIP.Profile = "registration"

0 commit comments

Comments
 (0)