mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-16 16:58:35 +00:00
beat ray up for this one
This commit is contained in:
parent
4b5bcba094
commit
3d3e634f4b
@ -1899,7 +1899,7 @@ static void voicemail_check_main(switch_core_session_t *session, vm_profile_t *p
|
|||||||
cbt.type = play_msg_type;
|
cbt.type = play_msg_type;
|
||||||
cbt.move = VM_MOVE_NEXT;
|
cbt.move = VM_MOVE_NEXT;
|
||||||
vm_execute_sql_callback(profile, profile->mutex, sql, listen_callback, &cbt);
|
vm_execute_sql_callback(profile, profile->mutex, sql, listen_callback, &cbt);
|
||||||
if (strcmp(cbt.uuid, uuid_in)) {
|
if (!zstr(uuid_in) && strcmp(cbt.uuid, uuid_in)) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
status = listen_file(session, profile, &cbt);
|
status = listen_file(session, profile, &cbt);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user