[asterisk-commits] jrose: trunk r353963 - in /trunk: ./ res/res_fax.c
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Fri Feb 3 10:23:23 CST 2012
Author: jrose
Date: Fri Feb 3 10:23:21 2012
New Revision: 353963
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=353963
Log:
Fixes a segfault occuring when performing attended transfer with FAXOPT(gateway)=yes
(closes issue ASTERISK-19184)
Reported by: Alexandr
........
Merged revisions 353962 from http://svn.asterisk.org/svn/asterisk/branches/10
Modified:
trunk/ (props changed)
trunk/res/res_fax.c
Propchange: trunk/
------------------------------------------------------------------------------
Binary property 'branch-10-merged' - no diff available.
Modified: trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/trunk/res/res_fax.c?view=diff&rev=353963&r1=353962&r2=353963
==============================================================================
--- trunk/res/res_fax.c (original)
+++ trunk/res/res_fax.c Fri Feb 3 10:23:21 2012
@@ -2919,7 +2919,6 @@
if (!(details = find_details(chan))) {
ast_log(LOG_ERROR, "no FAX session details found on chan %s for T.38 gateway session, odd\n", ast_channel_name(chan));
ast_framehook_detach(chan, gateway->framehook);
- details->gateway_id = -1;
return f;
}
}
More information about the asterisk-commits
mailing list