[asterisk-bugs] [Asterisk 0014849]: [patch] SendFax function not working as expected on > 1.6.0.7
Asterisk Bug Tracker
noreply at bugs.digium.com
Tue Jun 16 02:44:32 CDT 2009
A NOTE has been added to this issue.
======================================================================
https://issues.asterisk.org/view.php?id=14849
======================================================================
Reported By: afosorio
Assigned To:
======================================================================
Project: Asterisk
Issue ID: 14849
Category: Channels/chan_sip/T.38
Reproducibility: always
Severity: block
Priority: normal
Status: ready for review
Target Version: 1.6.0.11
Asterisk Version: 1.6.0.7
Regression: Yes
SVN Branch (only for SVN checkouts, not tarball releases): 1.6.0
SVN Revision (number only!):
Request Review:
======================================================================
Date Submitted: 2009-04-07 15:51 CDT
Last Modified: 2009-06-16 02:44 CDT
======================================================================
Summary: [patch] SendFax function not working as expected on
> 1.6.0.7
Description:
When trying to send a fax via callfile using T.38 in asterisk version
1.6.0.5 it works fine, but after upgrading to asterisk 1.6.0.7 or newer it
does not work. When receiving re-INVITE from media gateway (Cisco AS-5400)
Asterisk ends call answering 488 Not acceptable here. I am running Asterisk
under Debian kernel 2.6.18-6-686. I am attaching captures both for scenario
which works and scenario which does not work.
======================================================================
----------------------------------------------------------------------
(0106442) Ivan (reporter) - 2009-06-16 02:44
https://issues.asterisk.org/view.php?id=14849#c106442
----------------------------------------------------------------------
Dimas,
I comment (a week ago) reaction on AST_T38_TERMINATED in condition and
problem is disappear. Like that:
ast_debug(1, "T38 control event receve <%d>\n",t38control);
if (/*t38control == AST_T38_TERMINATED ||*/ t38control ==
AST_T38_REFUSED) {
ast_debug(1, "T38 down, terminating\n");
res = -1;
break;
}
Fix needs in chan_sip. In new file ideology AST_T38_TERMINATED is not
ERROR. But where is AST_T38_REQUEST_TERMINATE?
Issue History
Date Modified Username Field Change
======================================================================
2009-06-16 02:44 Ivan Note Added: 0106442
======================================================================
More information about the asterisk-bugs
mailing list