forked from Mirrors/freeswitch
voicemail tweaks
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@15666 d0543943-73ff-0310-b7d9-9358b9ac24b2
This commit is contained in:
parent
f437edd3c2
commit
98182adebd
121
conf/lang/ru/dir/sounds.xml
Normal file
121
conf/lang/ru/dir/sounds.xml
Normal file
@ -0,0 +1,121 @@
|
|||||||
|
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
||||||
|
<macro name="directory_intro">
|
||||||
|
<input pattern="^(last_name)" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-enter-person.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-last_name.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(first_name)" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-enter-person.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-first_name.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(last_name):([0-9#*])$" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-to_search_by.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-first_name.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(first_name):([0-9#*])$" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-to_search_by.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-last_name.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_min_search_digits">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-specify_mininum_first.wav"/>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
||||||
|
<action function="play-file" data="directory/dir-letters_of_person_name.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_count">
|
||||||
|
<input pattern="^0$" break_on_match="true">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-no_match_entry.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
||||||
|
<action function="play-file" data="directory/dir-result_match.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_count_too_large">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-to_many_result.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_last">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-no_more_result.wav"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_item">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-result_number.wav"/>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_at">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-at_extension.wav"/>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_menu">
|
||||||
|
<input pattern="^([0-9#*]),([0-9#*]),([0-9#*]),([0-9#*])$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="directory/dir-to_select_entry.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="directory/dir-for_next.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="directory/dir-for_prev.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="directory/dir-to_make_new_search.wav"/>
|
||||||
|
<action function="play-file" data="directory/dir-press.wav"/>
|
||||||
|
<action function="say" data="$4" method="pronounced" type="name_spelled"/>
|
||||||
|
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_say_name">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
</include><!--This line will be ignored it's here to validate the xml and is optional -->
|
96
conf/lang/ru/dir/tts.xml
Normal file
96
conf/lang/ru/dir/tts.xml
Normal file
@ -0,0 +1,96 @@
|
|||||||
|
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
||||||
|
|
||||||
|
<macro name="directory_intro">
|
||||||
|
<input pattern="^(last_name)" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="Please enter the first few digit of the person last name"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(first_name)" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="Please enter the first few digit of the person first name"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(last_name):([0-9#*])$" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="to search by first name, press $2"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(first_name):([0-9#*])$" break_on_match="false">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="to search by last name, press $2"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_min_search_digits">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="You need to specify a minimum the first $1 letters of the person name, try again."/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_count">
|
||||||
|
<input pattern="^0$" break_on_match="true">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="Your search match no user on this system, try again."/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="$1 result match your search"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_count_too_large">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="Your search returned too many result, please try again"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_last">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="No more result"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_item">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="Result number $1"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_menu">
|
||||||
|
<input pattern="^([0-9#*]),([0-9#*]),([0-9#*]),([0-9#*])$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="To select this entry press $1, for the next entry press $2, for the previous entry press $3, to make a new search press $4"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
<macro name="directory_result_at">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="at extension $1"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
<macro name="directory_result_say_name">
|
||||||
|
<input pattern="^(.*)$">
|
||||||
|
<match>
|
||||||
|
<action function="speak-text" data="$1"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
|
</macro>
|
||||||
|
|
||||||
|
</include><!--This line will be ignored it's here to validate the xml and is optional -->
|
@ -57,7 +57,7 @@
|
|||||||
<action function="say" data="$1" method="pronounced" type="MESSAGES"/>
|
<action function="say" data="$1" method="pronounced" type="MESSAGES"/>
|
||||||
<action function="play-file" data="voicemail/vm-$2.wav"/>
|
<action function="play-file" data="voicemail/vm-$2.wav"/>
|
||||||
<action function="play-file" data="voicemail/vm-message.wav"/>
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
||||||
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
<!-- <action function="play-file" data="voicemail/vm-in_folder.wav"/>-->
|
||||||
</match>
|
</match>
|
||||||
</input>
|
</input>
|
||||||
<!-- от 10 до 19 и ноль --> <!-- от 5до 9 и больше 20-ти 25-29 -->
|
<!-- от 10 до 19 и ноль --> <!-- от 5до 9 и больше 20-ти 25-29 -->
|
||||||
@ -67,7 +67,7 @@
|
|||||||
<action function="say" data="$1" method="pronounced" type="MESSAGES"/>
|
<action function="say" data="$1" method="pronounced" type="MESSAGES"/>
|
||||||
<action function="play-file" data="voicemail/vm-$2x.wav"/>
|
<action function="play-file" data="voicemail/vm-$2x.wav"/>
|
||||||
<action function="play-file" data="voicemail/vm-messagex.wav"/>
|
<action function="play-file" data="voicemail/vm-messagex.wav"/>
|
||||||
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
<!-- <action function="play-file" data="voicemail/vm-in_folder.wav"/>-->
|
||||||
</match>
|
</match>
|
||||||
</input>
|
</input>
|
||||||
<input pattern="^(\d+[0,2-9][2-4]|[2-9][2-4]|[2-4]):(.*)$">
|
<input pattern="^(\d+[0,2-9][2-4]|[2-9][2-4]|[2-4]):(.*)$">
|
||||||
@ -193,7 +193,7 @@
|
|||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="voicemail_listen_file_check">
|
<macro name="voicemail_listen_file_check">
|
||||||
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):(.*)$">
|
||||||
<match>
|
<match>
|
||||||
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/>
|
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/>
|
||||||
<action function="play-file" data="voicemail/vm-press.wav"/>
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
@ -215,6 +215,25 @@
|
|||||||
<action function="say" data="$6" method="pronounced" type="name_spelled"/>
|
<action function="say" data="$6" method="pronounced" type="name_spelled"/>
|
||||||
</match>
|
</match>
|
||||||
</input>
|
</input>
|
||||||
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
|
||||||
|
<match>
|
||||||
|
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-save_recording.wav"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-delete_recording.wav"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-return_call.wav"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
|
<action function="say" data="$5" method="pronounced" type="name_spelled"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-to_forward.wav"/>
|
||||||
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
||||||
|
<action function="say" data="$6" method="pronounced" type="name_spelled"/>
|
||||||
|
</match>
|
||||||
|
</input>
|
||||||
</macro>
|
</macro>
|
||||||
|
|
||||||
<macro name="voicemail_choose_greeting">
|
<macro name="voicemail_choose_greeting">
|
||||||
|
Loading…
Reference in New Issue
Block a user