aboutsummaryrefslogtreecommitdiffstats
path: root/config/freeswitch_dev/v_config.inc
diff options
context:
space:
mode:
authormcrane <mctch@yahoo.com>2009-08-06 15:10:13 -0600
committermcrane <mctch@yahoo.com>2009-08-06 15:10:13 -0600
commit7339884165a21be6ccdbbb6e512e51fea6d009dd (patch)
tree78a960247d7916c6e88b2807aaca772e7e220847 /config/freeswitch_dev/v_config.inc
parentb46bae5870633b17dc7b8d010dce33a950ce9a58 (diff)
downloadpfsense-packages-7339884165a21be6ccdbbb6e512e51fea6d009dd.tar.gz
pfsense-packages-7339884165a21be6ccdbbb6e512e51fea6d009dd.tar.bz2
pfsense-packages-7339884165a21be6ccdbbb6e512e51fea6d009dd.zip
FreeSWITCH dev package fix xmlrpc settings for the Settings tab.
Diffstat (limited to 'config/freeswitch_dev/v_config.inc')
-rw-r--r--config/freeswitch_dev/v_config.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/config/freeswitch_dev/v_config.inc b/config/freeswitch_dev/v_config.inc
index 32cddd2e..fd051ac9 100644
--- a/config/freeswitch_dev/v_config.inc
+++ b/config/freeswitch_dev/v_config.inc
@@ -457,7 +457,7 @@ function sync_package_v_settings()
unset($tmpxml, $event_socket_password);
fclose($fout);
- $fout = fopen("/usr/local/freeswitch/conf/autoload_configs/xml_rpc.conf","w");
+ $fout = fopen("/usr/local/freeswitch/conf/autoload_configs/xml_rpc.conf.xml","w");
$tmpxml = "<configuration name=\"xml_rpc.conf\" description=\"XML RPC\">\n";
$tmpxml .= " <settings>\n";
$tmpxml .= " <!-- The port where you want to run the http service (default 8080) -->\n";