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