mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-13 20:50:41 +00:00
SFSIP-190
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15994 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
6ece392d46
commit
6c6b78a0b1
@ -3454,7 +3454,7 @@ static void sofia_handle_sip_r_invite(switch_core_session_t *session, int status
|
||||
|
||||
for (p_contact = sip->sip_contact; p_contact; p_contact = p_contact->m_next) {
|
||||
if (p_contact->m_url) {
|
||||
full_contact = sip_header_as_string(home, (void *) sip->sip_contact);
|
||||
full_contact = sip_header_as_string(home, (void *) p_contact);
|
||||
invite_contact = sofia_glue_strip_uri(full_contact);
|
||||
|
||||
switch_snprintf(var_name, sizeof(var_name), "sip_redirect_contact_%d", i);
|
||||
|
Loading…
x
Reference in New Issue
Block a user