#comment FS-7025 fix compiler warning introduced from e55aee14
This commit is contained in:
parent
e55aee14bb
commit
dc9e9042d1
|
@ -1845,7 +1845,7 @@ SWITCH_DECLARE(switch_status_t) switch_core_session_send_dtmf(switch_core_sessio
|
||||||
}
|
}
|
||||||
|
|
||||||
if ((digits = switch_channel_get_variable_dup(session->channel, "drop_dtmf_masking_digits", SWITCH_FALSE, -1)) && !zstr(digits)) {
|
if ((digits = switch_channel_get_variable_dup(session->channel, "drop_dtmf_masking_digits", SWITCH_FALSE, -1)) && !zstr(digits)) {
|
||||||
char *p;
|
const char *p;
|
||||||
switch_dtmf_t x_dtmf = { 0, switch_core_default_dtmf_duration(0), DTMF_FLAG_SKIP_PROCESS, 0};
|
switch_dtmf_t x_dtmf = { 0, switch_core_default_dtmf_duration(0), DTMF_FLAG_SKIP_PROCESS, 0};
|
||||||
|
|
||||||
switch_channel_clear_flag(session->channel, CF_DROP_DTMF);
|
switch_channel_clear_flag(session->channel, CF_DROP_DTMF);
|
||||||
|
|
Loading…
Reference in New Issue