提交 572d58de authored 作者: Michael Jerris's avatar Michael Jerris

line endings

git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@9162 d0543943-73ff-0310-b7d9-9358b9ac24b2
上级 aee86613
<configuration name="ivr.conf" description="IVR menus"> <?xml version="1.0" encoding="Windows-1252"?>
<menus> <configuration name="ivr.conf" description="IVR menus">
<!-- demo IVR setup --> <menus>
<!-- demo IVR, Main Menu --> <!-- demo IVR setup -->
<menu name="demo_ivr" <!-- demo IVR, Main Menu -->
greet-long="phrase:demo_ivr_main_menu" <menu name="demo_ivr"
greet-short="phrase:demo_ivr_main_menu_short" greet-long="phrase:demo_ivr_main_menu"
invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav" greet-short="phrase:demo_ivr_main_menu_short"
exit-sound="voicemail/vm-goodbye.wav" invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
timeout ="10000" exit-sound="voicemail/vm-goodbye.wav"
inter-digit-timeout="2000" timeout ="10000"
max-failures="3" inter-digit-timeout="2000"
digit-len="4"> max-failures="3"
<entry action="menu-exec-app" digits="1" param="bridge sofia/$${domain}/888@conference.freeswitch.org"/> digit-len="4">
<entry action="menu-exec-app" digits="2" param="transfer 9996 XML default"/> <!-- FS echo --> <entry action="menu-exec-app" digits="1" param="bridge sofia/$${domain}/888@conference.freeswitch.org"/>
<entry action="menu-exec-app" digits="3" param="transfer 9999 XML default"/> <!-- MOH --> <entry action="menu-exec-app" digits="2" param="transfer 9996 XML default"/> <!-- FS echo -->
<entry action="menu-sub" digits="4" param="demo_ivr_submenu"/> <!-- demo sub menu --> <entry action="menu-exec-app" digits="3" param="transfer 9999 XML default"/> <!-- MOH -->
<entry action="menu-exec-app" digits="5" param="transfer 1234*256 enum"/> <!-- Screaming monkeys --> <entry action="menu-sub" digits="4" param="demo_ivr_submenu"/> <!-- demo sub menu -->
<entry action="menu-exec-app" digits="/^(10[01][0-9])$/" param="transfer $1 XML default"/> <entry action="menu-exec-app" digits="5" param="transfer 1234*256 enum"/> <!-- Screaming monkeys -->
<entry action="menu-top" digits="9"/> <!-- Repeat this menu --> <entry action="menu-exec-app" digits="/^(10[01][0-9])$/" param="transfer $1 XML default"/>
</menu> <entry action="menu-top" digits="9"/> <!-- Repeat this menu -->
<!-- Demo IVR, Sub Menu --> </menu>
<menu name="demo_ivr_submenu" <!-- Demo IVR, Sub Menu -->
greet-long="phrase:demo_ivr_sub_menu" <menu name="demo_ivr_submenu"
greet-short="phrase:demo_ivr_sub_menu_short" greet-long="phrase:demo_ivr_sub_menu"
invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav" greet-short="phrase:demo_ivr_sub_menu_short"
exit-sound="voicemail/vm-goodbye.wav" invalid-sound="ivr/ivr-that_was_an_invalid_entry.wav"
timeout="15000" exit-sound="voicemail/vm-goodbye.wav"
max-failures="3"> timeout="15000"
<entry action="menu-top" digits="*"/> max-failures="3">
</menu> <entry action="menu-top" digits="*"/>
</menu>
</menus>
</menus>
</configuration>
</configuration>
<!-- TTS sample; non-functional but it demonstrates say: and TTS -->
<!-- <!-- TTS sample; non-functional but it demonstrates say: and TTS -->
<menu name="demo3" <!--
greet-long="say:Press 1 to join the conference, Press 2 to join the other conference" <menu name="demo3"
greet-short="say:Press 1 to join the conference, Press 2 to join the other conference" greet-long="say:Press 1 to join the conference, Press 2 to join the other conference"
invalid-sound="say:invalid extension" greet-short="say:Press 1 to join the conference, Press 2 to join the other conference"
exit-sound="say:exit sound" invalid-sound="say:invalid extension"
timeout ="15000" exit-sound="say:exit sound"
max-failures="3"> timeout ="15000"
<entry action="menu-exit" digits="*"/> max-failures="3">
<entry action="menu-playback" digits="1" param="say:You pressed 1"/> <entry action="menu-exit" digits="*"/>
<entry action="menu-call-transfer" digits="2" param= <entry action="menu-playback" digits="1" param="say:You pressed 1"/>
<entry action="menu-call-transfer" digits="2" param=
"1000"/>
<entry action="menu-call-transfer" digits="3" param="1001"/> "1000"/>
</menu> <entry action="menu-call-transfer" digits="3" param="1001"/>
--> </menu>
-->
<!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration --> <?xml version="1.0" encoding="Windows-1252"?>
<configuration name="openmrcp.conf" description="mod_openmrcp configuration"> <!-- http://wiki.freeswitch.org/wiki/Mod_openmrcp#Configuration -->
<settings> <configuration name="openmrcp.conf" description="mod_openmrcp configuration">
<param name="asr_default_profile" value="openmrcp-v2"/> <settings>
<param name="tts_default_profile" value="openmrcp-v2"/> <param name="asr_default_profile" value="openmrcp-v2"/>
</settings> <param name="tts_default_profile" value="openmrcp-v2"/>
<profiles> </settings>
<X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/> <profiles>
</profiles> <X-PRE-PROCESS cmd="include" data="../mrcp_profiles/*.xml"/>
</configuration> </profiles>
</configuration>
<configuration name="xml_cdr.conf" description="XML CDR CURL logger"> <?xml version="1.0" encoding="Windows-1252"?>
<settings> <configuration name="xml_cdr.conf" description="XML CDR CURL logger">
<!-- the url to post to if blank web posting is disabled --> <settings>
<!-- <param name="url" value="http://localhost/cdr_curl/post.php"/> --> <!-- the url to post to if blank web posting is disabled -->
<!-- <param name="url" value="http://localhost/cdr_curl/post.php"/> -->
<!-- optional: credentials to send to web server -->
<!-- <param name="cred" value="user:pass"/> --> <!-- optional: credentials to send to web server -->
<!-- <param name="cred" value="user:pass"/> -->
<!-- the total number of retries (not counting the first 'try') to post to webserver incase of failure -->
<!-- <param name="retries" value="2"/> --> <!-- the total number of retries (not counting the first 'try') to post to webserver incase of failure -->
<!-- <param name="retries" value="2"/> -->
<!-- delay between retries in seconds, default is 5 seconds -->
<!-- <param name="delay" value="1"/> --> <!-- delay between retries in seconds, default is 5 seconds -->
<!-- <param name="delay" value="1"/> -->
<!-- optional: if not present we do not log every record to disk -->
<!-- either an absolute path, a relative path assuming ${prefix}/logs or a blank value will default to ${prefix}/logs/xml_cdr --> <!-- optional: if not present we do not log every record to disk -->
<param name="log-dir" value=""/> <!-- either an absolute path, a relative path assuming ${prefix}/logs or a blank value will default to ${prefix}/logs/xml_cdr -->
<param name="log-dir" value=""/>
<!-- optional: if not present we do log the b leg -->
<!-- true or false if we should create a cdr for the b leg of a call--> <!-- optional: if not present we do log the b leg -->
<param name="log-b-leg" value="false"/> <!-- true or false if we should create a cdr for the b leg of a call-->
<param name="log-b-leg" value="false"/>
<!-- encode the post data may be 'true' for url encoding, 'false' for no encoding or 'base64' for base64 encoding -->
<param name="encode" value="true"/> <!-- encode the post data may be 'true' for url encoding, 'false' for no encoding or 'base64' for base64 encoding -->
<param name="encode" value="true"/>
<!-- optional: set to true to disable Expect: 100-continue lighttpd requires this setting -->
<!--<param name="disable-100-continue" value="true"/>--> <!-- optional: set to true to disable Expect: 100-continue lighttpd requires this setting -->
<!--<param name="disable-100-continue" value="true"/>-->
<!-- optional: full path to the error log dir for failed web posts if not specified its the same as log-dir -->
<!-- either an absolute path, a relative path assuming ${prefix}/logs or a blank or omitted value will default to ${prefix}/logs/xml_cdr --> <!-- optional: full path to the error log dir for failed web posts if not specified its the same as log-dir -->
<!-- <param name="err-log-dir" value="/tmp"/> --> <!-- either an absolute path, a relative path assuming ${prefix}/logs or a blank or omitted value will default to ${prefix}/logs/xml_cdr -->
<!-- <param name="err-log-dir" value="/tmp"/> -->
<!-- optional: if enabled this will disable CA root certificate checks by libcurl -->
<!-- note: default value is disabled. only enable if you want this! --> <!-- optional: if enabled this will disable CA root certificate checks by libcurl -->
<!-- <param name="ignore-cacert-check" value="true" /> --> <!-- note: default value is disabled. only enable if you want this! -->
<!-- <param name="ignore-cacert-check" value="true" /> -->
</settings>
</configuration> </settings>
</configuration>
<include> <?xml version="1.0" encoding="Windows-1252"?>
<language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie"> <include>
<X-PRE-PROCESS cmd="include" data="demo/*.xml"/> <!-- Note: this now grabs whole subdir, previously grabbed only demo.xml --> <language name="en" sound-path="$${base_dir}/sounds/en/us/callie" tts-engine="cepstral" tts-voice="callie">
<!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too --> <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="vm/sounds.xml"/> <!--voicemail_en_tts is purely implemented with tts, we need a files based implementation too -->
</language> <X-PRE-PROCESS cmd="include" data="vm/sounds.xml"/>
</include> </language>
</include>
差异被折叠。
Markdown 格式
0%
您添加了 0 到此讨论。请谨慎行事。
请先完成此评论的编辑!
注册 或者 后发表评论