default 2833 payload type to 101 when not configured otherwise

This commit is contained in:
Anthony Minessale 2011-08-19 11:52:40 -05:00
parent e36de6d9d5
commit c8c94f051b
1 changed files with 1 additions and 0 deletions

View File

@ -3509,6 +3509,7 @@ switch_status_t config_sofia(int reload, char *profile_name)
sofia_set_flag(profile, TFLAG_ENABLE_SOA);
sofia_set_pflag(profile, PFLAG_CID_IN_1XX);
profile->ndlb |= PFLAG_NDLB_ALLOW_NONDUP_SDP;
profile->te = 101;
for (param = switch_xml_child(settings, "param"); param; param = param->next) {
char *var = (char *) switch_xml_attr_soft(param, "name");