]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6221 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Feb 2014 22:26:09 +0000 (03:26 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Wed, 12 Feb 2014 22:26:47 +0000 (03:26 +0500)
src/mod/endpoints/mod_sofia/sofia.c

index 0104840ca1a061f5634df45d72cb4ebb2bce4a1b..45b7838768b5ff9fd9d1eb0e16248575efa3cafc 100644 (file)
@@ -2415,7 +2415,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                goto end;
        }
 
-       supported = switch_core_sprintf(profile->pool, "%s%s%sprecondition, path, replaces", use_100rel ? "100rel, " : "", use_timer ? "timer, " : "", use_rfc_5626 ? "outbound, " : "");
+       supported = switch_core_sprintf(profile->pool, "%s%s%spath, replaces", use_100rel ? "precondition, 100rel, " : "", use_timer ? "timer, " : "", use_rfc_5626 ? "outbound, " : "");
 
        if (sofia_test_pflag(profile, PFLAG_AUTO_NAT) && switch_nat_get_type()) {
                if ( (! sofia_test_pflag(profile, PFLAG_TLS) || ! profile->tls_only) && switch_nat_add_mapping(profile->sip_port, SWITCH_NAT_UDP, NULL, SWITCH_FALSE) == SWITCH_STATUS_SUCCESS) {