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

Freeswitch SVN mikej at freeswitch.org
Sat Oct 18 00:34:27 EDT 2008


Author: mikej
Date: Sat Oct 18 00:34:26 2008
New Revision: 10067

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

Log:
tweak

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_glue.c	Sat Oct 18 00:34:26 2008
@@ -870,7 +870,7 @@
 		}
 	}
 
-	if (rip && rp && switch_rtp_ready(tech_pvt->rtp_session)) {
+	if (*rip && *rp && switch_rtp_ready(tech_pvt->rtp_session)) {
 		char *remote_host = switch_rtp_get_remote_host(tech_pvt->rtp_session);
 		switch_port_t remote_port = switch_rtp_get_remote_port(tech_pvt->rtp_session), rpi = (switch_port_t) atoi(rp);
 



More information about the Freeswitch-svn mailing list