Merge "manager_channels: Fix throwing of HangupHandler manager events" into 13

13.25
Joshua C. Colp 6 years ago committed by Gerrit Code Review
commit e47e8ff39a

@ -963,11 +963,11 @@ static void channel_hangup_handler_cb(void *data, struct stasis_subscription *su
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;

Loading…
Cancel
Save