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

FreeSWITCH SVN mikej at freeswitch.org
Sat Nov 15 14:22:45 PST 2008


Author: mikej
Date: Sat Nov 15 17:22:43 2008
New Revision: 10419

Log:
avoid seg

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

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	Sat Nov 15 17:22:43 2008
@@ -3522,7 +3522,7 @@
 	}
 
 	if (sofia_endpoint_interface) {
-		if (tech_pvt->profile->pflags & PFLAG_CALLID_AS_UUID) {
+		if (profile->pflags & PFLAG_CALLID_AS_UUID) {
 			session = switch_core_session_request_uuid(sofia_endpoint_interface, NULL, sip->sip_call_id->i_id);
 		} else {
 			session = switch_core_session_request(sofia_endpoint_interface, NULL);



More information about the Freeswitch-svn mailing list