search for: ast_t38_rate_2400

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

Did you mean: ast_t38_rate_12000
2010 May 25
2
Little t38 bug?
...p->t38.their_parms.rate = AST_T38_RATE_7200; break; case 4800: p->t38.their_parms.rate = AST_T38_RATE_4800; break; case 2400: p->t38.their_parms.rate = AST_T38_RATE_2400; break; } found = TRUE; else if {... If I'm not misteaking the second "if else" condition will never be true if the other device sends "T38FaxMaxBuffer" (wich they all usually do). Shouldn't it be if((sscanf(a,...