]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Nov 2006 23:26:00 +0000 (23:26 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 1 Nov 2006 23:26:00 +0000 (23:26 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@3251 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/mod_sofia.c

index 95024b53b32ec2b46f68e0ae914335cc7c61b6ed..74a375e5197a4133b51e118b64e2e270b2ac3fef 100644 (file)
@@ -967,7 +967,7 @@ static void do_invite(switch_core_session_t *session)
                nua_invite(tech_pvt->nh,
                                   TAG_IF(rpid, SIPTAG_HEADER_STR(rpid)),
                                   TAG_IF(alert_info, SIPTAG_HEADER_STR(alert_info)),
-                                  SIPTAG_CONTACT_STR(tech_pvt->profile->url),
+                                  //SIPTAG_CONTACT_STR(tech_pvt->profile->url),
                                   SOATAG_USER_SDP_STR(tech_pvt->local_sdp_str),
                                   SOATAG_RTP_SORT(SOA_RTP_SORT_REMOTE),
                                   SOATAG_RTP_SELECT(SOA_RTP_SELECT_ALL),