[Freeswitch-svn] [commit] r9213 -	freeswitch/trunk/src/mod/endpoints/mod_sofia
    Freeswitch SVN 
    brian at freeswitch.org
       
    Thu Jul 31 15:03:14 EDT 2008
    
    
  
Author: brian
Date: Thu Jul 31 15:03:13 2008
New Revision: 9213
Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
Log:
fix this .. thanks vpanayotov
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/mod_sofia.c	Thu Jul 31 15:03:13 2008
@@ -707,7 +707,7 @@
 			switch_rtp_break(tech_pvt->rtp_session);
 		}
 		if (switch_rtp_ready(tech_pvt->video_rtp_session)) {
-			switch_rtp_break(tech_pvt->rtp_session);
+			switch_rtp_break(tech_pvt->video_rtp_session);
 		}
 		break;
 	case SWITCH_SIG_KILL:
    
    
More information about the Freeswitch-svn
mailing list