[Freeswitch-svn] [commit] r7315 - freeswitch/trunk/conf/sip_profiles
    Freeswitch SVN 
    brian at freeswitch.org
       
    Mon Jan 21 17:24:41 EST 2008
    
    
  
Author: brian
Date: Mon Jan 21 17:24:41 2008
New Revision: 7315
Modified:
   freeswitch/trunk/conf/sip_profiles/default.xml
Log:
you must use the domain attr if the profile doesn't match the domain
Modified: freeswitch/trunk/conf/sip_profiles/default.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/default.xml	(original)
+++ freeswitch/trunk/conf/sip_profiles/default.xml	Mon Jan 21 17:24:41 2008
@@ -1,5 +1,5 @@
 <!-- http://wiki.freeswitch.org/wiki/Sofia_Configuration_Files -->
-<profile name="default">
+<profile name="default" domain="$${domain}">
   <!--aliases are other names that will work as a valid profile name for this profile-->
   <aliases>
     <alias name="$${domain}"/>
    
    
More information about the Freeswitch-svn
mailing list