From 2e017dd02d7890110c7b467f31e39bd5d46efe27 Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Fri, 5 May 2006 14:33:36 +0000
Subject: [PATCH] update

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@1370 d0543943-73ff-0310-b7d9-9358b9ac24b2
---
 src/switch_rtp.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/switch_rtp.c b/src/switch_rtp.c
index 391ae9019f..ff9c22b96a 100644
--- a/src/switch_rtp.c
+++ b/src/switch_rtp.c
@@ -175,7 +175,7 @@ static int global_init = 0;
 
 static void switch_rtp_miniframe_probe(switch_rtp_t *rtp_session)
 {
-	const char *str = "!";
+	const char *str = "!!!!";
 	rtp_msg_t msg = {{0}};
 	int x;