]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-5748 --resolve regression from FS-5665 511efc5cf02b68f4d5009142a5d3ae7584325b3d
authorAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Sep 2013 20:08:00 +0000 (01:08 +0500)
committerAnthony Minessale <anthm@freeswitch.org>
Tue, 3 Sep 2013 20:08:00 +0000 (01:08 +0500)
src/mod/endpoints/mod_sofia/sofia.c

index c0fb9e720e69b3de90be2d0ff7c9a01fa572f7f2..0fe41849c8def9511e5f29099a726f0d521d56ca 100644 (file)
@@ -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] = "";