mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-01 03:04:19 +00:00
Correct error in backport of latest app_fax fixes.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@209394 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -372,7 +372,7 @@ static int transmit_audio(fax_session *s)
|
||||
if ((inf->frametype == AST_FRAME_CONTROL) &&
|
||||
(inf->subclass == AST_CONTROL_T38_PARAMETERS) &&
|
||||
(inf->datalen == sizeof(t38_parameters))) {
|
||||
struct ast_control_t38_parameters *parameters = inf->data.ptr;
|
||||
struct ast_control_t38_parameters *parameters = inf->data;
|
||||
|
||||
switch (parameters->request_response) {
|
||||
case AST_T38_NEGOTIATED:
|
||||
|
||||
Reference in New Issue
Block a user