line endings
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9162 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
aee8661385
commit
572d58de7c
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<configuration name="ivr.conf" description="IVR menus">
|
<configuration name="ivr.conf" description="IVR menus">
|
||||||
<menus>
|
<menus>
|
||||||
<!-- demo IVR setup -->
|
<!-- demo IVR setup -->
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
|
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
|
||||||
<configuration name="openmrcp.conf" description="mod_openmrcp configuration">
|
<configuration name="openmrcp.conf" description="mod_openmrcp configuration">
|
||||||
<settings>
|
<settings>
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
|
<configuration name="xml_cdr.conf" description="XML CDR CURL logger">
|
||||||
<settings>
|
<settings>
|
||||||
<!-- the url to post to if blank web posting is disabled -->
|
<!-- the url to post to if blank web posting is disabled -->
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<include>
|
<include>
|
||||||
<language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">
|
<language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">
|
||||||
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
|
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml -->
|
||||||
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
<?xml version="1.0" encoding="Windows-1252"?>
|
||||||
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
||||||
<macro name="voicemail_enter_id">
|
<macro name="voicemail_enter_id">
|
||||||
<input pattern="(.*)">
|
<input pattern="(.*)">
|
||||||
|
|
Loading…
Reference in New Issue