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

Freeswitch SVN anthm at freeswitch.org
Thu Oct 5 00:25:32 EDT 2006


Author: anthm
Date: Thu Oct  5 00:25:32 2006
New Revision: 2976

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

Log:
update

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 Oct  5 00:25:32 2006
@@ -784,13 +784,15 @@
     tech_pvt = (private_object_t *) switch_core_session_get_private(session);
     assert(tech_pvt != NULL);
 
+	caller_profile = switch_channel_get_caller_profile(channel);
+
 	if ((tech_pvt->from_str = switch_core_db_mprintf("\"%s\" <sip:%s@%s>", 
 													 (char *) caller_profile->caller_id_name, 
 													 (char *) caller_profile->caller_id_number,
 													 tech_pvt->profile->sipip
 													 ))) {
 
-		caller_profile = switch_channel_get_caller_profile(channel);
+
 		tech_choose_port(tech_pvt);
 		set_local_sdp(tech_pvt);
 		switch_set_flag_locked(tech_pvt, TFLAG_READY);



More information about the Freeswitch-svn mailing list