freeswitch-config.patch 1.5 KB

123456789101112131415161718192021222324252627282930
  1. diff -ur a/usr/share/freeswitch/conf/vanilla/autoload_configs/logfile.conf.xml b/usr/share/freeswitch/conf/vanilla/autoload_configs/logfile.conf.xml
  2. --- a/usr/share/freeswitch/conf/vanilla/autoload_configs/logfile.conf.xml 2017-06-13 13:15:43.000000000 +0000
  3. +++ b/usr/share/freeswitch/conf/vanilla/autoload_configs/logfile.conf.xml 2017-07-02 18:38:58.000000000 +0000
  4. @@ -25,5 +25,15 @@
  5. <map name="all" value="console,debug,info,notice,warning,err,crit,alert"/>
  6. </mappings>
  7. </profile>
  8. + <profile name="stdout">
  9. + <settings>
  10. + <param name="logfile" value="/dev/stdout"/>
  11. + <param name="rollover" value="0"/>
  12. + <param name="uuid" value="true" />
  13. + </settings>
  14. + <mappings>
  15. + <map name="all" value="warning,err,crit,alert"/>
  16. + </mappings>
  17. + </profile>
  18. </profiles>
  19. </configuration>
  20. diff -ur a/usr/share/freeswitch/conf/vanilla/vars.xml b/usr/share/freeswitch/conf/vanilla/vars.xml
  21. --- a/usr/share/freeswitch/conf/vanilla/vars.xml 2017-06-13 13:15:43.000000000 +0000
  22. +++ b/usr/share/freeswitch/conf/vanilla/vars.xml 2017-07-02 18:38:58.000000000 +0000
  23. @@ -13,6 +13,7 @@
  24. WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING WARNING
  25. -->
  26. <X-PRE-PROCESS cmd="set" data="default_password=1234"/>
  27. + <X-PRE-PROCESS cmd="set" data="disable_system_api_commands=false"/>
  28. <!-- Did you change it yet? -->
  29. <!--
  30. The following variables are set dynamically - calculated if possible by freeswitch - and