[Freeswitch-svn] [commit] r9383 - in freeswitch/trunk/conf/sip_profiles: . nat

Freeswitch SVN brian at freeswitch.org
Thu Aug 28 14:25:48 EDT 2008


Author: brian
Date: Thu Aug 28 14:25:48 2008
New Revision: 9383

Removed:
   freeswitch/trunk/conf/sip_profiles/nat/
   freeswitch/trunk/conf/sip_profiles/nat.xml
Modified:
   freeswitch/trunk/conf/sip_profiles/external.xml

Log:
external can do the same job of the nat profile.  I have added an alias to the external profile for nat so it doesn't break backwards compat.

Modified: freeswitch/trunk/conf/sip_profiles/external.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/external.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/external.xml	Thu Aug 28 14:25:48 2008
@@ -7,6 +7,7 @@
 
   <aliases>
     <alias name="outbound"/>
+    <alias name="nat"/> <!-- for backwards compatibility --> 
   </aliases>
 
   <domains>



More information about the Freeswitch-svn mailing list