]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
rem double contact
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 25 Oct 2007 21:07:44 +0000 (21:07 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 25 Oct 2007 21:07:44 +0000 (21:07 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6059 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 4cf2eda61d57b54fe2b3cf45e0805d8d8bc2df76..0379f87384245b74482aaeefcca2c18d4f42bb17 100644 (file)
@@ -923,7 +923,6 @@ static switch_status_t sofia_receive_message(switch_core_session_t *session, swi
                                nua_respond(tech_pvt->nh,
                                                        SIP_183_SESSION_PROGRESS,
                                                        SIPTAG_CONTACT_STR(tech_pvt->reply_contact),
-                                                       SIPTAG_CONTACT_STR(tech_pvt->profile->url),
                                                        SOATAG_USER_SDP_STR(tech_pvt->local_sdp_str), SOATAG_AUDIO_AUX("cn telephone-event"), TAG_END());
                        }
                }