From c3ddf82c4f0c7a4fac58b4157486d4640b95ba5e Mon Sep 17 00:00:00 2001
From: Anthony Minessale <anthony.minessale@gmail.com>
Date: Thu, 27 Nov 2008 02:09:46 +0000
Subject: [PATCH] get dingaling to work with new google stuff

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10553 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 57e7786194..2d183a4607 100644
--- a/src/switch_rtp.c
+++ b/src/switch_rtp.c
@@ -992,7 +992,7 @@ SWITCH_DECLARE(switch_status_t) switch_rtp_activate_ice(switch_rtp_t *rtp_sessio
 
 	if (rtp_session->ice_user) {
 		if (ice_out(rtp_session) != SWITCH_STATUS_SUCCESS) {
-			return -1;
+			return SWITCH_STATUS_FALSE;
 		}
 	}