mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-31 10:46:27 +00:00
Fixed a typo in setting the V.27ter bit rate for T.38 gateway
This commit is contained in:
parent
d90bac3888
commit
ffac6a00e8
@ -535,7 +535,7 @@ static int set_next_tx_type(t38_gateway_state_t *s)
|
|||||||
t->tx_bit_rate = 2400;
|
t->tx_bit_rate = 2400;
|
||||||
break;
|
break;
|
||||||
case T38_IND_V27TER_4800_TRAINING:
|
case T38_IND_V27TER_4800_TRAINING:
|
||||||
t->tx_bit_rate = 2400;
|
t->tx_bit_rate = 4800;
|
||||||
break;
|
break;
|
||||||
}
|
}
|
||||||
/*endswitch*/
|
/*endswitch*/
|
||||||
|
Loading…
x
Reference in New Issue
Block a user