--- chan_sip.c.200804101325 2008-04-11 10:05:49.000000000 -0400 +++ chan_sip.c 2008-04-11 10:08:16.000000000 -0400 @@ -5489,7 +5489,7 @@ } if (!newjointcapability) { /* If T.38 was not negotiated either, totally bail out... */ - if (!p->t38.jointcapability || !p->t38.peercapability) { + if (!p->t38.jointcapability) { ast_log(LOG_NOTICE, "No compatible codecs, not accepting this offer!\n"); /* Do NOT Change current setting */ return -1;