From: Steve Underwood Date: Fri, 15 Jul 2011 16:34:42 +0000 (+0800) Subject: Fixed a typo in setting the V.27ter bit rate for T.38 gateway X-Git-Tag: v1.2-rc1~108^2^2~15 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ffac6a00e8481b85089eac6b7071d996fd12fc3f;p=thirdparty%2Ffreeswitch.git Fixed a typo in setting the V.27ter bit rate for T.38 gateway --- diff --git a/libs/spandsp/src/t38_gateway.c b/libs/spandsp/src/t38_gateway.c index d8a17dc5a1..11760f9743 100644 --- a/libs/spandsp/src/t38_gateway.c +++ b/libs/spandsp/src/t38_gateway.c @@ -535,7 +535,7 @@ static int set_next_tx_type(t38_gateway_state_t *s) t->tx_bit_rate = 2400; break; case T38_IND_V27TER_4800_TRAINING: - t->tx_bit_rate = 2400; + t->tx_bit_rate = 4800; break; } /*endswitch*/