Skip to content

Commit

Permalink
menu: add log info for DnD
Browse files Browse the repository at this point in the history
  • Loading branch information
cspiel1 committed Sep 6, 2024
1 parent 91a8aa1 commit 6db7246
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions modules/menu/menu.c
Original file line number Diff line number Diff line change
Expand Up @@ -686,6 +686,8 @@ static void event_handler(enum ua_event ev, struct bevent *event, void *arg)
if (menu.dnd) {
(void)sip_treply(NULL, uag_sip(), msg, 480,
"Temporarily Unavailable");
info("menu: incoming call rejected: "
"480 Temporarily Unavailable\n");
break;
}

Expand Down

0 comments on commit 6db7246

Please sign in to comment.