2007-10-16 17:06:14 +00:00
|
|
|
<include><!--This line will be ignored it's here to validate the xml and is optional -->
|
|
|
|
<macro name="voicemail_enter_id">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-enter_id.wav"/>
|
2007-12-15 18:33:59 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_enter_pass">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-enter_pass.wav"/>
|
2007-12-15 18:33:59 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_fail_auth">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-fail_auth.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_hello">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-hello.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_goodbye">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-goodbye.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_abort">
|
|
|
|
<input pattern="(.*)">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-abort.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_message_count">
|
2008-04-23 18:46:11 +00:00
|
|
|
<input pattern="^(1):(.*)$">
|
2007-10-17 21:36:51 +00:00
|
|
|
<match>
|
|
|
|
<action function="play-file" data="voicemail/vm-you_have.wav"/>
|
2008-04-23 18:46:11 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-$2.wav"/>
|
2007-10-17 21:36:51 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
2007-10-17 21:38:00 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
2007-10-17 21:36:51 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
<input pattern="^([0,2-9]+):(.*)$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-you_have.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
2007-12-13 16:08:04 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-$2.wav"/>
|
2007-10-17 21:36:51 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-messages.wav"/>
|
2007-10-17 21:38:00 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-in_folder.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_menu">
|
|
|
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-listen_new.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-listen_saved.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-advanced.wav"/>
|
2007-12-15 21:24:30 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="say" data="$4" method="pronounced" type="name_phonetic"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-to_exit.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
|
|
|
|
<macro name="voicemail_config_menu">
|
|
|
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2008-01-26 19:49:17 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-to_record_greeting.wav"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-choose_greeting.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-record_name2.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$4" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-main_menu.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
|
|
|
|
<macro name="voicemail_record_name">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-record_name1.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_record_file_check">
|
|
|
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-save_recording.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-rerecord.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_record_urgent_check">
|
|
|
|
<input pattern="^([0-9#*]):([0-9#*])$">
|
|
|
|
<match>
|
2008-01-09 19:40:43 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-mark-urgent.wav"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:23:36 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-continue.wav"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_listen_file_check">
|
2007-12-13 19:07:07 +00:00
|
|
|
<input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-listen_to_recording.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-save_recording.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-delete_recording.wav"/>
|
2007-10-20 01:47:29 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
<action function="say" data="$3" method="pronounced" type="name_spelled"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-forward_to_email.wav"/>
|
2007-10-20 01:47:29 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$4" method="pronounced" type="name_spelled"/>
|
2007-10-20 01:47:29 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-return_call.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-press.wav"/>
|
|
|
|
<action function="say" data="$5" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_choose_greeting">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2008-01-26 19:49:17 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-choose_greeting_choose.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_choose_greeting_fail">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-choose_greeting_fail.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_record_greeting">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-record_greeting.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_record_message">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-record_message.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_greeting_selected">
|
2007-12-15 18:48:06 +00:00
|
|
|
<input pattern="^(\d+)$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-greeting.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-selected.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_play_greeting">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:09:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2008-04-07 16:04:52 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-not_available.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_say_number">
|
2007-12-15 18:48:06 +00:00
|
|
|
<input pattern="^(\d+)$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
|
|
|
<action function="say" data="$1" method="pronounced" type="items"/>
|
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_say_message_number">
|
2007-12-15 18:48:06 +00:00
|
|
|
<input pattern="^([a-z]+):(\d+)$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-message_number.wav"/>
|
2007-10-16 20:20:01 +00:00
|
|
|
<action function="say" data="$2" method="pronounced" type="items"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_say_phone_number">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-25 19:55:57 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_say_name">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="name_spelled"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
2007-12-13 19:07:07 +00:00
|
|
|
<!-- Note: Update this to marked-urgent,emailed and saved once new sound files are recorded -->
|
|
|
|
<macro name="voicemail_ack">
|
|
|
|
<input pattern="^(deleted)$">
|
|
|
|
<match>
|
|
|
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
<input pattern="^(saved)$">
|
2007-10-16 17:06:14 +00:00
|
|
|
<match>
|
2007-10-16 20:01:18 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
|
|
|
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
2007-12-13 19:07:07 +00:00
|
|
|
<input pattern="^(emailed)$">
|
|
|
|
<match>
|
|
|
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
2008-01-09 19:40:43 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
<input pattern="^(marked-urgent)$">
|
|
|
|
<match>
|
|
|
|
<action function="play-file" data="voicemail/vm-message.wav"/>
|
2008-01-09 19:40:43 +00:00
|
|
|
<action function="play-file" data="voicemail/vm-$1.wav"/>
|
2007-12-13 19:07:07 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
2007-10-16 17:06:14 +00:00
|
|
|
</macro>
|
|
|
|
|
|
|
|
<macro name="voicemail_say_date">
|
|
|
|
<input pattern="^(.*)$">
|
|
|
|
<match>
|
2007-12-13 19:07:07 +00:00
|
|
|
<action function="say" data="$1" method="pronounced" type="current_date_time"/>
|
2007-10-16 17:06:14 +00:00
|
|
|
</match>
|
|
|
|
</input>
|
|
|
|
</macro>
|
|
|
|
|
|
|
|
</include><!--This line will be ignored it's here to validate the xml and is optional -->
|