From 787b7a73e2410b7f39f18a56c06e06850367f2c4 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Wed, 4 Sep 2013 01:08:00 +0500 Subject: [PATCH] FS-5748 --resolve regression from FS-5665 511efc5cf02b68f4d5009142a5d3ae7584325b3d --- src/mod/endpoints/mod_sofia/sofia.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mod/endpoints/mod_sofia/sofia.c b/src/mod/endpoints/mod_sofia/sofia.c index c0fb9e720e..0fe41849c8 100644 --- a/src/mod/endpoints/mod_sofia/sofia.c +++ b/src/mod/endpoints/mod_sofia/sofia.c @@ -8525,6 +8525,7 @@ void sofia_handle_sip_i_invite(switch_core_session_t *session, nua_t *nua, sofia call_info = call_info->ci_next; } + call_info = sip_call_info(sip); } else if (sofia_test_pflag(profile, PFLAG_MANAGE_SHARED_APPEARANCE)) { char buf[128] = "";