diff --git a/src/switch_loadable_module.c b/src/switch_loadable_module.c index 90410d3d8f..3a79c3e024 100644 --- a/src/switch_loadable_module.c +++ b/src/switch_loadable_module.c @@ -565,6 +565,7 @@ static switch_status_t do_chat_send(switch_event_t *message_event) status = ci->chat_send(message_event); if (status == SWITCH_STATUS_BREAK) { do_skip = 1; + status = SWITCH_STATUS_SUCCESS; } if (status != SWITCH_STATUS_SUCCESS && status != SWITCH_STATUS_BREAK) {