mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-05 20:51:51 +00:00
FS-5694 --resolve
This commit is contained in:
parent
451aece803
commit
cae7d029ab
@ -2876,7 +2876,7 @@ static switch_status_t deliver_vm(vm_profile_t *profile,
|
|||||||
update_mwi(profile, myid, domain_name, myfolder, MWI_REASON_NEW);
|
update_mwi(profile, myid, domain_name, myfolder, MWI_REASON_NEW);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (send_mail && !zstr(vm_email) && switch_file_exists(file_path, pool) == SWITCH_STATUS_SUCCESS) {
|
if (send_mail && (!zstr(vm_email) || !zstr(vm_notify_email)) && switch_file_exists(file_path, pool) == SWITCH_STATUS_SUCCESS) {
|
||||||
switch_event_t *event;
|
switch_event_t *event;
|
||||||
char *from;
|
char *from;
|
||||||
char *body;
|
char *body;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user