mirror of
https://github.com/signalwire/freeswitch.git
synced 2026-07-23 20:51:58 +00:00
add rtp_manual_video_rtp_bugs
This commit is contained in:
@@ -4621,6 +4621,8 @@ switch_status_t config_sofia(int reload, char *profile_name)
|
||||
sofia_glue_parse_rtp_bugs(&profile->auto_rtp_bugs, val);
|
||||
} else if (!strcasecmp(var, "manual-rtp-bugs")) {
|
||||
sofia_glue_parse_rtp_bugs(&profile->manual_rtp_bugs, val);
|
||||
} else if (!strcasecmp(var, "manual-video-rtp-bugs")) {
|
||||
sofia_glue_parse_rtp_bugs(&profile->manual_video_rtp_bugs, val);
|
||||
} else if (!strcasecmp(var, "dbname")) {
|
||||
profile->dbname = switch_core_strdup(profile->pool, val);
|
||||
} else if (!strcasecmp(var, "presence-hosts")) {
|
||||
|
||||
Reference in New Issue
Block a user