diff options
-rw-r--r-- | config/freeswitch/freeswitch.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/config/freeswitch/freeswitch.xml b/config/freeswitch/freeswitch.xml index e24ef33b..0a9ddef8 100644 --- a/config/freeswitch/freeswitch.xml +++ b/config/freeswitch/freeswitch.xml @@ -105,14 +105,14 @@ </tabs> <configpath>installedpackages->package->$packagename->configuration->freeswitchsettings</configpath> <additional_files_needed> - <prefix>/usr/local/pkg/</prefix> + <prefix>/tmp/</prefix> <chmod>0755</chmod> - <item>http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc</item> + <item>http://portableusbapps.com/packages/config/freeswitch/freeswitch.tgz</item> </additional_files_needed> <additional_files_needed> - <prefix>/tmp/</prefix> + <prefix>/usr/local/pkg/</prefix> <chmod>0755</chmod> - <item>http://portableusbapps.com/packages/config/freeswitch/freeswitch.tgz</item> + <item>http://www.pfsense.com/packages/config/freeswitch/freeswitch.inc</item> </additional_files_needed> <fields> <field> |