fix or and thing

This commit is contained in:
Anthony Minessale 2013-02-04 15:50:51 -06:00
parent 32bc398081
commit a6a055cabb
1 changed files with 1 additions and 1 deletions

View 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;
}