提交 e4dd67c6 authored 作者: Brian West's avatar Brian West

Switch_true

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 e61d0c7f
...@@ -1870,7 +1870,7 @@ static void deliver_vm(vm_profile_t *profile, ...@@ -1870,7 +1870,7 @@ static void deliver_vm(vm_profile_t *profile,
send_main = switch_true(val); send_main = switch_true(val);
send_mail++; send_mail++;
} else if (!strcasecmp(var, "vm-notify-email-all-messages")) { } else if (!strcasecmp(var, "vm-notify-email-all-messages")) {
send_notify = witch_true(val); send_notify = switch_true(val);
send_mail++; send_mail++;
} else if (!strcasecmp(var, "vm-keep-local-after-email")) { } else if (!strcasecmp(var, "vm-keep-local-after-email")) {
insert_db = switch_true(val); insert_db = switch_true(val);
......
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论