Switch_true
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e61d0c7f4f
commit
e4dd67c6cc
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue