[Freeswitch-svn] [commit] r11242 - in freeswitch/trunk: conf/sip_profiles src
FreeSWITCH SVN
brian at freeswitch.org
Thu Jan 15 15:32:03 PST 2009
Author: brian
Date: Thu Jan 15 17:32:03 2009
New Revision: 11242
Log:
test
Modified:
freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
freeswitch/trunk/src/switch.c
Modified: freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml
==============================================================================
--- freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml (original)
+++ freeswitch/trunk/conf/sip_profiles/internal-ipv6.xml Thu Jan 15 17:32:03 2009
@@ -101,10 +101,15 @@
<!-- <param name="vad" value="out"/> -->
<!-- <param name="vad" value="both"/> -->
<!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
+ <!--
+ These are enabled to make the default config work better out of the box.
+ If you need more than ONE domain you'll need to not use these options.
+
+ -->
<!--all inbound reg will look in this domain for the users -->
- <!--<param name="force-register-domain" value="$${domain}"/>-->
+ <param name="force-register-domain" value="$${domain}"/>
<!--all inbound reg will stored in the db using this domain -->
- <!--<param name="force-register-db-domain" value="$${domain}"/>-->
+ <param name="force-register-db-domain" value="$${domain}"/>
<!-- disable register and transfer which may be undesirable in a public switch -->
<!--<param name="disable-transfer" value="true"/>-->
<!--<param name="disable-register" value="true"/>-->
Modified: freeswitch/trunk/src/switch.c
==============================================================================
--- freeswitch/trunk/src/switch.c (original)
+++ freeswitch/trunk/src/switch.c Thu Jan 15 17:32:03 2009
@@ -83,7 +83,7 @@
/* set the globals so we can use the global paths. */
switch_core_set_globals();
-
+ printf("WTF");
/* get the full path of the pid file. */
switch_snprintf(path, sizeof(path), "%s%s%s", SWITCH_GLOBAL_dirs.log_dir, SWITCH_PATH_SEPARATOR, pfile);
More information about the Freeswitch-svn
mailing list