mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-06 12:21:49 +00:00
Switch_true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
@@ -1870,7 +1870,7 @@ static void deliver_vm(vm_profile_t *profile,
|
||||
send_main = switch_true(val);
|
||||
send_mail++;
|
||||
} else if (!strcasecmp(var, "vm-notify-email-all-messages")) {
|
||||
send_notify = witch_true(val);
|
||||
send_notify = switch_true(val);
|
||||
send_mail++;
|
||||
} else if (!strcasecmp(var, "vm-keep-local-after-email")) {
|
||||
insert_db = switch_true(val);
|
||||
|
||||
Reference in New Issue
Block a user