mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-04 17:51:03 +00:00
#comment FS-7025 fix compiler warning introduced from e55aee14
This commit is contained in:
parent
42538ff8d5
commit
56e14bce76
@ -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)) {
|
||||
char *p;
|
||||
const char *p;
|
||||
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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user