Guest User

Untitled

a guest
May 23rd, 2018
80
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.89 KB | None | 0 0
  1. <?xml version="1.0"?>
  2. <document type="freeswitch/xml">
  3. <section name="configuration" description="Various Configuration">
  4. <configuration name="modules.conf" description="Modules">
  5. <modules>
  6. <load module="mod_console"/>
  7. <load module="mod_sofia"/>
  8. <load module="mod_loopback"/>
  9. <load module="mod_commands"/>
  10. <load module="mod_dptools"/>
  11. <load module="mod_dialplan_xml"/>
  12. <load module="mod_flite"/>
  13. </modules>
  14. </configuration>
  15.  
  16. <configuration name="console.conf" description="Console Logger">
  17. <mappings>
  18. <map name="all" value="console,debug,info,notice,warning,err,crit,alert"/>
  19. </mappings>
  20. <settings>
  21. <param name="colorize" value="true"/>
  22. <param name="loglevel" value="info"/>
  23. </settings>
  24. </configuration>
  25.  
  26. <configuration name="sofia.conf" description="sofia Endpoint">
  27. <global_settings>
  28. <param name="log-level" value="0"/>
  29. <param name="debug-presence" value="0"/>
  30. </global_settings>
  31.  
  32. <profiles>
  33. <X-PRE-PROCESS cmd="include" data="default_profile.xml"/>
  34. </profiles>
  35. </configuration>
  36. </section>
  37.  
  38. <section name="dialplan" description="Regex/XML Dialplan">
  39. <X-PRE-PROCESS cmd="include" data="default_dialplan.xml"/>
  40. </section>
  41. </document>
Add Comment
Please, Sign In to add comment