mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-06-03 20:01:57 +00:00
test
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@11242 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
e2fea5094f
commit
f18d532e96
@ -101,10 +101,15 @@
|
|||||||
<!-- <param name="vad" value="out"/> -->
|
<!-- <param name="vad" value="out"/> -->
|
||||||
<!-- <param name="vad" value="both"/> -->
|
<!-- <param name="vad" value="both"/> -->
|
||||||
<!--<param name="alias" value="sip:10.0.1.251:5555"/>-->
|
<!--<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 -->
|
<!--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 -->
|
<!--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 -->
|
<!-- disable register and transfer which may be undesirable in a public switch -->
|
||||||
<!--<param name="disable-transfer" value="true"/>-->
|
<!--<param name="disable-transfer" value="true"/>-->
|
||||||
<!--<param name="disable-register" value="true"/>-->
|
<!--<param name="disable-register" value="true"/>-->
|
||||||
|
@ -83,7 +83,7 @@ static int freeswitch_kill_background()
|
|||||||
|
|
||||||
/* set the globals so we can use the global paths. */
|
/* set the globals so we can use the global paths. */
|
||||||
switch_core_set_globals();
|
switch_core_set_globals();
|
||||||
|
printf("WTF");
|
||||||
/* get the full path of the pid file. */
|
/* 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);
|
switch_snprintf(path, sizeof(path), "%s%s%s", SWITCH_GLOBAL_dirs.log_dir, SWITCH_PATH_SEPARATOR, pfile);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user