[Freeswitch-svn] [commit] r11583 - freeswitch/trunk/src/mod/endpoints/mod_sofia

FreeSWITCH SVN anthm at freeswitch.org
Sat Jan 31 16:29:14 PST 2009


Author: anthm
Date: Sat Jan 31 18:29:14 2009
New Revision: 11583

Log:
double doh

Modified:
   freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c

Modified: freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c
==============================================================================
--- freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	(original)
+++ freeswitch/trunk/src/mod/endpoints/mod_sofia/sofia_presence.c	Sat Jan 31 18:29:14 2009
@@ -1501,7 +1501,7 @@
 										ipv6 ? "]" : "",
 										new_port,
 										contact->m_url->url_params,
-										is_nat ? ";nat" : "");
+										is_nat ? ";fs_nat" : "");
 		} else {
 			contact_str = switch_mprintf("%s <sip:%s@%s%s%s%s>%s",
 										display,
@@ -1510,7 +1510,7 @@
 										contact_host,
 										ipv6 ? "]" : "",
 										new_port,
-										is_nat ?  ";nat" : "");
+										is_nat ?  ";fs_nat" : "");
 		}
 
 



More information about the Freeswitch-svn mailing list