TRY_CODE(switch_ivr_phrase_macro(session, VM_ACK_MACRO, "too-small", NULL, NULL));
goto record_file;
} else {
- status = SWITCH_STATUS_BREAK;
+ status = SWITCH_STATUS_NOTFOUND;
goto end;
}
} else {
status = create_file(session, profile, VM_RECORD_MESSAGE_MACRO, file_path, &message_len, SWITCH_TRUE);
+ if ((status == SWITCH_STATUS_NOTFOUND)) {
+ goto end;
+ }
+
if ((status == SWITCH_STATUS_SUCCESS || status == SWITCH_STATUS_BREAK) && switch_channel_ready(channel)) {
char input[10] = "", key_buf[80] = "", term = 0;