]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-4102: [mod_sofia] invite to gateway without registration goes to another wrong...
authorAnthony Minessale <anthm@freeswitch.org>
Thu, 22 Dec 2016 22:13:44 +0000 (16:13 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Thu, 22 Dec 2016 22:13:44 +0000 (16:13 -0600)
libs/sofia-sip/.update
libs/sofia-sip/libsofia-sip-ua/nua/nua_client.c

index db518f18eceed1486da8516b557a80f2636fa691..014353e818e5ea56a718e009493558b36e7704a9 100644 (file)
@@ -1 +1 @@
-Sun Dec  4 12:46:08 CST 2016
+Thu Dec 22 16:13:33 CST 2016
index 8efaa31d4ce2f32ab30f802ee23dcddccb71ff9b..43e36f301890ebceb58fd052be095cc6c8744154 100644 (file)
@@ -880,6 +880,11 @@ int nua_client_request_sendmsg(nua_client_request_t *cr)
     if (ds->ds_ltarget && !cr->cr_has_contact)
       sip_add_dup(msg, sip, (sip_header_t *)ds->ds_ltarget);
 
+       /*
+         FS-4102 
+         It was decided to comment out this code because it does not appear to make sense
+         Dec 22, 2016
+
     if (nua_registration_add_contact_to_request(nh, msg, sip,
                                                cr->cr_contactize &&
                                                !cr->cr_has_contact &&
@@ -888,6 +893,8 @@ int nua_client_request_sendmsg(nua_client_request_t *cr)
       msg_destroy(msg);
       return -1;
     }
+       */
+
   }
 
   cr->cr_wait_for_cred = 0;