]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
default 2833 payload type to 101 when not configured otherwise
authorAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Aug 2011 16:52:40 +0000 (11:52 -0500)
committerAnthony Minessale <anthm@freeswitch.org>
Fri, 19 Aug 2011 16:52:40 +0000 (11:52 -0500)
src/mod/endpoints/mod_sofia/sofia.c

index 2e2aacf9d0cbdef1a104d4624828b70f6d6467d7..6b119b62d13b47e51649000771683a7428d5a1fc 100644 (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");