updated to FS git HEAD 5e3a6fc5e6f40be5d68c8b3cfbbfa3227fe06c2f
[packages.git] / net / freeswitch / files / etc.packages / say-ru / lang / ru / vm / tts.xml
1 <include>
2
3   <macro name="voicemail_enter_id">
4     <input pattern="(.*)">
5       <match>
6         <action function="speak-text" data="please enter your i d, followed by $1."/>
7       </match>
8     </input>
9   </macro>
10
11   <macro name="voicemail_enter_pass">
12     <input pattern="(.*)">
13       <match>
14         <action function="speak-text" data="please enter your password, followed by $1."/>
15       </match>
16     </input>
17   </macro>
18
19   <macro name="voicemail_fail_auth">
20     <input pattern="(.*)">
21       <match>
22         <action function="speak-text" data="login incorrect."/>
23       </match>
24     </input>
25   </macro>
26
27   <macro name="voicemail_hello">
28     <input pattern="(.*)">
29       <match>
30         <action function="speak-text" data="welcome to your voicemail."/>
31       </match>
32     </input>
33   </macro>
34
35   <macro name="voicemail_goodbye">
36     <input pattern="(.*)">
37       <match>
38         <action function="speak-text" data="goodbye."/>
39       </match>
40     </input>
41   </macro>
42
43   <macro name="voicemail_abort">
44     <input pattern="(.*)">
45       <match>
46         <action function="speak-text" data="too many failed attempts."/>
47       </match>
48     </input>
49   </macro>
50
51   <macro name="voicemail_message_count">
52     <input pattern="^1:(.*)$" break_on_match="true">
53       <match>
54         <action function="speak-text" data="you have 1 $1 message in folder ${voicemail_current_folder}."/>
55       </match>
56     </input>
57     <input pattern="^(\d+):(.*)$">
58       <match>
59         <action function="speak-text" data="you have $1 $2 messages in folder ${voicemail_current_folder}."/>
60       </match>
61     </input>
62   </macro>
63
64   <macro name="voicemail_menu">
65     <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
66       <match>
67         <action function="speak-text"
68                 data="To listen to new messages, press $1, To listen to saved messages, press $2, For advanced options, press $3, to exit, press $4."/>
69       </match>
70     </input>
71   </macro>
72
73   <macro name="voicemail_config_menu">
74     <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
75       <match>
76         <action function="speak-text"
77                 data="To record a greeting, press $1, To choose a greeting, press $2, To record your name, press $3, to change your password, press $5, to return to the main menu, press $5."/>
78       </match>
79     </input>
80   </macro>
81
82   <macro name="voicemail_record_name">
83     <input pattern="^(.*)$">
84       <match>
85         <action function="speak-text" data="at the tone, please record your name, press any key or stop talking to end the recording."/>
86
87       </match>
88     </input>
89   </macro>
90
91   <macro name="voicemail_record_file_check">
92     <input pattern="^([0-9#*]):([0-9#*]):([0-9#*])$">
93       <match>
94         <action function="speak-text"
95                 data="To listen to the recording, press $1, To save the recording, press $2, To re record, press $3."/>
96       </match>
97     </input>
98   </macro>
99
100   <macro name="voicemail_record_urgent_check">
101     <input pattern="^([0-9#*]):([0-9#*])$">
102       <match>
103         <action function="speak-text"
104                 data="To mark this message urgent, press $1, To continue, press $2."/>
105       </match>
106     </input>
107   </macro>
108
109   <macro name="voicemail_invalid_extension">
110     <input pattern="^([0-9#*])$">
111       <match>
112         <action function="speak-text" data="$1 is not a valid extension."/>
113       </match>
114     </input>
115   </macro>
116
117   <macro name="voicemail_forward_message_enter_extension">
118     <input pattern="^([0-9#*])$">
119       <match>
120         <action function="speak-text" data="enter the extension you wish to forward to, then press $1"/>
121       </match>
122     </input>
123   </macro>
124
125   <macro name="voicemail_forward_prepend">
126     <input pattern="^([0-9#*])$">
127       <match>
128         <action function="speak-text" data="To record an announcement, press $1."/>
129       </match>
130     </input>
131   </macro>
132
133   <macro name="voicemail_listen_file_check">
134     <input pattern="^([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*]):([0-9#*])$">
135       <match>
136         <action function="speak-text"
137                 data="To listen to the recording again, press $1, To save the recording, press $2,  To delete the recording, press $3, to forward the recording to your email, press $4, to call the caller now, press $5, To forward this message to another extension, press $6."/>
138       </match>
139     </input>
140   </macro>
141
142   <macro name="voicemail_choose_greeting">
143     <input pattern="^(.*)$">
144       <match>
145         <action function="speak-text" data="choose a greeting between 1 and 3."/>
146       </match>
147     </input>
148   </macro>
149
150   <macro name="voicemail_choose_greeting_fail">
151     <input pattern="^(.*)$">
152       <match>
153         <action function="speak-text" data="invalid value."/>
154       </match>
155     </input>
156   </macro>
157
158   <macro name="voicemail_record_greeting">
159     <input pattern="^(.*)$">
160       <match>
161         <action function="speak-text" data="record your greeting at the tone, press any key or stop talking to end the recording."/>
162       </match>
163     </input>
164   </macro>
165
166   <macro name="voicemail_record_message">
167     <input pattern="^(.*)$">
168       <match>
169         <action function="speak-text" data="record your message at the tone, press any key or stop talking to end the recording."/>
170       </match>
171     </input>
172   </macro>
173
174   <macro name="voicemail_greeting_selected">
175     <input pattern="^(.*)$">
176       <match>
177         <action function="speak-text" data="greeting $1 selected."/>
178       </match>
179     </input>
180   </macro>
181
182   <macro name="voicemail_play_greeting">
183     <input pattern="^(.*)$">
184       <match>
185         <action function="speak-text" data="$1 is not available."/>
186       </match>
187     </input>
188   </macro>
189
190   <macro name="voicemail_say_number">
191     <input pattern="^(.*)$">
192       <match>
193         <action function="speak-text" data="$1"/>
194       </match>
195     </input>
196   </macro>
197
198   <macro name="voicemail_say_message_number">
199     <input pattern="^([a-z]+):(.*)$">
200       <match>
201         <action function="speak-text" data="$1 message number $2."/>
202       </match>
203     </input>
204   </macro>
205
206   <macro name="voicemail_say_phone_number">
207     <input pattern="^(.*)$">
208       <match>
209         <action function="speak-text" data="$1."/>
210       </match>
211     </input>
212   </macro>
213
214   <macro name="voicemail_say_name">
215     <input pattern="^(.*)$">
216       <match>
217         <action function="speak-text" data="$1."/>
218       </match>
219     </input>
220   </macro>
221
222   <macro name="voicemail_ack">
223     <input pattern="^(.*)$">
224       <match>
225         <action function="speak-text" data="message $1"/>
226       </match>
227     </input>
228   </macro>
229
230   <macro name="voicemail_say_date">
231     <input pattern="^(.*)$">
232       <match>
233         <action function="speak-text" data="${strftime($1|%A, %B %d %Y, %I:%M %p)}"/>
234       </match>
235     </input>
236   </macro>
237
238 </include>
239 <!--
240 For Emacs:
241 Local Variables:
242 mode:xml
243 indent-tabs-mode:nil
244 tab-width:2
245 c-basic-offset:2
246 End:
247 For VIM:
248 vim:set softtabstop=2 shiftwidth=2 tabstop=2 expandtab:
249 -->