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

Freeswitch SVN anthm at freeswitch.org
Tue Mar 11 17:15:35 EDT 2008


Author: anthm
Date: Tue Mar 11 17:15:34 2008
New Revision: 7864

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

Log:
update

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia.c	Tue Mar 11 17:15:34 2008
@@ -2515,8 +2515,8 @@
 		tech_pvt->key = switch_core_session_strdup(session, key);
 	}
 
-	channel = switch_core_session_get_channel(session);
-
+	channel = tech_pvt->channel = switch_core_session_get_channel(session);
+	
 	if (is_auth) {
 		switch_channel_set_variable(channel, "sip_authorized", "true");
 	}



More information about the Freeswitch-svn mailing list