mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-02-05 02:34:18 +00:00
[apr] Backport APR_RING_FOREACH and APR_RING_FOREACH_SAFE macros to APR for unimrcp compatibility. [unimrcp] configure.gnu - need full path, not relative path for library paths [unimrcp] added uni_revision.h - couldn't get it to autogenerate from build [mod_unimrcp] add better logging and error checking on module load. Currently dumps core on MRCPv1 TTS attempt [mod_unimrcp] don't configure MRCPv1 session with a connection agent- causes crash
27 lines
774 B
XML
27 lines
774 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!-- Directories Layout
|
|
|
|
The root element of the document is <dirlayout>, which accepts an optional
|
|
attribute rootdir. The rootdir attribute defaults to "../" and can be specified
|
|
as an absolute or relative path. For instance,
|
|
|
|
<dirlayout rootdir="../">
|
|
<dirlayout rootdir="C:\unimrcp">
|
|
<dirlayout rootdir="/usr/local/unimrcp">
|
|
|
|
Each subdirectory can be specified as an absolute path or a name relative to
|
|
the rootdir path. For instance,
|
|
|
|
<confdir>conf</confdir>
|
|
<confdir>C:\unimrcp\conf</confdir>
|
|
<confdir>/etc/conf</confdir>
|
|
-->
|
|
|
|
<dirlayout>
|
|
<confdir>conf</confdir>
|
|
<plugindir>plugin</plugindir>
|
|
<logdir>log</logdir>
|
|
<datadir>data</datadir>
|
|
<vardir>var</vardir>
|
|
</dirlayout>
|