[Freeswitch-svn] [commit] r13199 - freeswitch/trunk/src/mod/endpoints/mod_sofia
FreeSWITCH SVN
anthm at freeswitch.org
Wed Apr 29 15:48:21 PDT 2009
Author: anthm
Date: Wed Apr 29 17:48:21 2009
New Revision: 13199
Log:
add experimental NDLB-connectile-dysfunction-2.0
Modified:
freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c (original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_reg.c Wed Apr 29 17:48:21 2009
@@ -901,6 +901,8 @@
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);
More information about the Freeswitch-svn
mailing list