mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
antibiotics for our latest sonus infection
This commit is contained in:
@@ -6549,14 +6549,6 @@ void sofia_glue_parse_rtp_bugs(switch_rtp_bug_flag_t *flag_pole, const char *str
|
||||
if (switch_stristr("~IGNORE_DTMF_DURATION", str)) {
|
||||
*flag_pole &= ~RTP_BUG_IGNORE_DTMF_DURATION;
|
||||
}
|
||||
|
||||
if (switch_stristr("PAUSE_BETWEEN_DTMF", str)) {
|
||||
*flag_pole |= RTP_BUG_PAUSE_BETWEEN_DTMF;
|
||||
}
|
||||
|
||||
if (switch_stristr("~PAUSE_BETWEEN_DTMF", str)) {
|
||||
*flag_pole &= ~RTP_BUG_PAUSE_BETWEEN_DTMF;
|
||||
}
|
||||
}
|
||||
|
||||
char *sofia_glue_gen_contact_str(sofia_profile_t *profile, sip_t const *sip, sofia_dispatch_event_t *de, sofia_nat_parse_t *np)
|
||||
|
||||
Reference in New Issue
Block a user