]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Tue, 8 Jul 2008 15:25:52 +0000 (15:25 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Tue, 8 Jul 2008 15:25:52 +0000 (15:25 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8928 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia.c

index 4adaea11016221fafcd6822b270c06ca5b57a710..7d28a82b2831c1fe194f05e92028f58c51dcd94a 100644 (file)
@@ -518,7 +518,7 @@ void *SWITCH_THREAD_FUNC sofia_profile_thread_run(switch_thread_t *thread, void
                tportlog = 1;
        }
 
-       supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path, Replaces", 
+       supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path, replaces", 
                                                                        use_100rel ? "100rel, " : "",
                                                                        use_timer ? "timer, " : ""
                                                                        );