(closes issue #12414)
Reported by: MVF
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@114103
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
}
if (!newjointcapability) {
/* If T.38 was not negotiated either, totally bail out... */
- if (!p->t38.jointcapability || !p->t38.peercapability) {
+ if (!p->t38.jointcapability || !udptlportno) {
ast_log(LOG_NOTICE, "No compatible codecs, not accepting this offer!\n");
/* Do NOT Change current setting */
return -1;