]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
Switch_true
authorBrian West <brian@freeswitch.org>
Tue, 26 Aug 2008 16:13:25 +0000 (16:13 +0000)
committerBrian West <brian@freeswitch.org>
Tue, 26 Aug 2008 16:13:25 +0000 (16:13 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9367 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_voicemail/mod_voicemail.c

index 325a92d25503ae992ee0d333edc583b31a7e1bfd..9fbc59eef588bf1d1a9a59decd753e63ea758216 100644 (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);