]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
placeholder for event firing routing
authorAntonio Gallo <agx@linux.it>
Thu, 4 Sep 2008 14:01:27 +0000 (14:01 +0000)
committerAntonio Gallo <agx@linux.it>
Thu, 4 Sep 2008 14:01:27 +0000 (14:01 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9444 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/applications/mod_fax/mod_fax.c

index a49b26a1e647294d4c789d397829d05e017d53eb..3e077fe24e983c56a580041fe241267471cffae9 100644 (file)
@@ -193,6 +193,10 @@ static void phase_e_handler(t30_state_t *s, void *user_data, int result)
     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
+        */
 }
 
 /*