[Astpp-commit] SF.net SVN: astpp:[2307] trunk/freeswitch/conf/freeswitch.xml
Brought to you by:
darrenkw
From: <dar...@us...> - 2010-02-20 07:03:43
|
Revision: 2307 http://astpp.svn.sourceforge.net/astpp/?rev=2307&view=rev Author: darrenkw Date: 2010-02-20 07:03:37 +0000 (Sat, 20 Feb 2010) Log Message: ----------- the freeswitch.xml we included was not only not needed but wrong. It's been removed. Removed Paths: ------------- trunk/freeswitch/conf/freeswitch.xml Deleted: trunk/freeswitch/conf/freeswitch.xml =================================================================== --- trunk/freeswitch/conf/freeswitch.xml 2010-02-20 07:01:16 UTC (rev 2306) +++ trunk/freeswitch/conf/freeswitch.xml 2010-02-20 07:03:37 UTC (rev 2307) @@ -1,43 +0,0 @@ -<?xml version="1.0"?> -<document type="freeswitch/xml"> - <!--#comment - All comments starting with #command will be preprocessed and never sent to the xml parser - Valid instructions: - #include ==> Include another file to this exact point - (partial xml should be encased in <include></include> tags) - #set ==> Set a global variable (can be expanded during preprocessing with $$ variables) - (note the double $$ which denotes preprocessor variables) - #comment ==> A general comment such as this - - The preprocessor will compile the full xml document to ${prefix}/log/freeswitch.xml.fsxml - Don't modify it while freeswitch is running cos it is mem mapped in most cases =D - - The same can be achieved with the <X-PRE-PROCESS> tag where the attrs 'cmd' and 'data' are - parsed in the same way. - --> - <!--#comment - vars.xml contains all the #set directives for the preprocessor. - --> - <X-PRE-PROCESS cmd="include" data="vars.xml"/> - - <section name="configuration" description="Various Configuration"> - <X-PRE-PROCESS cmd="include" data="autoload_configs/*.xml"/> - <X-PRE-PROCESS cmd="include" data="autoload_configs/xml_curl.conf.xml"/> - </section> - - <!-- mod_dingaling is reliant on the vcard data in the "directory" section. --> - <!-- mod_sofia is reliant on the user data for authorization --> - <section name="directory" description="User Directory"> - <X-PRE-PROCESS cmd="include" data="directory/*.xml"/> - </section> - - <!-- phrases section (under development still) --> - <section name="phrases" description="Speech Phrase Management"> - <macros> - <X-PRE-PROCESS cmd="include" data="lang/en/*.xml"/> - </macros> - </section> - -</document> - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |