From ffac6a00e8481b85089eac6b7071d996fd12fc3f Mon Sep 17 00:00:00 2001 From: Steve Underwood Date: Sat, 16 Jul 2011 00:34:42 +0800 Subject: [PATCH] Fixed a typo in setting the V.27ter bit rate for T.38 gateway --- libs/spandsp/src/t38_gateway.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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*/