]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
don't need contact here its already set on the nh .. this results on double contact...
authorBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 05:48:59 +0000 (05:48 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 4 Jun 2009 05:48:59 +0000 (05:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13609 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index 7aa06dbbbd2ffb77e206490e05ffb97b110ec454..a8d9324a463102e946bcce03242f5c5d0ea1bce7 100644 (file)
@@ -335,7 +335,6 @@ void sofia_reg_check_gateway(sofia_profile_t *profile, time_t now)
                                                           TAG_IF(user_via, SIPTAG_VIA_STR(user_via)),
                                                           SIPTAG_FROM_STR(gateway_ptr->register_from),
                                                           SIPTAG_TO_STR(gateway_ptr->register_from),
-                                                          SIPTAG_CONTACT_STR(gateway_ptr->register_contact),
                                                           SIPTAG_EXPIRES_STR(gateway_ptr->expires_str),
                                                           NUTAG_REGISTRAR(gateway_ptr->register_proxy),
                                                           NUTAG_OUTBOUND("no-options-keepalive"), NUTAG_OUTBOUND("no-validate"), NUTAG_KEEPALIVE(0), TAG_NULL());