[Freeswitch-svn] [commit] r9444 - freeswitch/trunk/src/mod/applications/mod_fax
Freeswitch SVN
agx at freeswitch.org
Thu Sep 4 10:01:27 EDT 2008
Author: agx
Date: Thu Sep 4 10:01:27 2008
New Revision: 9444
Modified:
freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
Log:
placeholder for event firing routing
Modified: freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c
==============================================================================
--- freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c (original)
+++ freeswitch/trunk/src/mod/applications/mod_fax/mod_fax.c Thu Sep 4 10:01:27 2008
@@ -193,6 +193,10 @@
switch_snprintf(buf, sizeof(buf), "%s", t30_completion_code_to_str(result));
switch_channel_set_variable(chan, "FAX_ERROR", buf);
+ /*
+ * TODO
+ * Fire here an EVENT about the result of the fax call
+ */
}
/*
More information about the Freeswitch-svn
mailing list