mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-06 10:26:41 +00:00
replace spaces with tabs in mod_spandsp
This commit is contained in:
parent
0235d6a6fb
commit
913b39830f
src/mod/applications/mod_spandsp
@ -773,8 +773,6 @@ static switch_bool_t callprogress_detector_process_buffer(switch_media_bug_t *bu
|
|||||||
case SWITCH_ABC_TYPE_READ_REPLACE:
|
case SWITCH_ABC_TYPE_READ_REPLACE:
|
||||||
{
|
{
|
||||||
switch_frame_t *frame;
|
switch_frame_t *frame;
|
||||||
|
|
||||||
|
|
||||||
const char *detected_tone = NULL;
|
const char *detected_tone = NULL;
|
||||||
if (!detector->spandsp_detector) {
|
if (!detector->spandsp_detector) {
|
||||||
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "(%s) detector is destroyed\n", switch_channel_get_name(channel));
|
switch_log_printf(SWITCH_CHANNEL_LOG, SWITCH_LOG_INFO, "(%s) detector is destroyed\n", switch_channel_get_name(channel));
|
||||||
|
@ -619,7 +619,6 @@ static void phase_e_handler(t30_state_t *s, void *user_data, int result)
|
|||||||
}
|
}
|
||||||
switch_channel_execute_on(channel, "execute_on_fax_failure");
|
switch_channel_execute_on(channel, "execute_on_fax_failure");
|
||||||
}
|
}
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
static int t38_tx_packet_handler(t38_core_state_t *s, void *user_data, const uint8_t *buf, int len, int count)
|
static int t38_tx_packet_handler(t38_core_state_t *s, void *user_data, const uint8_t *buf, int len, int count)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user