]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix or and thing
authorAnthony Minessale <anthm@freeswitch.org>
Mon, 4 Feb 2013 21:50:51 +0000 (15:50 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Mon, 1 Apr 2013 02:27:23 +0000 (21:27 -0500)
src/switch_core_media.c

index ff94e4ae9f3b774115a00178ff582232134f3dc2..8a64455682cb00d05ed900c1af43df4238a7d5af 100644 (file)
@@ -5013,7 +5013,7 @@ SWITCH_DECLARE(void) switch_core_media_gen_local_sdp(switch_core_session_t *sess
                                
                                this_ptime = imp->microseconds_per_packet / 1000;
                                
-                               if (!strcasecmp(imp->iananame, "ilbc") && !strcasecmp(imp->iananame, "isac")) {
+                               if (!strcasecmp(imp->iananame, "ilbc") || !strcasecmp(imp->iananame, "isac")) {
                                        this_ptime = 20;
                                }