Switch_true

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-08-26 16:13:25 +00:00
parent e61d0c7f4f
commit e4dd67c6cc
1 changed files with 1 additions and 1 deletions

View File

@ -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);