Fixed a typo in setting the V.27ter bit rate for T.38 gateway

This commit is contained in:
Steve Underwood 2011-07-16 00:34:42 +08:00
parent d90bac3888
commit ffac6a00e8
1 changed files with 1 additions and 1 deletions

View File

@ -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*/