[Freeswitch-svn] [commit] r8928 - freeswitch/trunk/src/mod/endpoints/mod_sofia
Freeswitch SVN
anthm at freeswitch.org
Tue Jul 8 11:25:53 EDT 2008
Author: anthm
Date: Tue Jul 8 11:25:52 2008
New Revision: 8928
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
Log:
update
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c Tue Jul 8 11:25:52 2008
@@ -518,7 +518,7 @@
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, " : ""
);
More information about the Freeswitch-svn
mailing list