]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
typo
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Oct 2010 21:21:53 +0000 (16:21 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 13 Oct 2010 21:21:53 +0000 (16:21 -0500)
src/mod/endpoints/mod_sofia/sofia_glue.c

index 13d323f02c8ef004e8a8ce43484124ebe23bfd3d..35111a8681d6d7c229d8bcccb3e9f2f5dfad1a17 100644 (file)
@@ -5000,7 +5000,7 @@ static int recover_callback(void *pArg, int argc, char **argv, char **columnName
                                        const char *var = switch_xml_attr_soft(param, "app_name");
                                        const char *val = switch_xml_attr_soft(param, "app_data");
                                        /* skip announcement type apps */
-                                       if (strcasecmp(var, "speak") && strcasecmp(var, "playback") && strcasecmp(var, "gentones" || strcasecmp(var, "say"))) {
+                                       if (strcasecmp(var, "speak") && strcasecmp(var, "playback") && strcasecmp(var, "gentones") && strcasecmp(var, "say")) {
                                                switch_caller_extension_add_application(session, extension, var, val);
                                        }
                                }