[Freeswitch-svn] [commit] r8927 - freeswitch/trunk/src/mod/endpoints/mod_sofia

Freeswitch SVN brian at freeswitch.org
Tue Jul 8 10:28:44 EDT 2008


Author: brian
Date: Tue Jul  8 10:28:43 2008
New Revision: 8927

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c

Log:
add replaces to supported, SIP rocks so much nothing ever complained about it but let's add it anyway

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 10:28:43 2008
@@ -518,7 +518,7 @@
 		tportlog = 1;
 	}
 
-	supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path", 
+	supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path, Replaces", 
 									use_100rel ? "100rel, " : "",
 									use_timer ? "timer, " : ""
 									);



More information about the Freeswitch-svn mailing list