[svn-commits] irroot: trunk r338905 - in /trunk: ./ res/res_fax.c
SVN commits to the Digium repositories
svn-commits at lists.digium.com
Sun Oct 2 09:20:38 CDT 2011
Author: irroot
Date: Sun Oct 2 09:20:35 2011
New Revision: 338905
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=338905
Log:
Merged revisions 338904 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/10
........
r338904 | irroot | 2011-10-02 16:17:32 +0200 (Sun, 02 Oct 2011) | 8 lines
Remove T38 Gateway capability when detaching framehook.
SET(FAXOPT(gateway)=no) does not remove the capability when
detaching the framehook.
small patch to fix this problem.
........
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=338905&r1=338904&r2=338905
==============================================================================
--- trunk/res/res_fax.c (original)
+++ trunk/res/res_fax.c Sun Oct 2 09:20:35 2011
@@ -2843,6 +2843,8 @@
}
}
+ details->caps &= ~AST_FAX_TECH_GATEWAY;
+
ao2_ref(details, -1);
return NULL;
}
More information about the svn-commits
mailing list