diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c
index d2a57af1d2..4adaea1101 100644
--- a/src/mod/endpoints/mod_sofia/sofia.c
+++ b/src/mod/endpoints/mod_sofia/sofia.c
@@ -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", 
+	supported = switch_core_sprintf(profile->pool, "%s%sprecondition, path, Replaces", 
 									use_100rel ? "100rel, " : "",
 									use_timer ? "timer, " : ""
 									);