--- main/manager_channels.c.orig 2019-01-21 14:30:58.277953594 +0100 +++ main/manager_channels.c 2019-01-21 14:32:50.434754899 +0100 @@ -971,11 +971,11 @@ static void channel_hangup_handler_cb(vo return; } - if (!strcmp(action, "type")) { + if (!strcmp(action, "run")) { event = "HangupHandlerRun"; - } else if (!strcmp(action, "type")) { + } else if (!strcmp(action, "pop")) { event = "HangupHandlerPop"; - } else if (!strcmp(action, "type")) { + } else if (!strcmp(action, "push")) { event = "HangupHandlerPush"; } else { return;