search for: udptlportno

Displaying 1 result from an estimated 1 matches for "udptlportno".

2010 Sep 22
1
T38 and codecs negotiation
...here was the a line for telephone-event mapping. Looking chan_sip.c I understood that the problem is related to t38 capabilities and in particular at row 5636: if (!newjointcapability) { /* If T.38 was not negotiated either, totally bail out... */ if (!p->t38.jointcapability || !udptlportno) { ast_log(LOG_NOTICE, "No compatible codecs, not accepting this offer!\n"); /* Do NOT Change current setting */ return -1; } else { if (option_debug > 2) ast_log(LOG_DEBUG, "Have T.38...