mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-05-11 01:45:40 +00:00
fix tab
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9447 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
331263a0bc
commit
d6e6e52239
@ -226,7 +226,7 @@ void process_fax(switch_core_session_t *session, char *data, int calling_party)
|
|||||||
switch_frame_t write_frame = {0};
|
switch_frame_t write_frame = {0};
|
||||||
switch_status_t status;
|
switch_status_t status;
|
||||||
fax_state_t fax;
|
fax_state_t fax;
|
||||||
#define FAX_BUFFER_SIZE 4096
|
#define FAX_BUFFER_SIZE 4096
|
||||||
int16_t buf[FAX_BUFFER_SIZE]; //TODO original value: 512
|
int16_t buf[FAX_BUFFER_SIZE]; //TODO original value: 512
|
||||||
int tx = 0;
|
int tx = 0;
|
||||||
/*TODO: int calling_party = FALSE; DEPRECATED */
|
/*TODO: int calling_party = FALSE; DEPRECATED */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user