]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
test
authorBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 23:32:03 +0000 (23:32 +0000)
committerBrian West <brian@freeswitch.org>
Thu, 15 Jan 2009 23:32:03 +0000 (23:32 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11242 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/sip_profiles/internal-ipv6.xml
src/switch.c

index 4aa782ddd88c2b6231cc93d7999426007f057258..02a0d13e18835a1c34f6ff9e553712eac17aa019 100644 (file)
     <!-- <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"/>-->
index 20401a17134e2bd2e0b220b9e0c4452fa20130da..c47a64386d4b28eeba015e5da685f3f3dca7839e 100644 (file)
@@ -83,7 +83,7 @@ static int freeswitch_kill_background()
 
        /* 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);