]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
add experimental NDLB-connectile-dysfunction-2.0
authorAnthony Minessale <anthony.minessale@gmail.com>
Wed, 29 Apr 2009 22:48:21 +0000 (22:48 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Wed, 29 Apr 2009 22:48:21 +0000 (22:48 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13199 d0543943-73ff-0310-b7d9-9358b9ac24b2

src/mod/endpoints/mod_sofia/sofia_reg.c

index f74d47d3bbb8eb7dbfb9fc427802d51d40732ab3..5669b5ad8cfaa0c5d06ebda649fdfb359a7caafa 100644 (file)
@@ -901,6 +901,8 @@ uint8_t sofia_reg_handle_register(nua_t *nua, sofia_profile_t *profile, nua_hand
                                        switch_url_encode(my_contact_str, path_encoded + 22, path_encoded_len - 20);
                                        reg_desc = "Registered(AUTO-NAT-2.0)";
                                        exptime = 20;
+                                       switch_snprintf(contact_str + strlen(contact_str), sizeof(contact_str) - strlen(contact_str), "%s", path_encoded);
+                                       free(path_encoded);
                                } else {
                                        if (*received_data && sofia_test_pflag(profile, PFLAG_RECIEVED_IN_NAT_REG_CONTACT)) {
                                                switch_snprintf(received_data, sizeof(received_data), ";received=%s:%d", url_ip, network_port);