Skip to content
Snippets Groups Projects
Commit df1fc1f3 authored by Kevin P. Fleming's avatar Kevin P. Fleming
Browse files

spandsp does in fact support V.17 modulation at 14.4 kilobits per second,

so we should generate T38MaxBitRate of 14400 (even though that doesn't really
affect the FAX transmission much at all)



git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@235010 65c4cc65-6c06-0410-ace0-fbb531ad65f3
parent 13c3260c
No related branches found
No related tags found
No related merge requests found
......@@ -370,7 +370,7 @@ static int transmit_audio(fax_session *s)
enum ast_t38_state t38_state;
struct ast_control_t38_parameters t38_parameters = { .version = 0,
.max_ifp = 800,
.rate = AST_T38_RATE_9600,
.rate = AST_T38_RATE_14400,
.rate_management = AST_T38_RATE_MANAGEMENT_TRANSFERRED_TCF,
.fill_bit_removal = 1,
.transcoding_mmr = 1,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment