-
Notifications
You must be signed in to change notification settings - Fork 1
/
phrases_en.xml
1287 lines (1287 loc) · 90.7 KB
/
phrases_en.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
961
962
963
964
965
966
967
968
969
970
971
972
973
974
975
976
977
978
979
980
981
982
983
984
985
986
987
988
989
990
991
992
993
994
995
996
997
998
999
1000
<language>
<en>
<ascii>
<prompt phrase="Space" filename="32.wav"/>
<prompt phrase="Pound" filename="35.wav"/>
<prompt phrase="Star" filename="42.wav"/>
<prompt phrase="Dot" filename="46.wav"/>
<prompt phrase="Hyphen" filename="45.wav"/>
<prompt phrase="Exclamation point" filename="33.wav"/>
<prompt phrase="At" filename="64.wav"/>
<prompt phrase="Dollar sign" filename="36.wav"/>
<prompt phrase="Percent" filename="37.wav"/>
<prompt phrase="Ampersand" filename="38.wav"/>
<prompt phrase="Double quote" filename="34.wav"/>
<prompt phrase="Single quote" filename="39.wav"/>
<prompt phrase="Forward slash" filename="47.wav"/>
<prompt phrase="Underscore" filename="95.wav"/>
<prompt phrase="Backslash" filename="92.wav"/>
<prompt phrase="Tilde" filename="126.wav"/>
<prompt phrase="Equal sign" filename="61.wav"/>
<prompt phrase="Colon" filename="58.wav"/>
<prompt phrase="Semicolon" filename="59.wav"/>
<prompt phrase="Caret" filename="94.wav"/>
<prompt phrase="Pipe" filename="124.wav"/>
<prompt phrase="Plus." filename="43.wav"/>
<prompt phrase="Open parenthesis." filename="40.wav"/>
<prompt phrase="Close parenthesis." filename="41.wav"/>
<prompt phrase="Open curly bracket." filename="123.wav"/>
<prompt phrase="Close curly bracket." filename="125.wav"/>
<prompt phrase="Open square bracket." filename="91.wav"/>
<prompt phrase="Close square bracket." filename="93.wav"/>
<prompt phrase="Comma." filename="44.wav"/>
<prompt phrase="Backtick." filename="96.wav"/>
<prompt phrase="Less than sign." filename="60.wav"/>
<prompt phrase="Greater than sign." filename="62.wav"/>
<prompt phrase="A" filename="97.wav"/>
<prompt phrase="B" filename="98.wav"/>
<prompt phrase="C" filename="99.wav"/>
<prompt phrase="D" filename="100.wav"/>
<prompt phrase="E" filename="101.wav"/>
<prompt phrase="F" filename="102.wav"/>
<prompt phrase="G" filename="103.wav"/>
<prompt phrase="H" filename="104.wav"/>
<prompt phrase="I" filename="105.wav"/>
<prompt phrase="J" filename="106.wav"/>
<prompt phrase="K" filename="107.wav"/>
<prompt phrase="L" filename="108.wav"/>
<prompt phrase="M" filename="109.wav"/>
<prompt phrase="N" filename="110.wav"/>
<prompt phrase="O" filename="111.wav"/>
<prompt phrase="P" filename="112.wav"/>
<prompt phrase="Q" filename="113.wav"/>
<prompt phrase="R" filename="114.wav"/>
<prompt phrase="S" filename="115.wav"/>
<prompt phrase="T" filename="116.wav"/>
<prompt phrase="U" filename="117.wav"/>
<prompt phrase="V" filename="118.wav"/>
<prompt phrase="W" filename="119.wav"/>
<prompt phrase="X" filename="120.wav"/>
<prompt phrase="Y" filename="121.wav"/>
<prompt phrase="Z" filename="122.wav"/>
</ascii>
<phonetic-ascii>
<prompt phrase="Space" filename="32.wav"/>
<prompt phrase="Dot" filename="46.wav"/>
<prompt phrase="Alpha" filename="97.wav"/>
<prompt phrase="Bravo" filename="98.wav"/>
<prompt phrase="Charlie" filename="99.wav"/>
<prompt phrase="Delta" filename="100.wav"/>
<prompt phrase="Echo" filename="101.wav"/>
<prompt phrase="Foxtrot" filename="102.wav"/>
<prompt phrase="Golf" filename="103.wav"/>
<prompt phrase="Hotel" filename="104.wav"/>
<prompt phrase="India" filename="105.wav"/>
<prompt phrase="Juliet" filename="106.wav"/>
<prompt phrase="Kilo" filename="107.wav"/>
<prompt phrase="Lima" filename="108.wav"/>
<prompt phrase="Mike" filename="109.wav"/>
<prompt phrase="November" filename="110.wav"/>
<prompt phrase="Oscar" filename="111.wav"/>
<prompt phrase="Papa" filename="112.wav"/>
<prompt phrase="Quebec" filename="113.wav"/>
<prompt phrase="Romeo" filename="114.wav"/>
<prompt phrase="Sierra" filename="115.wav"/>
<prompt phrase="Tango" filename="116.wav"/>
<prompt phrase="Uniform" filename="117.wav"/>
<prompt phrase="Victor" filename="118.wav"/>
<prompt phrase="Whiskey" filename="119.wav"/>
<prompt phrase="Xray" filename="120.wav"/>
<prompt phrase="Yankee" filename="121.wav"/>
<prompt phrase="Zulu" filename="122.wav"/>
<prompt phrase="Star" filename="42.wav"/>
<prompt phrase="Pound" filename="35.wav"/>
</phonetic-ascii>
<digits>
<prompt phrase="Zero" filename="0.wav"/>
<prompt phrase="One" filename="1.wav"/>
<prompt phrase="Two" filename="2.wav"/>
<prompt phrase="Three" filename="3.wav"/>
<prompt phrase="Four" filename="4.wav"/>
<prompt phrase="Five" filename="5.wav"/>
<prompt phrase="Six" filename="6.wav"/>
<prompt phrase="Seven" filename="7.wav"/>
<prompt phrase="Eight" filename="8.wav"/>
<prompt phrase="Nine" filename="9.wav"/>
<prompt phrase="Ten" filename="10.wav"/>
<prompt phrase="Eleven" filename="11.wav"/>
<prompt phrase="Twelve" filename="12.wav"/>
<prompt phrase="Thirteen" filename="13.wav"/>
<prompt phrase="Fourteen" filename="14.wav"/>
<prompt phrase="Fifteen" filename="15.wav"/>
<prompt phrase="Sixteen" filename="16.wav"/>
<prompt phrase="Seventeen" filename="17.wav"/>
<prompt phrase="Eightteen" filename="18.wav"/>
<prompt phrase="Nineteen" filename="19.wav"/>
<prompt phrase="Twenty" filename="20.wav"/>
<prompt phrase="Thirty" filename="30.wav"/>
<prompt phrase="Fourty" filename="40.wav"/>
<prompt phrase="Fifty" filename="50.wav"/>
<prompt phrase="Sixty" filename="60.wav"/>
<prompt phrase="Seventy" filename="70.wav"/>
<prompt phrase="Eighty" filename="80.wav"/>
<prompt phrase="Ninety" filename="90.wav"/>
<prompt phrase="Dot" filename="dot.wav"/>
<prompt phrase="First" filename="h-1.wav"/>
<prompt phrase="Second" filename="h-2.wav"/>
<prompt phrase="Third" filename="h-3.wav"/>
<prompt phrase="Fourth" filename="h-4.wav"/>
<prompt phrase="Fifth" filename="h-5.wav"/>
<prompt phrase="Sixth" filename="h-6.wav"/>
<prompt phrase="Seventh" filename="h-7.wav"/>
<prompt phrase="Eighth" filename="h-8.wav"/>
<prompt phrase="Nineth" filename="h-9.wav"/>
<prompt phrase="Tenth" filename="h-10.wav"/>
<prompt phrase="Eleventh" filename="h-11.wav"/>
<prompt phrase="Twelveth" filename="h-12.wav"/>
<prompt phrase="Thirteenth" filename="h-13.wav"/>
<prompt phrase="Fourteenth" filename="h-14.wav"/>
<prompt phrase="Fifteenth" filename="h-15.wav"/>
<prompt phrase="Sixteenth" filename="h-16.wav"/>
<prompt phrase="Seventeenth" filename="h-17.wav"/>
<prompt phrase="Eighteenth" filename="h-18.wav"/>
<prompt phrase="Nineteenth" filename="h-19.wav"/>
<prompt phrase="Twentieth" filename="h-20.wav"/>
<prompt phrase="Thirtieth" filename="h-30.wav"/>
<prompt phrase="Hundred" filename="hundred.wav"/>
<prompt phrase="Thousand" filename="thousand.wav"/>
<prompt phrase="Million" filename="million.wav"/>
<prompt phrase="Period" filename="period.wav"/>
<prompt phrase="Point" filename="point.wav"/>
<prompt phrase="Pound" filename="pound.wav"/>
<prompt phrase="Star" filename="star.wav"/>
</digits>
<currency>
<prompt phrase="And" filename="and.wav"/>
<prompt phrase="Cent" filename="cent.wav"/>
<prompt phrase="Central" filename="central.wav"/>
<prompt phrase="Cents per minute" filename="cents-per-minute.wav"/>
<prompt phrase="One cent per minute" filename="1-cent-per-minute.wav"/>
<prompt phrase="Cents" filename="cents.wav"/>
<prompt phrase="Dollar" filename="dollar.wav"/>
<prompt phrase="Dollars" filename="dollars.wav"/>
<prompt phrase="Minus" filename="minus.wav"/>
<prompt phrase="Negative" filename="negative.wav"/>
</currency>
<time>
<prompt phrase="A.M." filename="a-m.wav"/>
<prompt phrase="At" filename="at.wav"/>
<prompt phrase="Sunday" filename="day-0.wav"/>
<prompt phrase="Monday" filename="day-1.wav"/>
<prompt phrase="Tuesday" filename="day-2.wav"/>
<prompt phrase="Wednesday" filename="day-3.wav"/>
<prompt phrase="Thursday" filename="day-4.wav"/>
<prompt phrase="Friday" filename="day-5.wav"/>
<prompt phrase="Saturday" filename="day-6.wav"/>
<prompt phrase="Hour" filename="hour.wav"/>
<prompt phrase="Hours" filename="hours.wav"/>
<prompt phrase="Minute" filename="minute.wav"/>
<prompt phrase="Minutes" filename="minutes.wav"/>
<prompt phrase="Second" filename="second.wav"/>
<prompt phrase="Seconds" filename="seconds.wav"/>
<prompt phrase="January" filename="mon-0.wav"/>
<prompt phrase="Febuary" filename="mon-1.wav" polly="Feb"/>
<prompt phrase="March" filename="mon-2.wav"/>
<prompt phrase="April" filename="mon-3.wav"/>
<prompt phrase="May" filename="mon-4.wav"/>
<prompt phrase="June" filename="mon-5.wav"/>
<prompt phrase="July" filename="mon-6.wav"/>
<prompt phrase="August" filename="mon-7.wav"/>
<prompt phrase="September" filename="mon-8.wav"/>
<prompt phrase="October" filename="mon-9.wav"/>
<prompt phrase="November" filename="mon-10.wav"/>
<prompt phrase="December" filename="mon-11.wav"/>
<prompt phrase="O'Clock" filename="oclock.wav"/>
<prompt phrase="oh" filename="oh.wav"/>
<prompt phrase="P.M." filename="p-m.wav"/>
<prompt phrase="Today" filename="today.wav"/>
<prompt phrase="Tomorrow" filename="tomorrow.wav"/>
<prompt phrase="Yesterday" filename="yesterday.wav"/>
</time>
<voicemail>
<prompt phrase="The person at extension" filename="vm-person.wav"/>
<prompt phrase="marked urgent" filename="vm-marked-urgent.wav"/>
<prompt phrase="marked new" filename="vm-marked_new.wav"/>
<prompt phrase="emailed" filename="vm-emailed.wav"/>
<prompt phrase="you have" filename="vm-you_have.wav"/>
<prompt phrase="message from" filename="vm-from.wav"/>
<prompt phrase="please enter your i d, followed by" filename="vm-enter_id.wav"/>
<prompt phrase="please enter your password, followed by" filename="vm-enter_pass.wav"/>
<prompt phrase="login incorrect" filename="vm-fail_auth.wav"/>
<prompt phrase="welcome to your voicemail" filename="vm-hello.wav"/>
<prompt phrase="goodbye" filename="vm-goodbye.wav"/>
<prompt phrase="at the tone please record your name, press any key or stop talking to end the recording." filename="vm-record_name1.wav"/>
<prompt phrase="choose a greeting between 1 and 9" filename="vm-choose_greeting_choose.wav"/>
<prompt phrase="invalid value" filename="vm-choose_greeting_fail.wav"/>
<prompt phrase="too many failed attempts" filename="vm-abort.wav"/>
<prompt phrase="to change your password" filename="vm-change_password.wav"/>
<prompt phrase="record your greeting at the tone, press any key or stop talking to end the recording" filename="vm-record_greeting.wav"/>
<prompt phrase="record your message at the tone, press any key or stop talking to end the recording" filename="vm-record_message.wav"/>
<prompt phrase="is not available" filename="vm-play_greeting.wav"/>
<prompt phrase="urgent new" filename="vm-urgent-new.wav"/>
<prompt phrase="new" filename="vm-new.wav"/>
<prompt phrase="urgent saved" filename="vm-urgent-saved.wav"/>
<prompt phrase="saved" filename="vm-saved.wav"/>
<prompt phrase="message" filename="vm-message.wav"/>
<prompt phrase="message" filename="vm-message_alt.wav"/>
<prompt phrase="messages" filename="vm-messages.wav"/>
<prompt phrase="messages" filename="vm-messages_alt.wav"/>
<prompt phrase="no more messages" filename="vm-no_more_messages.wav"/>
<prompt phrase="to repeat this message..." filename="vm-repeat_message.wav"/>
<prompt phrase="to delete this message..." filename="vm-delete_message.wav"/>
<prompt phrase="to save this message" filename="vm-save_message.wav"/>
<prompt phrase="to play the next message..." filename="vm-play_next_message.wav"/>
<prompt phrase="to play the previous message..." filename="vm-play_previous_message.wav"/>
<prompt phrase="to undelete this message..." filename="vm-undelete_message.wav"/>
<prompt phrase="to send this message now..." filename="vm-send_message_now.wav"/>
<prompt phrase="to hear the message envelope..." filename="vm-message_envelope.wav"/>
<prompt phrase="...has been changed to..." filename="vm-has_been_changed_to.wav"/>
<prompt phrase="press" filename="vm-press.wav"/>
<prompt phrase="received..." filename="vm-received.wav"/>
<prompt phrase="...followed by..." filename="vm-followed_by.wav"/>
<prompt phrase="That was an invalid extension." filename="vm-that_was_an_invalid_ext.wav"/>
<prompt phrase="Undeleted." filename="vm-undeleted.wav"/>
<prompt phrase="...followed by pound." filename="vm-followed_by_pound.wav"/>
<prompt phrase="next" filename="vm-next.wav"/>
<prompt phrase="to listen to new messages" filename="vm-listen_new.wav"/>
<prompt phrase="to listen to saved messages" filename="vm-listen_saved.wav"/>
<prompt phrase="for advanced options" filename="vm-advanced.wav"/>
<prompt phrase="for advanced options" filename="vm-advanced_alt.wav"/>
<prompt phrase="to exit" filename="vm-to_exit.wav"/>
<prompt phrase="to exit" filename="vm-to_exit_alt.wav"/>
<prompt phrase="to record a greeting" filename="vm-to_record_greeting.wav"/>
<prompt phrase="to choose greeting" filename="vm-choose_greeting.wav"/>
<prompt phrase="to record your name" filename="vm-record_name2.wav"/>
<prompt phrase="for the main menu" filename="vm-main_menu.wav"/>
<prompt phrase="to listen to the recording" filename="vm-listen_to_recording.wav"/>
<prompt phrase="to save the recording" filename="vm-save_recording.wav"/>
<prompt phrase="to rerecord" filename="vm-rerecord.wav"/>
<prompt phrase="to mark this message urgent" filename="vm-mark-urgent.wav"/>
<prompt phrase="to mark this message new" filename="vm-mark_message_new.wav"/>
<prompt phrase="to continue" filename="vm-continue.wav"/>
<prompt phrase="to listen to the recording again" filename="vm-listen_to_recording_again.wav"/>
<prompt phrase="to delete the recording" filename="vm-delete_recording.wav"/>
<prompt phrase="to forward the recording to your email" filename="vm-forward_to_email.wav"/>
<prompt phrase="to forward this message to another mailbox" filename="vm-to_forward.wav"/>
<prompt phrase="Please enter the extension to forward this message to." filename="vm-forward_enter_ext.wav"/>
<prompt phrase="to add an introduction to this message..." filename="vm-forward_add_intro.wav"/>
<prompt phrase="greeting" filename="vm-greeting.wav"/>
<prompt phrase="selected" filename="vm-selected.wav"/>
<prompt phrase="is not available" filename="vm-not_available.wav"/>
<prompt phrase="message number" filename="vm-message_number.wav"/>
<prompt phrase="deleted" filename="vm-deleted.wav"/>
<prompt phrase="Your recording is below the minimum acceptable length, please try again" filename="vm-too-small.wav"/>
<prompt phrase="in folder inbox" filename="vm-in_folder.wav"/>
<prompt phrase="to return the call now" filename="vm-return_call.wav"/>
<prompt phrase="urgent" filename="vm-urgent.wav"/>
<prompt phrase="That mailbox is full. Please try your call again later." filename="vm-mailbox_full.wav"/>
<prompt phrase="Welcome to your new voicemail. To listen to a tutorial and setup your voice mail box, press 1. To skip, press 2." filename="vm-tutorial_yes_no.wav"/>
<prompt phrase="I need to record your first and last name. This recording is used throughout the system, including in the company directory." filename="vm-tutorial_record_name.wav"/>
<prompt phrase="Your personal identification number, or 'pin', is used to prevent others from accessing your voicemail messages. Would you like to change it now?" filename="vm-tutorial_change_pin.wav"/>
<prompt phrase="The person you are trying to reach is not available and does not have voicemail." filename="vm-not_available_no_voicemail.wav"/>
<prompt phrase="The PIN you entered is below the minimum length." filename="vm-pin_below_minimum_length.wav"/>
<prompt phrase="The minimum PIN length is..." filename="vm-minimum_pin_length_is.wav"/>
<prompt phrase="Your password has been changed." filename="vm-password_has_been_changed.wav"/>
<prompt phrase="Please enter your new password, then press the pound key." filename="vm-enter_new_pin.wav"/>
<prompt phrase="The password you entered is not valid on this system." filename="vm-password_not_valid.wav"/>
<prompt phrase="A password such as '1111' or '1234' is not secure." filename="vm-password_is_not_secure.wav"/>
<prompt phrase="Please choose a password that does not contain all repeating or all consecutive digits." filename="vm-choose_password.wav"/>
<prompt phrase="Remember that your voicemail password is also your Web interface password." filename="vm-voicemail_password_is_web_password.wav"/>
<prompt phrase="Message from..." filename="vm-message_from.wav"/>
<prompt phrase="Nobody is currently leaving a message in this voicemail box." filename="vm-nobody_leaving_message.wav"/>
<prompt phrase="last" filename="vm-last.wav"/>
<prompt phrase="To delete greeting" filename="vm-delete_greeting.wav"/>
<prompt phrase="To listen to greeting..." filename="vm-listen_to_greeting.wav"/>
<prompt phrase="For the main menu..." filename="vm-main_menu_alt.wav"/>
<prompt phrase="message forwarded" filename="vm-message_forwarded.wav"/>
<prompt phrase="The extension you have dialed does not answer and there is no voicemail box set up for this extension." filename="vm-no_answer_no_vm.wav"/>
</voicemail>
<directory>
<prompt phrase="Please enter the first few letters of the persons" filename="dir-enter_person.wav"/>
<prompt phrase="...last name..." filename="dir-last_name.wav"/>
<prompt phrase="To search by..." filename="dir-to_search_by.wav"/>
<prompt phrase="...first name..." filename="dir-first_name.wav"/>
<prompt phrase="There were no matching results." filename="dir-no_matching_results.wav"/>
<prompt phrase="...results matched your search." filename="dir-result_match.wav"/>
<prompt phrase="Your search returned too many results." filename="dir-too_many_result.wav"/>
<prompt phrase="No more results." filename="dir-no_more_results.wav"/>
<prompt phrase="Result number..." filename="dir-result_number.wav"/>
<prompt phrase="...at extension..." filename="dir-at_extension.wav"/>
<prompt phrase="To select this entry..." filename="dir-to_select_entry.wav"/>
<prompt phrase="For the next entry..." filename="dir-for_next.wav"/>
<prompt phrase="For the previous entry..." filename="dir-for_prev.wav"/>
<prompt phrase="To start a new search..." filename="dir-start_new_search.wav"/>
<prompt phrase="You need to specify a minimum of..." filename="dir-specify_mininum.wav"/>
<prompt phrase="...letters of the person's name." filename="dir-letters_of_person_name.wav"/>
<prompt phrase="Please try again." filename="dir-please_try_again.wav"/>
<prompt phrase="press" filename="dir-press.wav" info="we can copy vm/vm-press.wav"/>
<prompt phrase="For the next entry..." filename="dir-for_next.wav" note="re-recorded because original was wrong"/>
<prompt phrase="Please enter the first few letters of the person's first or last name" filename="dir-enter_person_first_or_last.wav"/>
<prompt phrase="Please enter the first few letters of the person's" filename="dir-enter-person.wav"/>
<prompt phrase="Your search matched no results, try again." filename="dir-no_match_entry.wav"/>
<prompt phrase="No more results" filename="dir-no_more_result.wav"/>
<prompt phrase="You need to specify a minimum of..." filename="dir-specify_mininum_first.wav"/>
<prompt phrase="To start a new search" filename="dir-to_make_new_search.wav"/>
<prompt phrase="Your search returned too many results, please try again." filename="dir-to_many_result.wav"/>
</directory>
<conference>
<prompt phrase="NULL" filename="conf-ack.wav" type="tone"/>
<prompt phrase="NULL" filename="conf-nack.wav" type="tone"/>
<prompt phrase="You are now muted." filename="conf-muted.wav"/>
<prompt phrase="You are now unmuted." filename="conf-unmuted.wav"/>
<prompt phrase="You are currently the only person in this conference." filename="conf-alone.wav"/>
<prompt phrase="NULL" filename="conf-perpetual.wav" type="music"/>
<prompt phrase="NULL" filename="conf-enter.wav" type="tone"/>
<prompt phrase="NULL" filename="conf-exit.wav" type="tone"/>
<prompt phrase="You have been kicked from this conference." filename="conf-kicked.wav"/>
<prompt phrase="This conference is locked." filename="conf-locked.wav"/>
<prompt phrase="The conference is now locked." filename="conf-is-locked.wav"/>
<prompt phrase="The conference is now unlocked." filename="conf-is-unlocked.wav"/>
<prompt phrase="Please enter the conference pin number." filename="conf-pin.wav"/>
<prompt phrase="Invalid pin number, try again." filename="conf-bad-pin.wav"/>
<prompt phrase="goodbye" filename="conf-goodbye.wav"/>
<prompt phrase="Welcome to the conference." filename="conf-welcome.wav"/>
<prompt phrase="Please enter the conference number, followed by the pound key" filename="conf-enter_conf_number.wav"/>
<prompt phrase="Enter the conference PIN number, followed by the pound key." filename="conf-enter_conf_pin.wav"/>
<prompt phrase="...has entered the conference." filename="conf-has_joined.wav"/>
<prompt phrase="...has left the conference." filename="conf-has_left.wav"/>
<prompt phrase="You are already muted." filename="conf-you_are_already_muted.wav"/>
<prompt phrase="You are now bi-directionally muted." filename="conf-you_are_now_bidirectionally_muted.wav"/>
<prompt phrase="Enter the number of listeners at this location, then press pound." filename="conf-number_of_listeners.wav"/>
<prompt phrase="...listeners in this conference." filename="conf-listeners_in_conference.wav"/>
<prompt phrase="...listener in this conference." filename="conf-listener_in_conference.wav"/>
<prompt phrase="...members in this conference." filename="conf-members_in_conference.wav"/>
<prompt phrase="This conference is in Q and A mode." filename="conf-conference_is_in_qna_mode.wav"/>
<prompt phrase="Q and A mode..." filename="conf-qna_mode.wav"/>
<prompt phrase="Entry sound..." filename="conf-entry_sound.wav"/>
<prompt phrase="Exit sound..." filename="conf-exit_sound.wav"/>
<prompt phrase="This conference is full. Please contact the conference moderator." filename="conf-conference_is_full.wav"/>
<prompt phrase="Your conference will start shortly. Please stay on the line." filename="conf-conference_will_start_shortly.wav"/>
<prompt phrase="...other persons in this conference." filename="conf-other_persons_conference.wav"/>
<prompt phrase="There is one other person in this conference." filename="conf-one_other_person_conference.wav"/>
<prompt phrase="There is one other member in this conference." filename="conf-one_other_member_conference.wav"/>
<prompt phrase="This conference is being recorded." filename="conf-being_recorded.wav"/>
<prompt phrase="This conference is no longer being recorded." filename="conf-no_longer_being_recorded.wav"/>
</conference>
<ivr>
<prompt phrase="Account number" filename="ivr-account_number.wav"/>
<prompt phrase="Connect to caller" filename="ivr-connect_to_caller.wav"/>
<prompt phrase="If you know your party's extension, please enter it now" filename="ivr-enter_ext_pound.wav"/>
<prompt phrase="Please enter an extension followed by the pound sign" filename="ivr-enter_ext.wav"/>
<prompt phrase="For this person" filename="ivr-for_this_person.wav"/>
<prompt phrase="Please hold while I connect your call" filename="ivr-hold_connect_call.wav"/>
<prompt phrase="I'm sorry" filename="ivr-im_sorry.wav"/>
<prompt phrase="Please" filename="ivr-please.wav"/>
<prompt phrase="Please return our call at" filename="ivr-please_return_our_call_at.wav"/>
<prompt phrase="Regarding reference number" filename="ivr-regarding_reference_number.wav"/>
<prompt phrase="This is a sample IVR submenu..." filename="ivr-sample_submenu.wav"/>
<prompt phrase="Please say your name after the tone" filename="ivr-say_name.wav"/>
<prompt phrase="Send this caller to voicemail" filename="ivr-send_to_voicemail.wav"/>
<prompt phrase="To speak to a customer service representative" filename="ivr-speak_to_a_customer_service_representative.wav"/>
<prompt phrase="Take a message" filename="ivr-take_a_message.wav"/>
<prompt phrase="That was an invalid entry" filename="ivr-that_was_an_invalid_entry.wav"/>
<prompt phrase="This is a call from" filename="ivr-this_is_a_call_from.wav"/>
<prompt phrase="This IVR will let you test some of the features..." filename="ivr-this_ivr_will_let_you_test_features.wav"/>
<prompt phrase="To call the FreeSWITCH conference" filename="ivr-to_call_the_freeswitch_conference.wav"/>
<prompt phrase="To do a FreeSWITCH echo test" filename="ivr-to_do_a_freeswitch_echo_test.wav"/>
<prompt phrase="To do a fwd echo test" filename="ivr-to_do_a_fwd_echo_test.wav"/>
<prompt phrase="To hear a sample IVR submenu" filename="ivr-to_hear_sample_submenu.wav"/>
<prompt phrase="To hear screaming monkeys" filename="ivr-to_hear_screaming_monkeys.wav"/>
<prompt phrase="To listen to music on hold" filename="ivr-to_listen_to_moh.wav"/>
<prompt phrase="To repeat these options" filename="ivr-to_repeat_these_options.wav"/>
<prompt phrase="To return to the previous menu" filename="ivr-to_return_to_previous_menu.wav"/>
<prompt phrase="To speak with an operator" filename="ivr-to_speak_with_an_operator.wav"/>
<prompt phrase="Welcome to FreeSWITCH, the future of telephony" filename="ivr-welcome_to_freeswitch.wav"/>
<prompt phrase="You may exit at any time by simply hanging up" filename="ivr-you_may_exit_by_hanging_up.wav"/>
<prompt phrase="or" filename="ivr-or.wav"/>
<prompt phrase="not" filename="ivr-not.wav"/>
<prompt phrase="call" filename="ivr-call.wav"/>
<prompt phrase="You may" filename="ivr-you_may.wav"/>
<prompt phrase="hello" filename="ivr-hello.wav"/>
<prompt phrase="Using your telephone keypad..." filename="ivr-use_telephone_keypad.wav"/>
<prompt phrase="Please spell the name of the person you are trying to reach." filename="ivr-spell_name.wav"/>
<prompt phrase="Last name first" filename="ivr-last_name_first.wav"/>
<prompt phrase="First name first" filename="ivr-first_name_first.wav"/>
<prompt phrase="Press 1 for Q or Z." filename="ivr-press_one_q_or_z.wav"/>
<prompt phrase="Sales" filename="ivr-sales.wav"/>
<prompt phrase="Customer service" filename="ivr-customer_service.wav"/>
<prompt phrase="Technical support" filename="ivr-technical_support.wav"/>
<prompt phrase="Operator" filename="ivr-operator.wav"/>
<prompt phrase="You have dialed an invalid extension." filename="ivr-you_have_dialed_an_invalid_extension.wav"/>
<prompt phrase="Please enter your extension, followed by the pound sign." filename="ivr-please_enter_extension_followed_by_pound.wav"/>
<prompt phrase="Please enter your pin number, followed by the pound sign." filename="ivr-please_enter_pin_followed_by_pound.wav"/>
<prompt phrase="Your pin number or extension is invalid." filename="ivr-pin_or_extension_is-invalid.wav"/>
<prompt phrase="You are about to provision this phone to your account..." filename="ivr-you_are_about_to_provision_this_phone.wav"/>
<prompt phrase="Please re-enter your pin number to confirm." filename="ivr-please_reenter_your_pin.wav"/>
<prompt phrase="To register for ClueCon, please press..." filename="ivr-register_for_cluecon.wav"/>
<prompt phrase="to log in" filename="ivr-to_log_in.wav"/>
<prompt phrase="to log out" filename="ivr-to_log_out.wav"/>
<prompt phrase="You are now logged in" filename="ivr-you_are_now_logged_in.wav"/>
<prompt phrase="You are now logged out" filename="ivr-you_are_now_logged_out.wav"/>
<prompt phrase="Please try again." filename="ivr-please_try_again.wav"/>
<prompt phrase="You are about to provision this phone permanently to your extension." filename="ivr-provision_phone_permanently_to_extension.wav"/>
<prompt phrase="Please enter the extension number to which you would like to provision this phone, followed by the pound sign." filename="ivr-extension_to_provision_this_phone.wav"/>
<prompt phrase="Thank you, this phone will now reboot." filename="ivr-this_phone_will_now_reboot.wav"/>
<prompt phrase="Thank you. Your recording has been saved." filename="ivr-recording_saved.wav"/>
<prompt phrase="Press 1 to save your recording. Press 2 to review your recording. Press 3 to re-record." filename="ivr-save_review_record.wav"/>
<prompt phrase="The system is unable to save your sound file at this time. Please try again later." filename="ivr-unable_save.wav"/>
<prompt phrase="You are number..." filename="ivr-you_are_number.wav"/>
<prompt phrase="...in line" filename="ivr-in_line.wav"/>
<prompt phrase="Thank you for holding." filename="ivr-thank_you_for_holding.wav"/>
<prompt phrase="Your estimated hold time is..." filename="ivr-estimated_hold_time.wav"/>
<prompt phrase="More than..." filename="ivr-more_than.wav"/>
<prompt phrase="Less than..." filename="ivr-less_than.wav"/>
<prompt phrase="Begin recording." filename="ivr-begin_recording.wav"/>
<prompt phrase="Call forwarding has been cancelled." filename="ivr-call_forwarding_has_been_cancelled.wav"/>
<prompt phrase="Call forwarding has been set." filename="ivr-call_forwarding_has_been_set.wav"/>
<prompt phrase="Please enter the phone number." filename="ivr-please_enter_the_phone_number.wav"/>
<prompt phrase="Please state your name and the reason for your call." filename="ivr-please_state_your_name_and_reason_for_calling.wav"/>
<prompt phrase="To accept, press 1. To reject, press 2. To send to voicemail, press 3." filename="ivr-accept_reject_voicemail.wav"/>
<prompt phrase="To accept, press 1. To reject, press 2." filename="ivr-accept_reject.wav"/>
<prompt phrase="To accept, press 1." filename="ivr-to_accept_press_one.wav"/>
<prompt phrase="Incoming call." filename="ivr-incoming_call.wav"/>
<prompt phrase="Thank you for calling." filename="ivr-thank_you_for_calling.wav"/>
<prompt phrase="Please stay on the line. Your call will be answered momentarily." filename="ivr-stay_on_line_call_answered_momentarily.wav"/>
<prompt phrase="Your call is being transferred." filename="ivr-call_being_transferred.wav"/>
<prompt phrase="Please enjoy the music while your call is being transferred." filename="ivr-enjoy_music_while_transfer.wav"/>
<prompt phrase="You have a call from..." filename="ivr-call_from.wav"/>
<prompt phrase="This menu has no items. Please contact the administrator." filename="ivr-no_menu_items.wav"/>
<prompt phrase="For a directory, press..." filename="ivr-for_directory_press.wav"/>
<prompt phrase="Using your telephone keypad..." filename="ivr-using_telephone_keypad.wav"/>
<prompt phrase="Enter the first few letters of the person's last name." filename="ivr-enter_letters_last_name.wav"/>
<prompt phrase="Enter the first few letters of the person's first name." filename="ivr-enter_letters_first_name.wav"/>
<prompt phrase="Enter the first few letters of the person's first or last name." filename="ivr-enter_letters_first_or_last_name.wav"/>
<prompt phrase="If this is correct, press..." filename="ivr-if_correct_press.wav"/>
<prompt phrase="If not, press..." filename="ivr-if_not_press.wav"/>
<prompt phrase="When you are finished, press the pound or hash key." filename="ivr-finished_pound_hash_key.wav"/>
<prompt phrase="Do not disturb is now activated." filename="ivr-dnd_activated.wav"/>
<prompt phrase="Do not disturb has been cancelled." filename="ivr-dnd_cancelled.wav"/>
<prompt phrase="Press any other digit..." filename="ivr-any_other_digit.wav"/>
<prompt phrase="Press one for yes. Press two for no." filename="ivr-one_yes_two_no.wav"/>
<prompt phrase="Please enter the queue number, followed by the pound or hash sign." filename="ivr-enter_queue_number.wav"/>
<prompt phrase="Please enter the..." filename="ivr-please_enter_the.wav"/>
<prompt phrase="Number." filename="ivr-number.wav"/>
<prompt phrase="...followed by the pound or hash key." filename="ivr-followed_by_pound.wav"/>
<prompt phrase="The account balance is..." filename="ivr-account_balance_is.wav"/>
<prompt phrase="...file..." filename="ivr-file.wav"/>
<prompt phrase="...files..." filename="ivr-files.wav"/>
<prompt phrase="For a wakeup call..." filename="ivr-for_a_wakeup_call.wav"/>
<prompt phrase="This is your wakeup call." filename="ivr-this_is_your_wakeup_call.wav"/>
<prompt phrase="To request a wakeup call..." filename="ivr-request_wakeup_call.wav"/>
<prompt phrase="To confirm a wakeup call..." filename="ivr-confirm_wakeup_call.wav"/>
<prompt phrase="To cancel a wakeup call..." filename="ivr-cancel_wakeup_call.wav"/>
<prompt phrase="You have requested a wakeup call for..." filename="ivr-requested_wakeup_call_for.wav"/>
<prompt phrase="You have not requested a wakeup call." filename="ivr-not_requested_wakeup_call.wav"/>
<prompt phrase="Your wakeup call has been cancelled." filename="ivr-wakeup_call_cancelled.wav"/>
<prompt phrase="For a daily wakeup call..." filename="ivr-for_daily_wakeup_call.wav"/>
<prompt phrase="Daily wakeup call..." filename="ivr-daily_wakeup_call.wav"/>
<prompt phrase="For daily wakeup calls..." filename="ivr-for_daily_wakeup_calls.wav"/>
<prompt phrase="For a one-time wakeup call..." filename="ivr-for_one_time_wakeup_call.wav"/>
<prompt phrase="One-time wakeup call..." filename="ivr-one_time_wakeup_call.wav"/>
<prompt phrase="...wakeup call..." filename="ivr-wakeup_call.wav"/>
<prompt phrase="Wakey wakey sunshine!" filename="ivr-wakey_wakey_sunshine.wav"/>
<prompt phrase="Welcome." filename="ivr-welcome.wav"/>
<prompt phrase="Welcome to..." filename="ivr-welcome_to.wav"/>
<prompt phrase="Good morning." filename="ivr-good_morning.wav"/>
<prompt phrase="Good afternoon." filename="ivr-good_afternoon.wav"/>
<prompt phrase="Good evening." filename="ivr-good_evening.wav"/>
<prompt phrase="Thank you." filename="ivr-thank_you.wav"/>
<prompt phrase="For..." filename="ivr-for.wav"/>
<prompt phrase="We are experiencing longer than usual hold times." filename="ivr-longer_than_usual_hold_times.wav"/>
<prompt phrase="You are the..." filename="ivr-you_are_the.wav"/>
<prompt phrase="One moment please." filename="ivr-one_moment_please.wav"/>
<prompt phrase="Your call will be answered in the order it was received." filename="ivr-call_answered_order_received.wav"/>
<prompt phrase="You entered..." filename="ivr-you_entered.wav"/>
<prompt phrase="Extension number..." filename="ivr-extension_number.wav"/>
<prompt phrase="Please hold while your party is being contacted." filename="ivr-please_hold_while_party_contacted.wav"/>
<prompt phrase="Please enjoy the music while your party is being reached." filename="ivr-please_enjoy_music_while_party_reached.wav"/>
<prompt phrase="Thank you for calling. If you know your party's extension, please enter it now, or dial nine for a directory." filename="ivr-generic_greeting.wav"/>
<prompt phrase="If this is correct, press 1. If not, press 2." filename="ivr-if_correct_one_if_not_two.wav"/>
<prompt phrase="To repeat this information..." filename="ivr-repeat_this_information.wav"/>
<prompt phrase="No no no!" filename="ivr-no_no_no.wav"/>
<prompt phrase="Did you mean to press that key?" filename="ivr-did_you_mean_to_press_key.wav"/>
<prompt phrase="Seriously. Did you REALLY mean to press that key?" filename="ivr-seriously_mean_to_press_key.wav"/>
<prompt phrase="Oh what-EVER." filename="ivr-oh_whatever.wav"/>
<prompt phrase="That's it! One more mistake and I WILL hang up on your ass." filename="ivr-one_more_mistake.wav"/>
<prompt phrase="Congratulations, you pressed star. This does not mean you ARE a star. It simply means that you can press buttons and probably have fingers." filename="ivr-congratulations_you_pressed_star.wav"/>
<prompt phrase="All of our engineers are busy assisting other sales guys with demonstrating how cool the CudaTel is." filename="ivr-engineers_busy_assisting_other_sales.wav"/>
<prompt phrase="This message will self-destruct in 5, 4, 3, 2, 1..." filename="ivr-message_self_destruct.wav"/>
<prompt phrase="All your call are belong to us." filename="ivr-all_your_call_are_belong_to_us.wav"/>
<prompt phrase="I just love the way you press those touch tones!" filename="ivr-love_those_touch_tones.wav"/>
<prompt phrase="Yes, we have no bananas." filename="ivr-yes_we_have_no_bananas.wav"/>
<prompt phrase="Dude, you suck!" filename="ivr-dude_you_suck.wav"/>
<prompt phrase="Your call is very important to us, but your sanity is not, so we will be happy to keep you on hold, forever torturing you with our annoying hold music." filename="ivr-on_hold_indefinitely.wav"/>
<prompt phrase="...has left the building." filename="ivr-has_left_the_building.wav"/>
<prompt phrase="This phone is unassigned and may not be used to make external calls." filename="ivr-phone_is_unassigned.wav"/>
<prompt phrase="This phone is not configured properly." filename="ivr-phone_not_configured.wav"/>
<prompt phrase="Congratulations! This phone is configured properly and may now be assigned to a user." filename="ivr-phone_is_configured_properly.wav"/>
<prompt phrase="Please contact the system administrator for assistance." filename="ivr-contact_system_administrator.wav"/>
<prompt phrase="There are no calls waiting in this queue." filename="ivr-no_calls_waiting_in_queue.wav"/>
<prompt phrase="You are caller number one. Of course, *every* caller is number one in our book so you may be waiting a while." filename="ivr-you_are_number_one.wav"/>
<prompt phrase="...has called emergency services" filename="ivr-has_called_emergency_services.wav"/>
<prompt phrase="There are..." filename="ivr-there_are.wav"/>
<prompt phrase="Please enter the source telephone number, then press pound." filename="ivr-enter_source_telephone_number.wav"/>
<prompt phrase="Please enter the destination telephone number, then press pound." filename="ivr-enter_destination_telephone_number.wav"/>
<prompt phrase="Recording started." filename="ivr-recording_started.wav"/>
<prompt phrase="Recording stopped." filename="ivr-recording_stopped.wav"/>
<prompt phrase="Recording paused." filename="ivr-recording_paused.wav"/>
<prompt phrase="Recording deleted." filename="ivr-recording_deleted.wav"/>
<prompt phrase="You are no longer in queue." filename="ivr-no_longer_in_queue.wav"/>
<prompt phrase="...withdrawn." filename="ivr-withdrawn.wav"/>
<prompt phrase="question..." filename="ivr-question.wav"/>
<prompt phrase="...questions." filename="ivr-questions.wav"/>
<prompt phrase="...has been answered." filename="ivr-has_been_answered.wav"/>
<prompt phrase="...has been removed." filename="ivr-has_been_removed.wav"/>
<prompt phrase="No questions in queue." filename="ivr-no_questions_in_queue.wav"/>
<prompt phrase="...is now on." filename="ivr-is_now_on.wav"/>
<prompt phrase="...is now off." filename="ivr-is_now_off.wav"/>
<prompt phrase="This phone is not allowed to make external calls." filename="ivr-phone_not_make_external_calls.wav"/>
<prompt phrase="I.D. number..." filename="ivr-id_number.wav"/>
<prompt phrase="To skip these instructions..." filename="ivr-skip_instructions.wav"/>
<prompt phrase="Hang up the call without pressing a key to discard the recording." filename="ivr-hangup_to_discard.wav"/>
<prompt phrase="...or press..." filename="ivr-or_press.wav"/>
<prompt phrase="For English, press..." filename="ivr-for_english_press.wav"/>
<prompt phrase="Your call cannot be completed as dialed." filename="ivr-call_cannot_be_completed_as_dialed.wav"/>
<prompt phrase="Please check the number and try again." filename="ivr-please_check_number_try_again.wav"/>
<prompt phrase="Failure reason is..." filename="ivr-failure_reason_is.wav"/>
<prompt phrase="Unallocated number" filename="ivr-unallocated_number.wav"/>
<prompt phrase="No user response" filename="ivr-no_user_response.wav"/>
<prompt phrase="Invalid number format" filename="ivr-invalid_number_format.wav"/>
<prompt phrase="Invalid sound prompt." filename="ivr-invalid_sound_prompt.wav"/>
<prompt phrase="Gateway down" filename="ivr-gateway_down.wav"/>
<prompt phrase="No route to destination" filename="ivr-no_route_destination.wav"/>
<prompt phrase="User busy" filename="ivr-user_busy.wav"/>
<prompt phrase="Call rejected" filename="ivr-call_rejected.wav"/>
<prompt phrase="Normal unspecified" filename="ivr-normal_unspecified.wav"/>
<prompt phrase="Incompatible destination" filename="ivr-incompatible_destination.wav"/>
<prompt phrase="Normal clearing" filename="ivr-normal_clearing.wav"/>
<prompt phrase="You do not have permission to perform this action." filename="ivr-not_have_permission.wav"/>
<prompt phrase="You're doing it wrong, but I'll try to connect you anyway. (Douchebag!)" filename="ivr-youre_doing_it_wrong.wav"/>
<prompt phrase="3... 2... 1... WE'RE ASTERISK FREE!!!" filename="ivr-were_asterisk_free.wav"/>
<prompt phrase="Thank you for calling Douche Telecom, where we make sure that your communications never have that 'not so fresh' feeling!" filename="ivr-douche_telecom.wav"/>
<prompt phrase="To learn more about FreeSWITCH..." filename="ivr-to_learn_more_about_freeswitch.wav"/>
<prompt phrase="There is..." filename="ivr-there_is.wav"/>
<prompt phrase="That number is on the Do Not Call list." filename="ivr-do_not_call_list.wav"/>
<prompt phrase="The call attempt has been aborted." filename="ivr-call_attempt_aborted.wav"/>
<prompt phrase="To wait for the next available representative, please stay on the line." filename="ivr-to_wait_stay_on_the_line.wav"/>
<prompt phrase="If you would like us to call you back, press..." filename="ivr-if_you_would_like_us_to_call_back.wav"/>
<prompt phrase="It appears that your phone number is..." filename="ivr-it_appears_that_your_phone_number_is.wav"/>
<prompt phrase="Would you like to receive a call at this number?" filename="ivr-would_you_like_to_receive_a_call_at_this_number.wav"/>
<prompt phrase="Please enter the number where we can reach you." filename="ivr-please_enter_the_number_where_we_can_reach_you.wav"/>
<prompt phrase="We will return your call at this number as soon as possible." filename="ivr-we_will_return_your_call_at_this_number.wav"/>
<prompt phrase="Anonymous caller." filename="ivr-anonymous_caller.wav"/>
<prompt phrase="Have your self a slice of free gooey pie!" filename="ivr-freeguipy.wav"/>
<prompt phrase="Learn more at F-R-E-E-G-U-I-P-Y dot O-R-G" filename="ivr-learn_more_freeguipydotorg.wav"/>
<prompt phrase="Something went terribly, terribly wrong... (awkward!)" filename="ivr-terribly_wrong_awkward.wav"/>
<prompt phrase="Well I'll be a monkey's bitch! It *was* that bug!" filename="ivr-it_was_that_bug.wav"/>
<prompt phrase="CONCENTRATE! Focus on the bunny! FOCUS ON THE BUNNY!" filename="ivr-concentrate.wav"/>
<prompt phrase="If you dont like it, you can file a JIRA!" filename="ivr-file_a_jira.wav"/>
<prompt phrase="Allow me to introduce, the founder of FreeSOURCE, Anthony Ministrone." filename="ivr-founder_of_freesource.wav"/>
<prompt phrase="Man, that is cold foolish...COLD Foolish" filename="ivr-cold_foolish.wav"/>
<prompt phrase="Congratulations! You've earned 1500 Trollover minutes this month!" filename="ivr-trollover_minutes.wav"/>
<prompt phrase="Y U NO Silent Drill?!" filename="ivr-yuno_silent_drill.wav"/>
<prompt phrase="Beacuase, the voices where pretty good" filename="ivr-beacuase.wav"/>
<prompt phrase="Day mode..." filename="ivr-day_mode.wav"/>
<prompt phrase="Night mode..." filename="ivr-night_mode.wav"/>
<prompt phrase="Lunch mode..." filename="ivr-lunch_mode.wav"/>
<prompt phrase="Custom mode number..." filename="ivr-custom_mode_number.wav"/>
<prompt phrase="You do not have permission to edit..." filename="ivr-not_have_permission_to_edit.wav"/>
<prompt phrase="This feature." filename="ivr-this_feature.wav"/>
<prompt phrase="Feature." filename="ivr-feature.wav"/>
<prompt phrase="Automated attendants." filename="ivr-automated_attendants.wav"/>
<prompt phrase="Automated attendant." filename="ivr-automated_attendant.wav"/>
<prompt phrase="Please enter the extension number of the..." filename="ivr-please_enter_extension_number_of.wav"/>
<prompt phrase="...that you would like to modify." filename="ivr-that_you_would_like_to_modify.wav"/>
<prompt phrase="Invalid extension - please try again." filename="ivr-invalid_extension_try_again.wav"/>
<prompt phrase="To modify main prompts..." filename="ivr-modify_main_prompts.wav"/>
<prompt phrase="To modify option prompts..." filename="ivr-modify_option_prompts.wav"/>
<prompt phrase="To hear usage statistics..." filename="ivr-hear_usage_stats.wav"/>
<prompt phrase="At the tone..." filename="ivr-at_the_tone.wav"/>
<prompt phrase="Please record the prompt." filename="ivr-record_prompt.wav"/>
<prompt phrase="Please record the short greeting." filename="ivr-record_short_greeting.wav"/>
<prompt phrase="Please record the invalid sound prompt." filename="ivr-record_invalid_sound.wav"/>
<prompt phrase="Please record the exit sound prompt." filename="ivr-record_exit_sound.wav"/>
<prompt phrase="When finished, press any key." filename="ivr-when_finished_press_any_key.wav"/>
<prompt phrase="Press the key of the prompt you would like to modify." filename="ivr-press_key_of_prompt_to_modify.wav"/>
<prompt phrase="Key..." filename="ivr-key.wav"/>
<prompt phrase="...does not contain a recording." filename="ivr-does_not_contain_a_recording.wav"/>
<prompt phrase="...already contains a recording." filename="ivr-already_contains_a_recording.wav"/>
<prompt phrase="Option..." filename="ivr-option.wav"/>
<prompt phrase="...has had..." filename="ivr-has_had.wav"/>
<prompt phrase="...visitors." filename="ivr-visitors.wav"/>
<prompt phrase="...visitor." filename="ivr-visitor.wav"/>
<prompt phrase="To reset usage totals..." filename="ivr-reset_usage_totals.wav"/>
<prompt phrase="You have chosen to reset usage totals." filename="ivr-reset_usage_totals_confirm.wav"/>
<prompt phrase="...to confirm." filename="ivr-to_confirm.wav"/>
<prompt phrase="Usage totals have been reset to zero." filename="ivr-usage_totals_have_been_reset.wav"/>
<prompt phrase="To modify..." filename="ivr-to_modify.wav"/>
<prompt phrase="To modify main prompt..." filename="ivr-to_modify_main_prompt.wav"/>
<prompt phrase="...the short greeting." filename="ivr-short_greeting.wav"/>
<prompt phrase="...the invalid sound prompt." filename="ivr-ivalid_sound_prompt.wav"/>
<prompt phrase="...the exit sound prompt." filename="ivr-exit_sound_prompt.wav"/>
<prompt phrase="That person does not accept anonymous calls." filename="ivr-not_accept_anonymous_calls.wav"/>
<prompt phrase="To accept, press..." filename="ivr-to_accept_press.wav"/>
<prompt phrase="To reject..." filename="ivr-to_reject.wav"/>
<prompt phrase="...hang up." filename="ivr-hang_up.wav"/>
<prompt phrase="To reject, hang up the call without pressing a key." filename="ivr-to_reject_hangup.wav"/>
<prompt phrase="Access denied." filename="ivr-access_denied.wav"/>
<prompt phrase="To perform a DTMF test, press..." filename="ivr-perform_dtmf_test.wav"/>
<prompt phrase="To perform an echo test, press..." filename="ivr-perform_echo_test.wav"/>
<prompt phrase="To perform a delayed echo test, press..." filename="ivr-perform_delayed_echo_test.wav"/>
<prompt phrase="Hang up to end the test." filename="ivr-hangup_to_end_test.wav"/>
<prompt phrase="Press one or more keys. I will read each key press back to you." filename="ivr-read_each_key_press_back.wav"/>
<prompt phrase="After the tone, I will echo your audio back to you." filename="ivr-echo_your_audio_back.wav"/>
<prompt phrase="After the tone, I will send a delayed echo of your audio back to you." filename="ivr-delayed_echo_your_audio_back.wav"/>
<prompt phrase="To send a fax, press..." filename="ivr-send_fax.wav"/>
<prompt phrase="Please enter the number to which I should send this fax, then press pound." filename="ivr-enter_number_send_fax.wav"/>
<prompt phrase="Send your fax now." filename="ivr-send_fax_now.wav"/>
<prompt phrase="...has been added to the blacklist." filename="ivr-has_been_added_to_the_blacklist.wav"/>
<prompt phrase="...has been removed from the blacklist." filename="ivr-has_been_removed_from_blacklist.wav"/>
<prompt phrase="Please enter the number to be added to the blacklist." filename="ivr-enter_number_to_add_to_blacklist.wav"/>
<prompt phrase="Please enter the number to remove from the blacklist" filename="ivr-enter_number_to_remove_from_blacklist.wav"/>
<prompt phrase="...is not on the blacklist." filename="ivr-is_not_on_the_blacklist.wav"/>
<prompt phrase="...is already on the blacklist." filename="ivr-is_already_on_the_blacklist.wav"/>
<prompt phrase="For other options, press..." filename="ivr-for_other_options.wav"/>
<prompt phrase="Your caller I.D. information is..." filename="ivr-your_caller_id_information_is.wav"/>
<prompt phrase="Call screening has been enabled." filename="ivr-call_screening_enabled.wav"/>
<prompt phrase="Call screening has been disabled." filename="ivr-call_screening_disabled.wav"/>
<prompt phrase="Prompt." filename="ivr-prompt.wav"/>
<prompt phrase="...enabled." filename="ivr-enabled.wav"/>
<prompt phrase="...disabled." filename="ivr-disabled.wav"/>
<prompt phrase="Ain't nobody got time for that!" filename="ivr-aint_nobody_got_time_for_that.wav"/>
<prompt phrase="We would support the shit out of you if only you returned our phone calls and emails." filename="ivr-we_would_support.wav"/>
<prompt phrase="...suck." filename="ivr-suck.wav"/>
<prompt phrase="...sucks." filename="ivr-sucks.wav"/>
<prompt phrase="To redial your last call..." filename="ivr-to_redial_last_call.wav"/>
<prompt phrase="To ensure that your service keeps working..." filename="ivr-ensure_service_keeps_working.wav"/>
<prompt phrase="Please contact..." filename="ivr-please_contact.wav"/>
<prompt phrase="...the billing department..." filename="ivr-the_billing_department.wav"/>
<prompt phrase="...by dialing..." filename="ivr-by_dialing.wav"/>
<prompt phrase="The credit card on file could not be charged." filename="ivr-credit_card_could_not_be_charged.wav"/>
<prompt phrase="...units..." filename="ivr-units.wav"/>
<prompt phrase="...per minute." filename="ivr-per_minute.wav"/>
<prompt phrase="Your caller ID number is blocked." filename="ivr-your_caller_id_number_is_blocked.wav"/>
<prompt phrase="You must unblock your caller ID for PIN-less authorization to the calling card." filename="ivr-unblock_caller_id.wav"/>
<prompt phrase="Alternatively, you can request or use a PIN code on your account." filename="ivr-request_or_use_pin.wav"/>
<prompt phrase="You have used..." filename="ivr-you_have_used.wav"/>
<prompt phrase="...out of..." filename="ivr-out_of.wav"/>
<prompt phrase="Your next billing cycle begins on..." filename="ivr-next_billing_cycle.wav"/>
<prompt phrase="Nothing." filename="ivr-nothing.wav"/>
<prompt phrase="To skip..." filename="ivr-to_skip.wav"/>
<prompt phrase="Please hold while we connect you to a live operator." filename="ivr_connect_live_operator.wav"/>
<prompt phrase="Please hold while we connect you to an actual *human being*." filename="ivr-connect_actual_human_being.wav"/>
<prompt phrase="The system is going down for maintenance." filename="ivr-system_down_for_maintenance.wav"/>
<prompt phrase="The system will be back up in approximately..." filename="ivr-system_back_up_in_approximately.wav"/>
<prompt phrase="It's all there, black and white, clear as crystal! You stole fizzy lifting drinks! You bumped into the ceiling which now has to be washed and sterilized, so you get nothing! You lose! Good day, sir!" filename="ivr-you_lose.wav"/>
<prompt phrase="To grab a cold pop, press..." filename="ivr-cold_pop.wav"/>
<prompt phrase="If you thought someone was barbecuing, press..." filename="ivr-barbecuing.wav"/>
<prompt phrase="If you didn't grab no shoes or nothing and ran for your life, press..." filename="ivr-no_shoes.wav"/>
<prompt phrase="If the smoke got you, press..." filename="ivr-smoke_got_you.wav"/>
<prompt phrase="If you got bronchitis, press..." filename="ivr-got_bronchitis.wav"/>
<prompt phrase="If ain't nobody got time for that, press..." filename="ivr-nobody_got_time_for_that.wav"/>
<prompt phrase="This is a reminder for..." filename="ivr-reminder_for.wav"/>
<prompt phrase="You have an appointment scheduled for..." filename="ivr-appointment_schedule_for.wav"/>
<prompt phrase="Your verification PIN is..." filename="ivr-Your_verification_PIN_is.wav"/>
<prompt phrase="To hear the hotseat menu, please enter your extension followed by the pound or hash key." filename="ivr-hotseat_intro.wav"/>
<prompt phrase="To modify main prompt..." filename="ivr-modify_main_prompt.wav"/>
<prompt phrase="Please enter your pin number followed by the pound or hash key." filename="ivr-hotseat_pin.wav"/>
<prompt phrase="To hotseat this phone to your extension, press 1. To remove hotseat on this phone, press 2." filename="ivr-hotseat_options.wav"/>
<!-- The following phrases still need to be recorded -->
<prompt phrase="You have reached the maximum number of channels." filename="ivr-maximum_number_of_channels.wav"/>
<prompt phrase="To do an echo test" filename="ivr-to_do_a_echo_test.wav"/>
</ivr>
<misc>
<prompt phrase="This call has been secured" filename="call_secured.wav"/>
<prompt phrase="Followed by pound" filename="followed.wav"/>
<prompt phrase="If you are this person" filename="if_you_are_this_person.wav"/>
<prompt phrase="If you would like to" filename="if_you_would_like_to.wav"/>
<prompt phrase="Provide reference number" filename="provide_reference_number.wav"/>
<prompt phrase="Please enter extension you want to transfer to" filename="transfer1.wav"/>
<prompt phrase="Transfer" filename="transfer2.wav"/>
<prompt phrase="We are trying to reach" filename="we_are_trying_to_reach.wav"/>
<prompt phrase="An error has occurred please contact the administrator" filename="error.wav"/>
<prompt phrase="Your call will be terminated in..." filename="misc-your_call_will_be_terminated_in.wav"/>
<prompt phrase="Your call has been terminated." filename="misc-your_call_has_been_terminated.wav"/>
<prompt phrase="To hear about ClueCon..." filename="misc-to_hear_about_cluecon.wav"/>
<prompt phrase="ClueCon is the premier open source telephony developer conference." filename="misc-cluecon_is_premier_conference.wav"/>
<prompt phrase="It is held in downtown Chicago each summer." filename="misc-chicago_each_summer.wav"/>
<prompt phrase="ClueCon brings together a wide range of VoIP engineers, software developers, and business persons." filename="misc-wide_range_of_persons.wav"/>
<prompt phrase="By attending ClueCon, you are showing support not only for FreeSWITCH but also the entire spectrum of open source telephony software." filename="misc-support_open_source_by_attending.wav"/>
<prompt phrase="FreeSWITCH is open source software that is sponsored by OSTAG - the Open Source Telephony Advancement Group." filename="misc-freeswitch_sponsored_by_ostag.wav"/>
<prompt phrase="OSTAG is advancing the next generation of telephony through open-source software. Learn more at www.ostag.org." filename="misc-ostag_learn_more.wav"/>
<prompt phrase="To learn more about FreeSWITCH Solutions, press..." filename="misc-learn_more_about_freeswitch_solutions.wav"/>
<prompt phrase="For information about FreeSWITCH, press..." filename="misc-information_about_freeswitch.wav"/>
<prompt phrase="FreeSWITCH is a state of the art telecommunications platform." filename="misc-freeswitch_is_state_of_the_art.wav"/>
<prompt phrase="It is stable, highly scalable, and extensible." filename="misc-it_is_stable_scalable_extensible.wav"/>
<prompt phrase="Best of all, it is free for anyone to download and use." filename="misc-free_to_download.wav"/>
<prompt phrase="Visit www dot freeswitch dot org to learn more about our project and worldwide community." filename="misc-freeswitch_dot_org_more.wav"/>
<prompt phrase="Sangoma." filename="misc-Sangoma.wav"/>
<prompt phrase="FreeSWITCH Solutions offers the best FreeSWITCH consulting money can buy." filename="misc-fss_best_consulting.wav"/>
<prompt phrase="We have a network of FreeSWITCH experts that includes the core FreeSWITCH development team." filename="misc-fss_network_of_experts.wav"/>
<prompt phrase="Contact us at W-W-W dot freeswitchsolutions dot com to see how we can help you take your FreeSWITCH experience to the next level." filename="misc-fss_contact_us.wav"/>
<prompt phrase="It's totally soccer mom shit!" filename="misc-soccer_mom.wav"/>
<prompt phrase="Would you like to speak live with other members of the FreeSWITCH community?" filename="misc-speak_live_with_community.wav"/>
<prompt phrase="Join us each Wednesday at 1PM eastern time on the public FreeSWITCH conference." filename="misc-join_us_each_wed.wav"/>
<prompt phrase="More information is available online at wiki dot FreeSWITCH dot org." filename="misc-more_info_wiki.wav"/>
<prompt phrase="Welcome to the FreeSWITCH community conference call!" filename="misc-welcome_freeswitch_conf_call.wav"/>
<prompt phrase="E one sixty-four dot org." filename="misc-e164_dot_org.wav"/>
<prompt phrase="This phone is not authorized to make outside calls." filename="phone_not_auth.wav"/>
<prompt phrase="I'm sorry." filename="sorry.wav"/>
<prompt phrase="This call may be monitored or recorded for quality and training purposes." filename="call_monitoring_blurb.wav"/>
<prompt phrase="Spanish" filename="es.wav"/>
<prompt phrase="That is an invalid extension." filename="invalid_extension.wav"/>
<prompt phrase="English" filename="en.wav"/>
</misc>
<base256>
<!-- base256 prompts for SAS -->
<prompt phrase="Algol" filename="Algol.wav"/>
<prompt phrase="Apollo" filename="Apollo.wav"/>
<prompt phrase="Athens" filename="Athens.wav"/>
<prompt phrase="Atlantic" filename="Atlantic.wav"/>
<prompt phrase="Aztec" filename="Aztec.wav"/>
<prompt phrase="Babylon" filename="Babylon.wav"/>
<prompt phrase="Belfast" filename="Belfast.wav"/>
<prompt phrase="Bradbury" filename="Bradbury.wav"/>
<prompt phrase="Brazilian" filename="Brazilian.wav"/>
<prompt phrase="Burbank" filename="Burbank.wav"/>
<prompt phrase="Burlington" filename="Burlington.wav"/>
<prompt phrase="Camelot" filename="Camelot.wav"/>
<prompt phrase="Capricorn" filename="Capricorn.wav"/>
<prompt phrase="Cherokee" filename="Cherokee.wav"/>
<prompt phrase="Chicago" filename="Chicago.wav"/>
<prompt phrase="Christmas" filename="Christmas.wav"/>
<prompt phrase="Dakota" filename="Dakota.wav"/>
<prompt phrase="December" filename="December.wav"/>
<prompt phrase="Dupont" filename="Dupont.wav"/>
<prompt phrase="Eskimo" filename="Eskimo.wav"/>
<prompt phrase="Galveston" filename="Galveston.wav"/>
<prompt phrase="Geiger" filename="Geiger.wav"/>
<prompt phrase="Hamilton" filename="Hamilton.wav"/>
<prompt phrase="Istanbul" filename="Istanbul.wav"/>
<prompt phrase="Jamaica" filename="Jamaica.wav"/>
<prompt phrase="Jupiter" filename="Jupiter.wav"/>
<prompt phrase="Medusa" filename="Medusa.wav"/>
<prompt phrase="Mohawk" filename="Mohawk.wav"/>
<prompt phrase="Montana" filename="Montana.wav"/>
<prompt phrase="Neptune" filename="Neptune.wav"/>
<prompt phrase="Norwegian" filename="Norwegian.wav"/>
<prompt phrase="Oakland" filename="Oakland.wav"/>
<prompt phrase="October" filename="October.wav"/>
<prompt phrase="Ohio" filename="Ohio.wav"/>
<prompt phrase="Orlando" filename="Orlando.wav"/>
<prompt phrase="Pacific" filename="Pacific.wav"/>
<prompt phrase="Pandora" filename="Pandora.wav"/>
<prompt phrase="Pegasus" filename="Pegasus.wav"/>
<prompt phrase="Pluto" filename="Pluto.wav"/>
<prompt phrase="Saturday" filename="Saturday.wav"/>
<prompt phrase="Scotland" filename="Scotland.wav"/>
<prompt phrase="Trojan" filename="Trojan.wav"/>
<prompt phrase="Virginia" filename="Virginia.wav"/>
<prompt phrase="Vulcan" filename="Vulcan.wav"/>
<prompt phrase="Waterloo" filename="Waterloo.wav"/>
<prompt phrase="Wichita" filename="Wichita.wav"/>
<prompt phrase="Wilmington" filename="Wilmington.wav"/>
<prompt phrase="Wyoming" filename="Wyoming.wav"/>
<prompt phrase="Yucatan" filename="Yucatan.wav"/>
<prompt phrase="Zulu" filename="Zulu.wav"/>
<prompt phrase="aardvark" filename="aardvark.wav"/>
<prompt phrase="absurd" filename="absurd.wav"/>
<prompt phrase="accrue" filename="accrue.wav"/>
<prompt phrase="acme" filename="acme.wav"/>
<prompt phrase="adrift" filename="adrift.wav"/>
<prompt phrase="adroitness" filename="adroitness.wav"/>
<prompt phrase="adult" filename="adult.wav"/>
<prompt phrase="adviser" filename="adviser.wav"/>
<prompt phrase="afflict" filename="afflict.wav"/>
<prompt phrase="aftermath" filename="aftermath.wav"/>
<prompt phrase="aggregate" filename="aggregate.wav"/>
<prompt phrase="ahead" filename="ahead.wav"/>
<prompt phrase="aimless" filename="aimless.wav"/>
<prompt phrase="alkali" filename="alkali.wav"/>
<prompt phrase="allow" filename="allow.wav"/>
<prompt phrase="almighty" filename="almighty.wav"/>
<prompt phrase="alone" filename="alone.wav"/>
<prompt phrase="ammo" filename="ammo.wav"/>
<prompt phrase="amulet" filename="amulet.wav"/>
<prompt phrase="amusement" filename="amusement.wav"/>
<prompt phrase="ancient" filename="ancient.wav"/>
<prompt phrase="antenna" filename="antenna.wav"/>
<prompt phrase="apple" filename="apple.wav"/>
<prompt phrase="applicant" filename="applicant.wav"/>
<prompt phrase="armistice" filename="armistice.wav"/>
<prompt phrase="article" filename="article.wav"/>
<prompt phrase="artist" filename="artist.wav"/>
<prompt phrase="assume" filename="assume.wav"/>
<prompt phrase="asteroid" filename="asteroid.wav"/>
<prompt phrase="atlas" filename="atlas.wav"/>
<prompt phrase="atmosphere" filename="atmosphere.wav"/>
<prompt phrase="autopsy" filename="autopsy.wav"/>
<prompt phrase="baboon" filename="baboon.wav"/>
<prompt phrase="backfield" filename="backfield.wav"/>
<prompt phrase="backward" filename="backward.wav"/>
<prompt phrase="backwater" filename="backwater.wav"/>
<prompt phrase="banjo" filename="banjo.wav"/>
<prompt phrase="barbecue" filename="barbecue.wav"/>
<prompt phrase="beaming" filename="beaming.wav"/>
<prompt phrase="bedlamp" filename="bedlamp.wav"/>
<prompt phrase="beehive" filename="beehive.wav"/>
<prompt phrase="beeswax" filename="beeswax.wav"/>
<prompt phrase="befriend" filename="befriend.wav"/>
<prompt phrase="being" filename="being.wav"/>
<prompt phrase="belowground" filename="belowground.wav"/>
<prompt phrase="berserk" filename="berserk.wav"/>
<prompt phrase="bifocals" filename="bifocals.wav"/>
<prompt phrase="billiard" filename="billiard.wav"/>
<prompt phrase="bison" filename="bison.wav"/>
<prompt phrase="blackjack" filename="blackjack.wav"/>
<prompt phrase="blockade" filename="blockade.wav"/>
<prompt phrase="blowtorch" filename="blowtorch.wav"/>
<prompt phrase="bluebird" filename="bluebird.wav"/>
<prompt phrase="bodyguard" filename="bodyguard.wav"/>
<prompt phrase="bombast" filename="bombast.wav"/>
<prompt phrase="bookseller" filename="bookseller.wav"/>
<prompt phrase="bookshelf" filename="bookshelf.wav"/>
<prompt phrase="borderline" filename="borderline.wav"/>
<prompt phrase="bottomless" filename="bottomless.wav"/>
<prompt phrase="brackish" filename="brackish.wav"/>
<prompt phrase="bravado" filename="bravado.wav"/>
<prompt phrase="breadline" filename="breadline.wav"/>
<prompt phrase="breakaway" filename="breakaway.wav"/>
<prompt phrase="breakup" filename="breakup.wav"/>
<prompt phrase="brickyard" filename="brickyard.wav"/>
<prompt phrase="briefcase" filename="briefcase.wav"/>
<prompt phrase="businessman" filename="businessman.wav"/>
<prompt phrase="butterfat" filename="butterfat.wav"/>
<prompt phrase="button" filename="button.wav"/>
<prompt phrase="buzzard" filename="buzzard.wav"/>
<prompt phrase="candidate" filename="candidate.wav"/>
<prompt phrase="cannonball" filename="cannonball.wav"/>
<prompt phrase="caravan" filename="caravan.wav"/>
<prompt phrase="caretaker" filename="caretaker.wav"/>
<prompt phrase="celebrate" filename="celebrate.wav"/>
<prompt phrase="cellulose" filename="cellulose.wav"/>
<prompt phrase="cement" filename="cement.wav"/>
<prompt phrase="certify" filename="certify.wav"/>
<prompt phrase="chairlift" filename="chairlift.wav"/>
<prompt phrase="chambermaid" filename="chambermaid.wav"/>
<prompt phrase="chatter" filename="chatter.wav"/>
<prompt phrase="checkup" filename="checkup.wav"/>
<prompt phrase="chisel" filename="chisel.wav"/>
<prompt phrase="choking" filename="choking.wav"/>
<prompt phrase="chopper" filename="chopper.wav"/>
<prompt phrase="clamshell" filename="clamshell.wav"/>
<prompt phrase="classic" filename="classic.wav"/>
<prompt phrase="classroom" filename="classroom.wav"/>
<prompt phrase="cleanup" filename="cleanup.wav"/>
<prompt phrase="clergyman" filename="clergyman.wav"/>
<prompt phrase="clockwork" filename="clockwork.wav"/>
<prompt phrase="cobra" filename="cobra.wav"/>
<prompt phrase="coherence" filename="coherence.wav"/>
<prompt phrase="combustion" filename="combustion.wav"/>
<prompt phrase="commando" filename="commando.wav"/>
<prompt phrase="commence" filename="commence.wav"/>
<prompt phrase="company" filename="company.wav"/>
<prompt phrase="component" filename="component.wav"/>
<prompt phrase="concert" filename="concert.wav"/>
<prompt phrase="concurrent" filename="concurrent.wav"/>
<prompt phrase="confidence" filename="confidence.wav"/>
<prompt phrase="conference" filename="conference.wav"/>
<prompt phrase="conformist" filename="conformist.wav"/>
<prompt phrase="congregate" filename="congregate.wav"/>
<prompt phrase="consensus" filename="consensus.wav"/>
<prompt phrase="consulting" filename="consulting.wav"/>
<prompt phrase="corporate" filename="corporate.wav"/>
<prompt phrase="corrosion" filename="corrosion.wav"/>
<prompt phrase="councilman" filename="councilman.wav"/>
<prompt phrase="cowbell" filename="cowbell.wav"/>
<prompt phrase="crackdown" filename="crackdown.wav"/>
<prompt phrase="cranky" filename="cranky.wav"/>
<prompt phrase="crossover" filename="crossover.wav"/>
<prompt phrase="crowfoot" filename="crowfoot.wav"/>
<prompt phrase="crucial" filename="crucial.wav"/>
<prompt phrase="crucifix" filename="crucifix.wav"/>
<prompt phrase="crumpled" filename="crumpled.wav"/>
<prompt phrase="crusade" filename="crusade.wav"/>
<prompt phrase="cubic" filename="cubic.wav"/>
<prompt phrase="cumbersome" filename="cumbersome.wav"/>
<prompt phrase="customer" filename="customer.wav"/>
<prompt phrase="dashboard" filename="dashboard.wav"/>
<prompt phrase="deadbolt" filename="deadbolt.wav"/>
<prompt phrase="decadence" filename="decadence.wav"/>
<prompt phrase="decimal" filename="decimal.wav"/>
<prompt phrase="deckhand" filename="deckhand.wav"/>
<prompt phrase="designing" filename="designing.wav"/>
<prompt phrase="detector" filename="detector.wav"/>
<prompt phrase="detergent" filename="detergent.wav"/>
<prompt phrase="determine" filename="determine.wav"/>
<prompt phrase="dictator" filename="dictator.wav"/>
<prompt phrase="dinosaur" filename="dinosaur.wav"/>
<prompt phrase="direction" filename="direction.wav"/>
<prompt phrase="disable" filename="disable.wav"/>
<prompt phrase="disbelief" filename="disbelief.wav"/>
<prompt phrase="disruptive" filename="disruptive.wav"/>
<prompt phrase="distortion" filename="distortion.wav"/>
<prompt phrase="document" filename="document.wav"/>
<prompt phrase="dogsled" filename="dogsled.wav"/>
<prompt phrase="dragnet" filename="dragnet.wav"/>
<prompt phrase="drainage" filename="drainage.wav"/>
<prompt phrase="dreadful" filename="dreadful.wav"/>
<prompt phrase="drifter" filename="drifter.wav"/>
<prompt phrase="dropper" filename="dropper.wav"/>
<prompt phrase="drumbeat" filename="drumbeat.wav"/>
<prompt phrase="drunken" filename="drunken.wav"/>
<prompt phrase="dwelling" filename="dwelling.wav"/>
<prompt phrase="eating" filename="eating.wav"/>
<prompt phrase="edict" filename="edict.wav"/>
<prompt phrase="egghead" filename="egghead.wav"/>
<prompt phrase="eightball" filename="eightball.wav"/>
<prompt phrase="embezzle" filename="embezzle.wav"/>
<prompt phrase="enchanting" filename="enchanting.wav"/>
<prompt phrase="endorse" filename="endorse.wav"/>
<prompt phrase="endow" filename="endow.wav"/>
<prompt phrase="enlist" filename="enlist.wav"/>
<prompt phrase="enrollment" filename="enrollment.wav"/>
<prompt phrase="enterprise" filename="enterprise.wav"/>
<prompt phrase="equation" filename="equation.wav"/>
<prompt phrase="equipment" filename="equipment.wav"/>
<prompt phrase="erase" filename="erase.wav"/>
<prompt phrase="escapade" filename="escapade.wav"/>
<prompt phrase="escape" filename="escape.wav"/>
<prompt phrase="everyday" filename="everyday.wav"/>
<prompt phrase="examine" filename="examine.wav"/>
<prompt phrase="exceed" filename="exceed.wav"/>
<prompt phrase="existence" filename="existence.wav"/>
<prompt phrase="exodus" filename="exodus.wav"/>
<prompt phrase="eyeglass" filename="eyeglass.wav"/>
<prompt phrase="eyetooth" filename="eyetooth.wav"/>
<prompt phrase="facial" filename="facial.wav"/>
<prompt phrase="fallout" filename="fallout.wav"/>
<prompt phrase="fascinate" filename="fascinate.wav"/>
<prompt phrase="filament" filename="filament.wav"/>
<prompt phrase="finicky" filename="finicky.wav"/>
<prompt phrase="flagpole" filename="flagpole.wav"/>
<prompt phrase="flatfoot" filename="flatfoot.wav"/>
<prompt phrase="flytrap" filename="flytrap.wav"/>
<prompt phrase="forever" filename="forever.wav"/>
<prompt phrase="fortitude" filename="fortitude.wav"/>
<prompt phrase="fracture" filename="fracture.wav"/>
<prompt phrase="framework" filename="framework.wav"/>
<prompt phrase="freedom" filename="freedom.wav"/>
<prompt phrase="frequency" filename="frequency.wav"/>
<prompt phrase="frighten" filename="frighten.wav"/>
<prompt phrase="gadgetry" filename="gadgetry.wav"/>
<prompt phrase="gazelle" filename="gazelle.wav"/>
<prompt phrase="getaway" filename="getaway.wav"/>
<prompt phrase="glitter" filename="glitter.wav"/>
<prompt phrase="glossary" filename="glossary.wav"/>
<prompt phrase="glucose" filename="glucose.wav"/>
<prompt phrase="goggles" filename="goggles.wav"/>
<prompt phrase="goldfish" filename="goldfish.wav"/>
<prompt phrase="gossamer" filename="gossamer.wav"/>
<prompt phrase="graduate" filename="graduate.wav"/>
<prompt phrase="gravity" filename="gravity.wav"/>
<prompt phrase="gremlin" filename="gremlin.wav"/>
<prompt phrase="guidance" filename="guidance.wav"/>
<prompt phrase="guitarist" filename="guitarist.wav"/>
<prompt phrase="hamburger" filename="hamburger.wav"/>
<prompt phrase="hamlet" filename="hamlet.wav"/>
<prompt phrase="handiwork" filename="handiwork.wav"/>
<prompt phrase="hazardous" filename="hazardous.wav"/>
<prompt phrase="headwaters" filename="headwaters.wav"/>
<prompt phrase="hemisphere" filename="hemisphere.wav"/>
<prompt phrase="hesitate" filename="hesitate.wav"/>
<prompt phrase="hideaway" filename="hideaway.wav"/>
<prompt phrase="highchair" filename="highchair.wav"/>
<prompt phrase="hockey" filename="hockey.wav"/>
<prompt phrase="holiness" filename="holiness.wav"/>
<prompt phrase="hurricane" filename="hurricane.wav"/>
<prompt phrase="hydraulic" filename="hydraulic.wav"/>
<prompt phrase="impartial" filename="impartial.wav"/>
<prompt phrase="impetus" filename="impetus.wav"/>