add rtp_manual_video_rtp_bugs

This commit is contained in:
Anthony Minessale
2012-10-16 18:42:54 -04:00
parent 90c3b07ee0
commit a20aec182a
5 changed files with 16 additions and 3 deletions
+2
View File
@@ -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")) {