git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9447 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
Brian West 2008-09-04 16:56:07 +00:00
parent 331263a0bc
commit d6e6e52239

View File

@ -226,7 +226,7 @@ void process_fax(switch_core_session_t *session, char *data, int calling_party)
switch_frame_t write_frame = {0};
switch_status_t status;
fax_state_t fax;
#define FAX_BUFFER_SIZE 4096
#define FAX_BUFFER_SIZE 4096
int16_t buf[FAX_BUFFER_SIZE]; //TODO original value: 512
int tx = 0;
/*TODO: int calling_party = FALSE; DEPRECATED */