1
0
Fork 0

show that "NOTIFY" is not supported

This commit is contained in:
Andreas Eversberg 2023-11-15 21:54:46 +01:00
parent 7fd0d87aa0
commit 96eb0c480d
1 changed files with 4 additions and 0 deletions

View File

@ -1692,6 +1692,10 @@ static void sip_message(nua_event_t event, int status, char const *phrase, nua_t
case nua_i_outbound:
PDEBUG(DSIP, DEBUG_DEBUG, "Outbound status\n");
break;
case nua_i_notify:
PDEBUG(DSIP, DEBUG_NOTICE, "Notify not supported.\n");
return;
default:
;
}