mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-04-15 00:22:35 +00:00
placeholder for event firing routing
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9444 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
393b926298
commit
31351e8c9d
@ -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
|
||||
*/
|
||||
}
|
||||
|
||||
/*
|
||||
|
Loading…
x
Reference in New Issue
Block a user