mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-15 05:08:26 +00:00
tweak on last commit
This commit is contained in:
parent
3051480d42
commit
9848bf4857
@ -2484,7 +2484,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p
|
|||||||
tmp_file_path = NULL;
|
tmp_file_path = NULL;
|
||||||
}
|
}
|
||||||
|
|
||||||
if (switch_channel_ready(channel) && !auth_only) {
|
if (switch_channel_ready(channel) && (!auth_only || !authed)) {
|
||||||
if (failed) {
|
if (failed) {
|
||||||
status = switch_ivr_phrase_macro(session, VM_ABORT_MACRO, NULL, NULL, NULL);
|
status = switch_ivr_phrase_macro(session, VM_ABORT_MACRO, NULL, NULL, NULL);
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user