[asterisk-commits] mnicholson: branch irroot/t38gateway-trunk r323931 - /team/irroot/t38gateway-...

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Thu Jun 16 09:39:16 CDT 2011


Author: mnicholson
Date: Thu Jun 16 09:39:10 2011
New Revision: 323931

URL: http://svnview.digium.com/svn/asterisk?view=rev&rev=323931
Log:
Added a debug message when a gateway is attached to a channel

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=323931&r1=323930&r2=323931
==============================================================================
--- team/irroot/t38gateway-trunk/res/res_fax.c (original)
+++ team/irroot/t38gateway-trunk/res/res_fax.c Thu Jun 16 09:39:10 2011
@@ -3278,6 +3278,7 @@
 					ast_log(LOG_ERROR, "Error attaching T.38 gateway to channel %s.\n", chan->name);
 					res = -1;
 				} else {
+					ast_debug(1, "Attached T.38 gateway to channel %s.\n", chan->name);
 					details->option.t38gateway = AST_FAX_OPTFLAG_TRUE;
 				}
 			} else {




More information about the asterisk-commits mailing list