[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r324552 - /team/irroot/t38gateway-...
SVN commits to the Asterisk project
asterisk-commits at lists.digium.com
Wed Jun 22 14:33:25 CDT 2011
Author: mnicholson
Date: Wed Jun 22 14:33:22 2011
New Revision: 324552
URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=324552
Log:
populate details for reserved sessions
Modified:
team/irroot/t38gateway-trunk/res/res_fax.c
Modified: team/irroot/t38gateway-trunk/res/res_fax.c
URL: http://svnview.digium.com/svn/asterisk/team/irroot/t38gateway-trunk/res/res_fax.c?view=diff&rev=324552&r1=324551&r2=324552
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Wed Jun 22 14:33:22 2011
@@ -793,6 +793,8 @@
}
s->state = AST_FAX_STATE_INACTIVE;
+ s->details = details;
+ ao2_ref(s->details, 1);
/* locate a FAX technology module that can handle said requirements
* Note: the requirements have not yet been finalized as T.38
More information about the asterisk-commits
mailing list