aboutsummaryrefslogtreecommitdiff
path: root/net/asterisk13/pkg-plist
blob: 52b0d794b3dfd747887d070caab18e18b23a6870 (plain) (blame)
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
1001
1002
1003
1004
1005
1006
1007
1008
1009
1010
1011
1012
1013
1014
1015
1016
1017
1018
1019
1020
1021
1022
1023
1024
1025
1026
1027
1028
1029
1030
1031
1032
1033
1034
1035
1036
1037
1038
1039
1040
1041
1042
1043
1044
1045
1046
1047
1048
1049
1050
1051
1052
1053
1054
1055
1056
1057
1058
1059
1060
1061
1062
1063
1064
1065
1066
1067
1068
1069
1070
1071
1072
1073
1074
1075
1076
1077
1078
1079
1080
1081
1082
1083
1084
1085
1086
1087
1088
1089
1090
1091
1092
1093
1094
1095
1096
1097
1098
1099
1100
1101
1102
1103
1104
1105
1106
1107
1108
1109
1110
1111
1112
1113
1114
1115
1116
1117
1118
1119
1120
1121
1122
1123
1124
1125
1126
1127
1128
1129
1130
1131
1132
1133
1134
1135
1136
1137
1138
1139
1140
1141
1142
1143
1144
1145
1146
1147
1148
1149
1150
1151
1152
1153
1154
1155
1156
1157
1158
1159
1160
1161
1162
1163
1164
1165
1166
1167
1168
1169
1170
1171
1172
1173
1174
1175
1176
1177
1178
1179
1180
1181
1182
1183
1184
1185
1186
1187
1188
1189
1190
1191
1192
1193
1194
1195
1196
1197
1198
1199
1200
1201
1202
1203
1204
1205
1206
1207
1208
1209
1210
1211
1212
1213
1214
1215
1216
1217
1218
1219
1220
1221
1222
1223
@sample %%ETCDIR%%/acl.conf.sample
@sample %%ETCDIR%%/adsi.conf.sample
@sample %%ETCDIR%%/agents.conf.sample
@sample %%ETCDIR%%/alarmreceiver.conf.sample
@sample %%ETCDIR%%/alsa.conf.sample
@sample %%ETCDIR%%/amd.conf.sample
@sample %%ETCDIR%%/app_mysql.conf.sample
@sample %%ETCDIR%%/app_skel.conf.sample
@sample %%ETCDIR%%/ari.conf.sample
@sample %%ETCDIR%%/asterisk.adsi.sample
@sample %%ETCDIR%%/asterisk.conf.sample
@sample %%ETCDIR%%/calendar.conf.sample
@sample %%ETCDIR%%/ccss.conf.sample
@sample %%ETCDIR%%/cdr.conf.sample
@sample %%ETCDIR%%/cdr_adaptive_odbc.conf.sample
@sample %%ETCDIR%%/cdr_custom.conf.sample
@sample %%ETCDIR%%/cdr_manager.conf.sample
@sample %%ETCDIR%%/cdr_mysql.conf.sample
@sample %%ETCDIR%%/cdr_odbc.conf.sample
@sample %%ETCDIR%%/cdr_pgsql.conf.sample
@sample %%ETCDIR%%/cdr_sqlite3_custom.conf.sample
@sample %%ETCDIR%%/cdr_syslog.conf.sample
@sample %%ETCDIR%%/cdr_tds.conf.sample
@sample %%ETCDIR%%/cel.conf.sample
@sample %%ETCDIR%%/cel_custom.conf.sample
@sample %%ETCDIR%%/cel_odbc.conf.sample
@sample %%ETCDIR%%/cel_pgsql.conf.sample
@sample %%ETCDIR%%/cel_sqlite3_custom.conf.sample
@sample %%ETCDIR%%/cel_tds.conf.sample
@sample %%ETCDIR%%/chan_dahdi.conf.sample
@sample %%ETCDIR%%/chan_mobile.conf.sample
@sample %%ETCDIR%%/cli.conf.sample
@sample %%ETCDIR%%/cli_aliases.conf.sample
@sample %%ETCDIR%%/cli_permissions.conf.sample
@sample %%ETCDIR%%/codecs.conf.sample
@sample %%ETCDIR%%/confbridge.conf.sample
@sample %%ETCDIR%%/config_test.conf.sample
@sample %%ETCDIR%%/console.conf.sample
@sample %%ETCDIR%%/dbsep.conf.sample
@sample %%ETCDIR%%/dnsmgr.conf.sample
@sample %%ETCDIR%%/dsp.conf.sample
@sample %%ETCDIR%%/dundi.conf.sample
@sample %%ETCDIR%%/enum.conf.sample
@sample %%ETCDIR%%/extconfig.conf.sample
@sample %%ETCDIR%%/extensions.ael.sample
@sample %%ETCDIR%%/extensions.conf.sample
@sample %%ETCDIR%%/extensions.lua.sample
@sample %%ETCDIR%%/extensions_minivm.conf.sample
@sample %%ETCDIR%%/features.conf.sample
@sample %%ETCDIR%%/festival.conf.sample
@sample %%ETCDIR%%/followme.conf.sample
@sample %%ETCDIR%%/func_odbc.conf.sample
@sample %%ETCDIR%%/hep.conf.sample
@sample %%ETCDIR%%/http.conf.sample
@sample %%ETCDIR%%/iax.conf.sample
@sample %%ETCDIR%%/iaxprov.conf.sample
@sample %%ETCDIR%%/indications.conf.sample
@sample %%ETCDIR%%/logger.conf.sample
@sample %%ETCDIR%%/manager.conf.sample
@sample %%ETCDIR%%/meetme.conf.sample
@sample %%ETCDIR%%/mgcp.conf.sample
@sample %%ETCDIR%%/minivm.conf.sample
@sample %%ETCDIR%%/misdn.conf.sample
@sample %%ETCDIR%%/modules.conf.sample
@sample %%ETCDIR%%/motif.conf.sample
@sample %%ETCDIR%%/musiconhold.conf.sample
@sample %%ETCDIR%%/muted.conf.sample
@sample %%ETCDIR%%/ooh323.conf.sample
@sample %%ETCDIR%%/osp.conf.sample
@sample %%ETCDIR%%/oss.conf.sample
@sample %%ETCDIR%%/phone.conf.sample
@sample %%ETCDIR%%/phoneprov.conf.sample
@sample %%ETCDIR%%/pjsip.conf.sample
@sample %%ETCDIR%%/pjsip_notify.conf.sample
@sample %%ETCDIR%%/pjsip_wizard.conf.sample
@sample %%ETCDIR%%/queuerules.conf.sample
@sample %%ETCDIR%%/queues.conf.sample
@sample %%ETCDIR%%/res_config_mysql.conf.sample
@sample %%ETCDIR%%/res_config_sqlite.conf.sample
@sample %%ETCDIR%%/res_config_sqlite3.conf.sample
@sample %%ETCDIR%%/res_corosync.conf.sample
@sample %%ETCDIR%%/res_curl.conf.sample
@sample %%ETCDIR%%/res_fax.conf.sample
@sample %%ETCDIR%%/res_ldap.conf.sample
@sample %%ETCDIR%%/res_odbc.conf.sample
@sample %%ETCDIR%%/res_parking.conf.sample
@sample %%ETCDIR%%/res_pgsql.conf.sample
@sample %%ETCDIR%%/res_pktccops.conf.sample
@sample %%ETCDIR%%/res_snmp.conf.sample
@sample %%ETCDIR%%/res_stun_monitor.conf.sample
@sample %%ETCDIR%%/rtp.conf.sample
@sample %%ETCDIR%%/say.conf.sample
@sample %%ETCDIR%%/sip.conf.sample
@sample %%ETCDIR%%/sip_notify.conf.sample
@sample %%ETCDIR%%/skinny.conf.sample
@sample %%ETCDIR%%/sla.conf.sample
@sample %%ETCDIR%%/smdi.conf.sample
@sample %%ETCDIR%%/sorcery.conf.sample
@sample %%ETCDIR%%/ss7.timers.sample
@sample %%ETCDIR%%/stasis.conf.sample
@sample %%ETCDIR%%/statsd.conf.sample
@sample %%ETCDIR%%/telcordia-1.adsi.sample
@sample %%ETCDIR%%/test_sorcery.conf.sample
@sample %%ETCDIR%%/udptl.conf.sample
@sample %%ETCDIR%%/unistim.conf.sample
@sample %%ETCDIR%%/users.conf.sample
@sample %%ETCDIR%%/voicemail.conf.sample
@sample %%ETCDIR%%/vpb.conf.sample
@sample %%ETCDIR%%/xmpp.conf.sample
include/asterisk.h
include/asterisk/_private.h
include/asterisk/abstract_jb.h
include/asterisk/acl.h
include/asterisk/adsi.h
include/asterisk/ael_structs.h
include/asterisk/agi.h
include/asterisk/alaw.h
include/asterisk/aoc.h
include/asterisk/app.h
include/asterisk/ari.h
include/asterisk/ast_expr.h
include/asterisk/ast_version.h
include/asterisk/astdb.h
include/asterisk/astmm.h
include/asterisk/astobj.h
include/asterisk/astobj2.h
include/asterisk/astosp.h
include/asterisk/audiohook.h
include/asterisk/autochan.h
include/asterisk/autoconfig.h
include/asterisk/backtrace.h
include/asterisk/beep.h
include/asterisk/bridge.h
include/asterisk/bridge_after.h
include/asterisk/bridge_basic.h
include/asterisk/bridge_channel.h
include/asterisk/bridge_channel_internal.h
include/asterisk/bridge_features.h
include/asterisk/bridge_internal.h
include/asterisk/bridge_roles.h
include/asterisk/bridge_technology.h
include/asterisk/bucket.h
include/asterisk/build.h
include/asterisk/buildinfo.h
include/asterisk/buildopts.h
include/asterisk/calendar.h
include/asterisk/callerid.h
include/asterisk/causes.h
include/asterisk/ccss.h
include/asterisk/cdr.h
include/asterisk/cel.h
include/asterisk/celt.h
include/asterisk/channel.h
include/asterisk/channel_internal.h
include/asterisk/channelstate.h
include/asterisk/chanvars.h
include/asterisk/cli.h
include/asterisk/codec.h
include/asterisk/compat.h
include/asterisk/compiler.h
include/asterisk/config.h
include/asterisk/config_options.h
include/asterisk/core_local.h
include/asterisk/core_unreal.h
include/asterisk/crypto.h
include/asterisk/data.h
include/asterisk/datastore.h
include/asterisk/devicestate.h
include/asterisk/dial.h
include/asterisk/dlinkedlists.h
include/asterisk/dns.h
include/asterisk/dnsmgr.h
include/asterisk/doxygen/architecture.h
include/asterisk/doxygen/asterisk-git-howto.h
include/asterisk/doxygen/commits.h
include/asterisk/doxygen/licensing.h
include/asterisk/doxygen/releases.h
include/asterisk/doxygen/reviewboard.h
include/asterisk/doxyref.h
include/asterisk/dsp.h
include/asterisk/dundi.h
include/asterisk/endian.h
include/asterisk/endpoints.h
include/asterisk/enum.h
include/asterisk/event.h
include/asterisk/event_defs.h
include/asterisk/extconf.h
include/asterisk/features.h
include/asterisk/features_config.h
include/asterisk/file.h
include/asterisk/format.h
include/asterisk/format_cache.h
include/asterisk/format_cap.h
include/asterisk/format_compatibility.h
include/asterisk/frame.h
include/asterisk/framehook.h
include/asterisk/fskmodem.h
include/asterisk/fskmodem_float.h
include/asterisk/fskmodem_int.h
include/asterisk/global_datastores.h
include/asterisk/hashtab.h
include/asterisk/heap.h
include/asterisk/http.h
include/asterisk/http_websocket.h
include/asterisk/image.h
include/asterisk/indications.h
include/asterisk/inline_api.h
include/asterisk/io.h
include/asterisk/json.h
include/asterisk/linkedlists.h
include/asterisk/localtime.h
include/asterisk/lock.h
include/asterisk/logger.h
include/asterisk/manager.h
include/asterisk/max_forwards.h
include/asterisk/md5.h
include/asterisk/media_index.h
include/asterisk/message.h
include/asterisk/mixmonitor.h
include/asterisk/mod_format.h
include/asterisk/module.h
include/asterisk/monitor.h
include/asterisk/musiconhold.h
include/asterisk/netsock.h
include/asterisk/netsock2.h
include/asterisk/network.h
include/asterisk/optional_api.h
include/asterisk/options.h
include/asterisk/opus.h
include/asterisk/parking.h
include/asterisk/paths.h
include/asterisk/pbx.h
include/asterisk/phoneprov.h
include/asterisk/pickup.h
include/asterisk/pktccops.h
include/asterisk/plc.h
include/asterisk/poll-compat.h
include/asterisk/presencestate.h
include/asterisk/privacy.h
include/asterisk/pval.h
include/asterisk/res_fax.h
include/asterisk/res_hep.h
include/asterisk/res_mwi_external.h
include/asterisk/res_odbc.h
include/asterisk/res_pjsip.h
include/asterisk/res_pjsip_body_generator_types.h
include/asterisk/res_pjsip_cli.h
include/asterisk/res_pjsip_outbound_publish.h
include/asterisk/res_pjsip_presence_xml.h
include/asterisk/res_pjsip_pubsub.h
include/asterisk/res_pjsip_session.h
include/asterisk/res_srtp.h
include/asterisk/rtp_engine.h
include/asterisk/say.h
include/asterisk/sched.h
include/asterisk/sdp_srtp.h
include/asterisk/security_events.h
include/asterisk/security_events_defs.h
include/asterisk/select.h
include/asterisk/sem.h
include/asterisk/sha1.h
include/asterisk/silk.h
include/asterisk/sip_api.h
include/asterisk/slin.h
include/asterisk/slinfactory.h
include/asterisk/smdi.h
include/asterisk/smoother.h
include/asterisk/sorcery.h
include/asterisk/sounds_index.h
include/asterisk/speech.h
include/asterisk/spinlock.h
include/asterisk/srv.h
include/asterisk/stasis.h
include/asterisk/stasis_app.h
include/asterisk/stasis_app_device_state.h
include/asterisk/stasis_app_impl.h
include/asterisk/stasis_app_mailbox.h
include/asterisk/stasis_app_playback.h
include/asterisk/stasis_app_recording.h
include/asterisk/stasis_app_snoop.h
include/asterisk/stasis_bridges.h
include/asterisk/stasis_cache_pattern.h
include/asterisk/stasis_channels.h
include/asterisk/stasis_endpoints.h
include/asterisk/stasis_internal.h
include/asterisk/stasis_message_router.h
include/asterisk/stasis_system.h
include/asterisk/stasis_test.h
include/asterisk/statsd.h
include/asterisk/stringfields.h
include/asterisk/strings.h
include/asterisk/stun.h
include/asterisk/syslog.h
include/asterisk/taskprocessor.h
include/asterisk/tcptls.h
include/asterisk/tdd.h
include/asterisk/term.h
include/asterisk/test.h
include/asterisk/threadpool.h
include/asterisk/threadstorage.h
include/asterisk/time.h
include/asterisk/timing.h
include/asterisk/transcap.h
include/asterisk/translate.h
include/asterisk/udptl.h
include/asterisk/ulaw.h
include/asterisk/unaligned.h
include/asterisk/uri.h
include/asterisk/utils.h
include/asterisk/uuid.h
include/asterisk/vector.h
include/asterisk/version.h
include/asterisk/xml.h
include/asterisk/xmldoc.h
include/asterisk/xmpp.h
lib/asterisk/modules/app_agent_pool.so
lib/asterisk/modules/app_bridgewait.so
lib/asterisk/modules/app_celgenuserevent.so
lib/asterisk/modules/app_confbridge.so
lib/asterisk/modules/app_minivm.so
%%MYSQL%%lib/asterisk/modules/app_mysql.so
lib/asterisk/modules/app_originate.so
lib/asterisk/modules/app_page.so
lib/asterisk/modules/app_playtones.so
lib/asterisk/modules/app_readexten.so
lib/asterisk/modules/app_stasis.so
lib/asterisk/modules/app_waituntil.so
lib/asterisk/modules/bridge_builtin_features.so
lib/asterisk/modules/bridge_builtin_interval_features.so
lib/asterisk/modules/bridge_holding.so
lib/asterisk/modules/bridge_native_rtp.so
lib/asterisk/modules/bridge_simple.so
lib/asterisk/modules/bridge_softmix.so
%%ODBC%%lib/asterisk/modules/cdr_adaptive_odbc.so
%%XMPP%%lib/asterisk/modules/chan_motif.so
lib/asterisk/modules/chan_bridge_media.so
%%PORTAUDIO%%lib/asterisk/modules/chan_console.so
lib/asterisk/modules/chan_mgcp.so
%%OOH323%%lib/asterisk/modules/chan_ooh323.so
%%PJSIP%%lib/asterisk/modules/chan_pjsip.so
lib/asterisk/modules/chan_unistim.so
lib/asterisk/modules/codec_g722.so
lib/asterisk/modules/format_g719.so
lib/asterisk/modules/format_siren14.so
lib/asterisk/modules/format_siren7.so
lib/asterisk/modules/func_aes.so
lib/asterisk/modules/func_audiohookinherit.so
lib/asterisk/modules/func_blacklist.so
lib/asterisk/modules/func_config.so
lib/asterisk/modules/func_devstate.so
lib/asterisk/modules/func_dialgroup.so
lib/asterisk/modules/func_dialplan.so
lib/asterisk/modules/func_extstate.so
lib/asterisk/modules/func_hangupcause.so
lib/asterisk/modules/func_iconv.so
lib/asterisk/modules/func_jitterbuffer.so
lib/asterisk/modules/func_lock.so
lib/asterisk/modules/func_module.so
lib/asterisk/modules/func_periodic_hook.so
%%PJSIP%%lib/asterisk/modules/func_pjsip_endpoint.so
%%PJSIP%%lib/asterisk/modules/func_pjsip_aor.so
%%PJSIP%%lib/asterisk/modules/func_pjsip_contact.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_config_wizard.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_keepalive.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_sips_contact.so
lib/asterisk/modules/func_presencestate.so
lib/asterisk/modules/func_shell.so
lib/asterisk/modules/func_sorcery.so
%%SPEEX%%lib/asterisk/modules/func_speex.so
lib/asterisk/modules/func_sprintf.so
lib/asterisk/modules/func_sysinfo.so
lib/asterisk/modules/func_talkdetect.so
lib/asterisk/modules/func_version.so
lib/asterisk/modules/func_vmcount.so
lib/asterisk/modules/func_volume.so
lib/asterisk/modules/res_ael_share.so
lib/asterisk/modules/res_ari.so
lib/asterisk/modules/res_ari_applications.so
lib/asterisk/modules/res_ari_asterisk.so
lib/asterisk/modules/res_ari_bridges.so
lib/asterisk/modules/res_ari_channels.so
lib/asterisk/modules/res_ari_device_states.so
lib/asterisk/modules/res_ari_endpoints.so
lib/asterisk/modules/res_ari_events.so
lib/asterisk/modules/res_ari_model.so
lib/asterisk/modules/res_ari_playbacks.so
lib/asterisk/modules/res_ari_recordings.so
lib/asterisk/modules/res_ari_sounds.so
lib/asterisk/modules/res_clialiases.so
%%CURL%%lib/asterisk/modules/res_curl.so
%%CURL%%lib/asterisk/modules/res_config_curl.so
%%LDAP%%lib/asterisk/modules/res_config_ldap.so
%%SQLITE2%%lib/asterisk/modules/res_config_sqlite.so
lib/asterisk/modules/res_config_sqlite3.so
lib/asterisk/modules/res_format_attr_celt.so
lib/asterisk/modules/res_format_attr_h263.so
lib/asterisk/modules/res_format_attr_h264.so
lib/asterisk/modules/res_format_attr_opus.so
lib/asterisk/modules/res_format_attr_silk.so
lib/asterisk/modules/res_hep.so
%%PJSIP%%lib/asterisk/modules/res_hep_pjsip.so
lib/asterisk/modules/res_hep_rtcp.so
lib/asterisk/modules/res_http_websocket.so
lib/asterisk/modules/res_limit.so
lib/asterisk/modules/res_manager_devicestate.so
lib/asterisk/modules/res_manager_presencestate.so
lib/asterisk/modules/res_parking.so
lib/asterisk/modules/res_phoneprov.so
%%PJSIP%%lib/asterisk/modules/res_pjsip.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_acl.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_authenticator_digest.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_caller_id.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_dialog_info_body_generator.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_diversion.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_dlg_options.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_dtmf_info.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_anonymous.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_ip.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_endpoint_identifier_user.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_exten_state.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_header_funcs.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_log_forwarder.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_logger.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_messaging.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_multihomed.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_mwi.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_mwi_body_generator.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_nat.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_notify.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_one_touch_record_info.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_authenticator_digest.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_publish.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_outbound_registration.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_path.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_phoneprov_provider.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_body_generator.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_digium_body_supplement.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_pidf_eyebeam_body_supplement.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_publish_asterisk.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_pubsub.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_refer.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_registrar.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_registrar_expire.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_rfc3326.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_sdp_rtp.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_send_to_voicemail.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_session.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_t38.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_transport_websocket.so
%%PJSIP%%lib/asterisk/modules/res_pjsip_xpidf_body_generator.so
lib/asterisk/modules/res_pktccops.so
lib/asterisk/modules/res_realtime.so
lib/asterisk/modules/res_sorcery_astdb.so
lib/asterisk/modules/res_sorcery_config.so
lib/asterisk/modules/res_sorcery_memory.so
lib/asterisk/modules/res_sorcery_memory_cache.so
lib/asterisk/modules/res_sorcery_realtime.so
%%SRTP%%lib/asterisk/modules/res_srtp.so
lib/asterisk/modules/res_stasis.so
lib/asterisk/modules/res_stasis_answer.so
lib/asterisk/modules/res_stasis_device_state.so
lib/asterisk/modules/res_stasis_playback.so
lib/asterisk/modules/res_stasis_recording.so
lib/asterisk/modules/res_stasis_snoop.so
lib/asterisk/modules/res_statsd.so
%%DAHDI%%lib/asterisk/modules/res_timing_dahdi.so
lib/asterisk/modules/res_timing_pthread.so
%%XMPP%%lib/asterisk/modules/res_xmpp.so
lib/asterisk/modules/app_adsiprog.so
lib/asterisk/modules/app_alarmreceiver.so
lib/asterisk/modules/app_amd.so
lib/asterisk/modules/app_authenticate.so
lib/asterisk/modules/app_cdr.so
lib/asterisk/modules/app_chanisavail.so
lib/asterisk/modules/app_channelredirect.so
lib/asterisk/modules/app_chanspy.so
lib/asterisk/modules/app_controlplayback.so
lib/asterisk/modules/app_db.so
lib/asterisk/modules/app_dial.so
lib/asterisk/modules/app_dictate.so
lib/asterisk/modules/app_directed_pickup.so
lib/asterisk/modules/app_directory.so
lib/asterisk/modules/app_disa.so
lib/asterisk/modules/app_dumpchan.so
lib/asterisk/modules/app_echo.so
lib/asterisk/modules/app_exec.so
lib/asterisk/modules/app_externalivr.so
lib/asterisk/modules/app_festival.so
lib/asterisk/modules/app_followme.so
lib/asterisk/modules/app_forkcdr.so
lib/asterisk/modules/app_getcpeid.so
lib/asterisk/modules/app_ices.so
lib/asterisk/modules/app_image.so
lib/asterisk/modules/app_macro.so
lib/asterisk/modules/app_milliwatt.so
lib/asterisk/modules/app_mixmonitor.so
lib/asterisk/modules/app_morsecode.so
lib/asterisk/modules/app_mp3.so
lib/asterisk/modules/app_nbscat.so
lib/asterisk/modules/app_playback.so
lib/asterisk/modules/app_privacy.so
lib/asterisk/modules/app_queue.so
lib/asterisk/modules/app_read.so
lib/asterisk/modules/app_record.so
lib/asterisk/modules/app_sayunixtime.so
lib/asterisk/modules/app_senddtmf.so
lib/asterisk/modules/app_sendtext.so
lib/asterisk/modules/app_sms.so
lib/asterisk/modules/app_softhangup.so
lib/asterisk/modules/app_speech_utils.so
lib/asterisk/modules/app_stack.so
lib/asterisk/modules/app_system.so
lib/asterisk/modules/app_talkdetect.so
lib/asterisk/modules/app_test.so
lib/asterisk/modules/app_transfer.so
lib/asterisk/modules/app_url.so
lib/asterisk/modules/app_userevent.so
lib/asterisk/modules/app_verbose.so
lib/asterisk/modules/app_voicemail.so
lib/asterisk/modules/app_waitforring.so
lib/asterisk/modules/app_waitforsilence.so
lib/asterisk/modules/app_while.so
lib/asterisk/modules/app_zapateller.so
lib/asterisk/modules/cdr_csv.so
lib/asterisk/modules/cdr_custom.so
lib/asterisk/modules/cdr_manager.so
%%MYSQL%%lib/asterisk/modules/cdr_mysql.so
%%PGSQL%%lib/asterisk/modules/cdr_pgsql.so
%%RADIUS%%lib/asterisk/modules/cdr_radius.so
lib/asterisk/modules/cdr_sqlite3_custom.so
lib/asterisk/modules/cdr_syslog.so
lib/asterisk/modules/cel_custom.so
lib/asterisk/modules/cel_manager.so
%%ODBC%%lib/asterisk/modules/cel_odbc.so
%%PGSQL%%lib/asterisk/modules/cel_pgsql.so
%%RADIUS%%lib/asterisk/modules/cel_radius.so
lib/asterisk/modules/cel_sqlite3_custom.so
%%FREETDS%%lib/asterisk/modules/cel_tds.so
lib/asterisk/modules/chan_iax2.so
lib/asterisk/modules/chan_multicast_rtp.so
lib/asterisk/modules/chan_oss.so
lib/asterisk/modules/chan_sip.so
lib/asterisk/modules/chan_skinny.so
lib/asterisk/modules/codec_a_mu.so
lib/asterisk/modules/codec_adpcm.so
lib/asterisk/modules/codec_alaw.so
lib/asterisk/modules/codec_g726.so
%%GSM%%lib/asterisk/modules/codec_gsm.so
lib/asterisk/modules/codec_ilbc.so
lib/asterisk/modules/codec_lpc10.so
lib/asterisk/modules/codec_resample.so
%%SPEEX%%lib/asterisk/modules/codec_speex.so
lib/asterisk/modules/codec_ulaw.so
lib/asterisk/modules/format_g723.so
lib/asterisk/modules/format_g726.so
lib/asterisk/modules/format_g729.so
lib/asterisk/modules/format_gsm.so
lib/asterisk/modules/format_h263.so
lib/asterisk/modules/format_h264.so
lib/asterisk/modules/format_ilbc.so
lib/asterisk/modules/format_jpeg.so
%%VORBIS%%lib/asterisk/modules/format_ogg_vorbis.so
lib/asterisk/modules/format_pcm.so
lib/asterisk/modules/format_sln.so
lib/asterisk/modules/format_vox.so
lib/asterisk/modules/format_wav.so
lib/asterisk/modules/format_wav_gsm.so
lib/asterisk/modules/func_base64.so
lib/asterisk/modules/func_callcompletion.so
lib/asterisk/modules/func_callerid.so
lib/asterisk/modules/func_cdr.so
lib/asterisk/modules/func_channel.so
%%CURL%%lib/asterisk/modules/func_curl.so
lib/asterisk/modules/func_cut.so
lib/asterisk/modules/func_db.so
lib/asterisk/modules/func_enum.so
lib/asterisk/modules/func_env.so
lib/asterisk/modules/func_frame_trace.so
lib/asterisk/modules/func_global.so
lib/asterisk/modules/func_groupcount.so
lib/asterisk/modules/func_logic.so
lib/asterisk/modules/func_math.so
lib/asterisk/modules/func_md5.so
%%ODBC%%lib/asterisk/modules/func_odbc.so
lib/asterisk/modules/func_pitchshift.so
lib/asterisk/modules/func_rand.so
lib/asterisk/modules/func_realtime.so
lib/asterisk/modules/func_sha1.so
lib/asterisk/modules/func_srv.so
lib/asterisk/modules/func_strings.so
lib/asterisk/modules/func_timeout.so
lib/asterisk/modules/func_uri.so
lib/asterisk/modules/pbx_ael.so
lib/asterisk/modules/pbx_config.so
lib/asterisk/modules/pbx_dundi.so
lib/asterisk/modules/pbx_loopback.so
lib/asterisk/modules/pbx_realtime.so
lib/asterisk/modules/pbx_spool.so
lib/asterisk/modules/res_adsi.so
lib/asterisk/modules/res_agi.so
lib/asterisk/modules/res_calendar.so
%%EXCHANGE%%lib/asterisk/modules/res_calendar_ews.so
lib/asterisk/modules/res_clioriginate.so
%%MYSQL%%lib/asterisk/modules/res_config_mysql.so
%%PGSQL%%lib/asterisk/modules/res_config_pgsql.so
lib/asterisk/modules/res_convert.so
lib/asterisk/modules/res_crypto.so
lib/asterisk/modules/res_fax.so
%%SPANDSP%%lib/asterisk/modules/res_fax_spandsp.so
lib/asterisk/modules/res_monitor.so
lib/asterisk/modules/res_musiconhold.so
lib/asterisk/modules/res_mutestream.so
lib/asterisk/modules/res_rtp_asterisk.so
lib/asterisk/modules/res_rtp_multicast.so
lib/asterisk/modules/res_security_log.so
lib/asterisk/modules/res_stun_monitor.so
lib/asterisk/modules/res_smdi.so
%%SNMP%%lib/asterisk/modules/res_snmp.so
lib/asterisk/modules/res_speech.so
lib/libasteriskssl.so
lib/libasteriskssl.so.1
man/man8/astdb2bdb.8.gz
man/man8/astdb2sqlite3.8.gz
man/man8/asterisk.8.gz
man/man8/astgenkey.8.gz
man/man8/autosupport.8.gz
man/man8/safe_asterisk.8.gz
sbin/astcanary
sbin/astdb2bdb
sbin/astdb2sqlite3
sbin/asterisk
sbin/astgenkey
sbin/autosupport
sbin/rasterisk
sbin/safe_asterisk
%%DATADIR%%/agi-bin/agi-test.agi
%%DATADIR%%/agi-bin/eagi-sphinx-test
%%DATADIR%%/agi-bin/eagi-test
%%DATADIR%%/agi-bin/jukebox.agi
%%DATADIR%%/documentation/appdocsxml.dtd
%%DATADIR%%/documentation/appdocsxml.xslt
%%DATADIR%%/documentation/core-en_US.xml
%%DATADIR%%/moh/.asterisk-moh-opsound-wav-2.03
%%DATADIR%%/moh/CHANGES-asterisk-moh-opsound-wav
%%DATADIR%%/moh/CREDITS-asterisk-moh-opsound-wav
%%DATADIR%%/moh/LICENSE-asterisk-moh-opsound-wav
%%DATADIR%%/moh/macroform-cold_day.wav
%%DATADIR%%/moh/macroform-robot_dity.wav
%%DATADIR%%/moh/macroform-the_simplicity.wav
%%DATADIR%%/moh/manolo_camp-morning_coffee.wav
%%DATADIR%%/moh/reno_project-system.wav
%%DATADIR%%/phoneprov/000000000000-directory.xml
%%DATADIR%%/phoneprov/000000000000-phone.cfg
%%DATADIR%%/phoneprov/000000000000.cfg
%%DATADIR%%/phoneprov/polycom.xml
%%DATADIR%%/phoneprov/polycom_line.xml
%%DATADIR%%/phoneprov/snom-mac.xml
%%DATADIR%%/rest-api/applications.json
%%DATADIR%%/rest-api/asterisk.json
%%DATADIR%%/rest-api/bridges.json
%%DATADIR%%/rest-api/channels.json
%%DATADIR%%/rest-api/deviceStates.json
%%DATADIR%%/rest-api/endpoints.json
%%DATADIR%%/rest-api/events.json
%%DATADIR%%/rest-api/mailboxes.json
%%DATADIR%%/rest-api/playbacks.json
%%DATADIR%%/rest-api/recordings.json
%%DATADIR%%/rest-api/resources.json
%%DATADIR%%/rest-api/sounds.json
%%DATADIR%%/sounds/en/.asterisk-core-sounds-en-gsm-1.4.27
%%DATADIR%%/sounds/en/CHANGES-asterisk-core-en-1.4.27
%%DATADIR%%/sounds/en/CREDITS-asterisk-core-en-1.4.27
%%DATADIR%%/sounds/en/LICENSE-asterisk-core-en-1.4.27
%%DATADIR%%/sounds/en/ascending-2tone.gsm
%%DATADIR%%/sounds/en/basic-pbx-ivr-main.gsm
%%DATADIR%%/sounds/en/conf-adminmenu-162.gsm
%%DATADIR%%/sounds/en/conf-adminmenu-18.gsm
%%DATADIR%%/sounds/en/conf-adminmenu-menu8.gsm
%%DATADIR%%/sounds/en/conf-extended.gsm
%%DATADIR%%/sounds/en/conf-nonextended.gsm
%%DATADIR%%/sounds/en/conf-now-muted.gsm
%%DATADIR%%/sounds/en/conf-now-recording.gsm
%%DATADIR%%/sounds/en/conf-now-unmuted.gsm
%%DATADIR%%/sounds/en/conf-roll-callcomplete.gsm
%%DATADIR%%/sounds/en/conf-usermenu-162.gsm
%%DATADIR%%/sounds/en/confbridge-begin-glorious-a.gsm
%%DATADIR%%/sounds/en/confbridge-begin-glorious-b.gsm
%%DATADIR%%/sounds/en/confbridge-begin-glorious-c.gsm
%%DATADIR%%/sounds/en/confbridge-begin-leader.gsm
%%DATADIR%%/sounds/en/confbridge-conf-begin.gsm
%%DATADIR%%/sounds/en/confbridge-conf-end.gsm
%%DATADIR%%/sounds/en/confbridge-dec-list-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-dec-list-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-dec-talk-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-dec-talk-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-has-joined.gsm
%%DATADIR%%/sounds/en/confbridge-has-left.gsm
%%DATADIR%%/sounds/en/confbridge-inc-list-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-inc-list-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-inc-talk-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-inc-talk-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-invalid.gsm
%%DATADIR%%/sounds/en/confbridge-join.gsm
%%DATADIR%%/sounds/en/confbridge-leave-in.gsm
%%DATADIR%%/sounds/en/confbridge-leave-out.gsm
%%DATADIR%%/sounds/en/confbridge-leave.gsm
%%DATADIR%%/sounds/en/confbridge-lock-extended.gsm
%%DATADIR%%/sounds/en/confbridge-lock-in.gsm
%%DATADIR%%/sounds/en/confbridge-lock-no-join.gsm
%%DATADIR%%/sounds/en/confbridge-lock-out.gsm
%%DATADIR%%/sounds/en/confbridge-locked.gsm
%%DATADIR%%/sounds/en/confbridge-menu-exit-in.gsm
%%DATADIR%%/sounds/en/confbridge-menu-exit-out.gsm
%%DATADIR%%/sounds/en/confbridge-mute-extended.gsm
%%DATADIR%%/sounds/en/confbridge-mute-in.gsm
%%DATADIR%%/sounds/en/confbridge-mute-out.gsm
%%DATADIR%%/sounds/en/confbridge-muted.gsm
%%DATADIR%%/sounds/en/confbridge-only-one.gsm
%%DATADIR%%/sounds/en/confbridge-only-participant.gsm
%%DATADIR%%/sounds/en/confbridge-participants.gsm
%%DATADIR%%/sounds/en/confbridge-pin-bad.gsm
%%DATADIR%%/sounds/en/confbridge-pin.gsm
%%DATADIR%%/sounds/en/confbridge-remove-last-in.gsm
%%DATADIR%%/sounds/en/confbridge-remove-last-out.gsm
%%DATADIR%%/sounds/en/confbridge-removed.gsm
%%DATADIR%%/sounds/en/confbridge-rest-list-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-rest-list-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-rest-talk-vol-in.gsm
%%DATADIR%%/sounds/en/confbridge-rest-talk-vol-out.gsm
%%DATADIR%%/sounds/en/confbridge-there-are.gsm
%%DATADIR%%/sounds/en/confbridge-unlocked.gsm
%%DATADIR%%/sounds/en/confbridge-unmuted.gsm
%%DATADIR%%/sounds/en/descending-2tone.gsm
%%DATADIR%%/sounds/en/spy-dahdi.gsm
%%DATADIR%%/sounds/en/spy-h323.gsm
%%DATADIR%%/sounds/en/vm-Urgent.gsm
%%DATADIR%%/sounds/en/vm-forward-multiple.gsm
%%DATADIR%%/sounds/en/vm-invalid-password.gsm
%%DATADIR%%/sounds/en/vm-marked-nonurgent.gsm
%%DATADIR%%/sounds/en/vm-marked-urgent.gsm
%%DATADIR%%/sounds/en/vm-pls-try-again.gsm
%%DATADIR%%/sounds/en/vm-record-prepend.gsm
%%DATADIR%%/sounds/en/vm-review-nonurgent.gsm
%%DATADIR%%/sounds/en/vm-review-urgent.gsm
%%DATADIR%%/sounds/en/dir-usingkeypad.gsm
%%DATADIR%%/sounds/en/dir-welcome.gsm
%%DATADIR%%/sounds/en/agent-alreadyon.gsm
%%DATADIR%%/sounds/en/agent-incorrect.gsm
%%DATADIR%%/sounds/en/agent-loggedoff.gsm
%%DATADIR%%/sounds/en/agent-loginok.gsm
%%DATADIR%%/sounds/en/agent-newlocation.gsm
%%DATADIR%%/sounds/en/agent-pass.gsm
%%DATADIR%%/sounds/en/agent-user.gsm
%%DATADIR%%/sounds/en/auth-incorrect.gsm
%%DATADIR%%/sounds/en/auth-thankyou.gsm
%%DATADIR%%/sounds/en/beep.gsm
%%DATADIR%%/sounds/en/beeperr.gsm
%%DATADIR%%/sounds/en/conf-adminmenu.gsm
%%DATADIR%%/sounds/en/conf-enteringno.gsm
%%DATADIR%%/sounds/en/conf-errormenu.gsm
%%DATADIR%%/sounds/en/conf-getchannel.gsm
%%DATADIR%%/sounds/en/conf-getconfno.gsm
%%DATADIR%%/sounds/en/conf-getpin.gsm
%%DATADIR%%/sounds/en/conf-hasjoin.gsm
%%DATADIR%%/sounds/en/conf-hasleft.gsm
%%DATADIR%%/sounds/en/conf-invalid.gsm
%%DATADIR%%/sounds/en/conf-invalidpin.gsm
%%DATADIR%%/sounds/en/conf-kicked.gsm
%%DATADIR%%/sounds/en/conf-leaderhasleft.gsm
%%DATADIR%%/sounds/en/conf-locked.gsm
%%DATADIR%%/sounds/en/conf-lockednow.gsm
%%DATADIR%%/sounds/en/conf-muted.gsm
%%DATADIR%%/sounds/en/conf-noempty.gsm
%%DATADIR%%/sounds/en/conf-onlyone.gsm
%%DATADIR%%/sounds/en/conf-onlyperson.gsm
%%DATADIR%%/sounds/en/conf-otherinparty.gsm
%%DATADIR%%/sounds/en/conf-placeintoconf.gsm
%%DATADIR%%/sounds/en/conf-thereare.gsm
%%DATADIR%%/sounds/en/conf-unlockednow.gsm
%%DATADIR%%/sounds/en/conf-unmuted.gsm
%%DATADIR%%/sounds/en/conf-usermenu.gsm
%%DATADIR%%/sounds/en/conf-userswilljoin.gsm
%%DATADIR%%/sounds/en/conf-userwilljoin.gsm
%%DATADIR%%/sounds/en/conf-waitforleader.gsm
%%DATADIR%%/sounds/en/core-sounds-en.txt
%%DATADIR%%/sounds/en/demo-abouttotry.gsm
%%DATADIR%%/sounds/en/demo-congrats.gsm
%%DATADIR%%/sounds/en/demo-echodone.gsm
%%DATADIR%%/sounds/en/demo-echotest.gsm
%%DATADIR%%/sounds/en/demo-enterkeywords.gsm
%%DATADIR%%/sounds/en/demo-instruct.gsm
%%DATADIR%%/sounds/en/demo-moreinfo.gsm
%%DATADIR%%/sounds/en/demo-nogo.gsm
%%DATADIR%%/sounds/en/demo-nomatch.gsm
%%DATADIR%%/sounds/en/demo-thanks.gsm
%%DATADIR%%/sounds/en/dictate/both_help.gsm
%%DATADIR%%/sounds/en/dictate/enter_filename.gsm
%%DATADIR%%/sounds/en/dictate/forhelp.gsm
%%DATADIR%%/sounds/en/dictate/pause.gsm
%%DATADIR%%/sounds/en/dictate/paused.gsm
%%DATADIR%%/sounds/en/dictate/play_help.gsm
%%DATADIR%%/sounds/en/dictate/playback.gsm
%%DATADIR%%/sounds/en/dictate/playback_mode.gsm
%%DATADIR%%/sounds/en/dictate/record.gsm
%%DATADIR%%/sounds/en/dictate/record_help.gsm
%%DATADIR%%/sounds/en/dictate/record_mode.gsm
%%DATADIR%%/sounds/en/dictate/truncating_audio.gsm
%%DATADIR%%/sounds/en/digits/0.gsm
%%DATADIR%%/sounds/en/digits/1.gsm
%%DATADIR%%/sounds/en/digits/10.gsm
%%DATADIR%%/sounds/en/digits/11.gsm
%%DATADIR%%/sounds/en/digits/12.gsm
%%DATADIR%%/sounds/en/digits/13.gsm
%%DATADIR%%/sounds/en/digits/14.gsm
%%DATADIR%%/sounds/en/digits/15.gsm
%%DATADIR%%/sounds/en/digits/16.gsm
%%DATADIR%%/sounds/en/digits/17.gsm
%%DATADIR%%/sounds/en/digits/18.gsm
%%DATADIR%%/sounds/en/digits/19.gsm
%%DATADIR%%/sounds/en/digits/2.gsm
%%DATADIR%%/sounds/en/digits/20.gsm
%%DATADIR%%/sounds/en/digits/3.gsm
%%DATADIR%%/sounds/en/digits/30.gsm
%%DATADIR%%/sounds/en/digits/4.gsm
%%DATADIR%%/sounds/en/digits/40.gsm
%%DATADIR%%/sounds/en/digits/5.gsm
%%DATADIR%%/sounds/en/digits/50.gsm
%%DATADIR%%/sounds/en/digits/6.gsm
%%DATADIR%%/sounds/en/digits/60.gsm
%%DATADIR%%/sounds/en/digits/7.gsm
%%DATADIR%%/sounds/en/digits/70.gsm
%%DATADIR%%/sounds/en/digits/8.gsm
%%DATADIR%%/sounds/en/digits/80.gsm
%%DATADIR%%/sounds/en/digits/9.gsm
%%DATADIR%%/sounds/en/digits/90.gsm
%%DATADIR%%/sounds/en/digits/a-m.gsm
%%DATADIR%%/sounds/en/digits/at.gsm
%%DATADIR%%/sounds/en/digits/billion.gsm
%%DATADIR%%/sounds/en/digits/day-0.gsm
%%DATADIR%%/sounds/en/digits/day-1.gsm
%%DATADIR%%/sounds/en/digits/day-2.gsm
%%DATADIR%%/sounds/en/digits/day-3.gsm
%%DATADIR%%/sounds/en/digits/day-4.gsm
%%DATADIR%%/sounds/en/digits/day-5.gsm
%%DATADIR%%/sounds/en/digits/day-6.gsm
%%DATADIR%%/sounds/en/digits/dollars.gsm
%%DATADIR%%/sounds/en/digits/h-1.gsm
%%DATADIR%%/sounds/en/digits/h-10.gsm
%%DATADIR%%/sounds/en/digits/h-11.gsm
%%DATADIR%%/sounds/en/digits/h-12.gsm
%%DATADIR%%/sounds/en/digits/h-13.gsm
%%DATADIR%%/sounds/en/digits/h-14.gsm
%%DATADIR%%/sounds/en/digits/h-15.gsm
%%DATADIR%%/sounds/en/digits/h-16.gsm
%%DATADIR%%/sounds/en/digits/h-17.gsm
%%DATADIR%%/sounds/en/digits/h-18.gsm
%%DATADIR%%/sounds/en/digits/h-19.gsm
%%DATADIR%%/sounds/en/digits/h-2.gsm
%%DATADIR%%/sounds/en/digits/h-20.gsm
%%DATADIR%%/sounds/en/digits/h-3.gsm
%%DATADIR%%/sounds/en/digits/h-30.gsm
%%DATADIR%%/sounds/en/digits/h-4.gsm
%%DATADIR%%/sounds/en/digits/h-40.gsm
%%DATADIR%%/sounds/en/digits/h-5.gsm
%%DATADIR%%/sounds/en/digits/h-50.gsm
%%DATADIR%%/sounds/en/digits/h-6.gsm
%%DATADIR%%/sounds/en/digits/h-60.gsm
%%DATADIR%%/sounds/en/digits/h-7.gsm
%%DATADIR%%/sounds/en/digits/h-70.gsm
%%DATADIR%%/sounds/en/digits/h-8.gsm
%%DATADIR%%/sounds/en/digits/h-80.gsm
%%DATADIR%%/sounds/en/digits/h-9.gsm
%%DATADIR%%/sounds/en/digits/h-90.gsm
%%DATADIR%%/sounds/en/digits/h-billion.gsm
%%DATADIR%%/sounds/en/digits/h-hundred.gsm
%%DATADIR%%/sounds/en/digits/h-million.gsm
%%DATADIR%%/sounds/en/digits/h-thousand.gsm
%%DATADIR%%/sounds/en/digits/hundred.gsm
%%DATADIR%%/sounds/en/digits/million.gsm
%%DATADIR%%/sounds/en/digits/minus.gsm
%%DATADIR%%/sounds/en/digits/mon-0.gsm
%%DATADIR%%/sounds/en/digits/mon-1.gsm
%%DATADIR%%/sounds/en/digits/mon-10.gsm
%%DATADIR%%/sounds/en/digits/mon-11.gsm
%%DATADIR%%/sounds/en/digits/mon-2.gsm
%%DATADIR%%/sounds/en/digits/mon-3.gsm
%%DATADIR%%/sounds/en/digits/mon-4.gsm
%%DATADIR%%/sounds/en/digits/mon-5.gsm
%%DATADIR%%/sounds/en/digits/mon-6.gsm
%%DATADIR%%/sounds/en/digits/mon-7.gsm
%%DATADIR%%/sounds/en/digits/mon-8.gsm
%%DATADIR%%/sounds/en/digits/mon-9.gsm
%%DATADIR%%/sounds/en/digits/oclock.gsm
%%DATADIR%%/sounds/en/digits/oh.gsm
%%DATADIR%%/sounds/en/digits/p-m.gsm
%%DATADIR%%/sounds/en/digits/pound.gsm
%%DATADIR%%/sounds/en/digits/star.gsm
%%DATADIR%%/sounds/en/digits/thousand.gsm
%%DATADIR%%/sounds/en/digits/today.gsm
%%DATADIR%%/sounds/en/digits/tomorrow.gsm
%%DATADIR%%/sounds/en/digits/yesterday.gsm
%%DATADIR%%/sounds/en/dir-first.gsm
%%DATADIR%%/sounds/en/dir-firstlast.gsm
%%DATADIR%%/sounds/en/dir-instr.gsm
%%DATADIR%%/sounds/en/dir-intro-fn.gsm
%%DATADIR%%/sounds/en/dir-intro.gsm
%%DATADIR%%/sounds/en/dir-last.gsm
%%DATADIR%%/sounds/en/dir-multi1.gsm
%%DATADIR%%/sounds/en/dir-multi2.gsm
%%DATADIR%%/sounds/en/dir-multi3.gsm
%%DATADIR%%/sounds/en/dir-multi9.gsm
%%DATADIR%%/sounds/en/dir-nomatch.gsm
%%DATADIR%%/sounds/en/dir-nomore.gsm
%%DATADIR%%/sounds/en/dir-pls-enter.gsm
%%DATADIR%%/sounds/en/followme/call-from.gsm
%%DATADIR%%/sounds/en/followme/no-recording.gsm
%%DATADIR%%/sounds/en/followme/options.gsm
%%DATADIR%%/sounds/en/followme/pls-hold-while-try.gsm
%%DATADIR%%/sounds/en/followme/sorry.gsm
%%DATADIR%%/sounds/en/followme/status.gsm
%%DATADIR%%/sounds/en/hello-world.gsm
%%DATADIR%%/sounds/en/hours.gsm
%%DATADIR%%/sounds/en/invalid.gsm
%%DATADIR%%/sounds/en/letters/a.gsm
%%DATADIR%%/sounds/en/letters/ascii123.gsm
%%DATADIR%%/sounds/en/letters/ascii124.gsm
%%DATADIR%%/sounds/en/letters/ascii125.gsm
%%DATADIR%%/sounds/en/letters/ascii126.gsm
%%DATADIR%%/sounds/en/letters/ascii34.gsm
%%DATADIR%%/sounds/en/letters/ascii36.gsm
%%DATADIR%%/sounds/en/letters/ascii37.gsm
%%DATADIR%%/sounds/en/letters/ascii38.gsm
%%DATADIR%%/sounds/en/letters/ascii39.gsm
%%DATADIR%%/sounds/en/letters/ascii40.gsm
%%DATADIR%%/sounds/en/letters/ascii41.gsm
%%DATADIR%%/sounds/en/letters/ascii42.gsm
%%DATADIR%%/sounds/en/letters/ascii44.gsm
%%DATADIR%%/sounds/en/letters/ascii58.gsm
%%DATADIR%%/sounds/en/letters/ascii59.gsm
%%DATADIR%%/sounds/en/letters/ascii60.gsm
%%DATADIR%%/sounds/en/letters/ascii62.gsm
%%DATADIR%%/sounds/en/letters/ascii63.gsm
%%DATADIR%%/sounds/en/letters/ascii91.gsm
%%DATADIR%%/sounds/en/letters/ascii92.gsm
%%DATADIR%%/sounds/en/letters/ascii93.gsm
%%DATADIR%%/sounds/en/letters/ascii94.gsm
%%DATADIR%%/sounds/en/letters/ascii95.gsm
%%DATADIR%%/sounds/en/letters/ascii96.gsm
%%DATADIR%%/sounds/en/letters/asterisk.gsm
%%DATADIR%%/sounds/en/letters/at.gsm
%%DATADIR%%/sounds/en/letters/b.gsm
%%DATADIR%%/sounds/en/letters/c.gsm
%%DATADIR%%/sounds/en/letters/d.gsm
%%DATADIR%%/sounds/en/letters/dash.gsm
%%DATADIR%%/sounds/en/letters/dollar.gsm
%%DATADIR%%/sounds/en/letters/dot.gsm
%%DATADIR%%/sounds/en/letters/e.gsm
%%DATADIR%%/sounds/en/letters/equals.gsm
%%DATADIR%%/sounds/en/letters/exclaimation-point.gsm
%%DATADIR%%/sounds/en/letters/f.gsm
%%DATADIR%%/sounds/en/letters/g.gsm
%%DATADIR%%/sounds/en/letters/h.gsm
%%DATADIR%%/sounds/en/letters/i.gsm
%%DATADIR%%/sounds/en/letters/j.gsm
%%DATADIR%%/sounds/en/letters/k.gsm
%%DATADIR%%/sounds/en/letters/l.gsm
%%DATADIR%%/sounds/en/letters/m.gsm
%%DATADIR%%/sounds/en/letters/n.gsm
%%DATADIR%%/sounds/en/letters/o.gsm
%%DATADIR%%/sounds/en/letters/p.gsm
%%DATADIR%%/sounds/en/letters/plus.gsm
%%DATADIR%%/sounds/en/letters/q.gsm
%%DATADIR%%/sounds/en/letters/r.gsm
%%DATADIR%%/sounds/en/letters/s.gsm
%%DATADIR%%/sounds/en/letters/slash.gsm
%%DATADIR%%/sounds/en/letters/space.gsm
%%DATADIR%%/sounds/en/letters/t.gsm
%%DATADIR%%/sounds/en/letters/u.gsm
%%DATADIR%%/sounds/en/letters/v.gsm
%%DATADIR%%/sounds/en/letters/w.gsm
%%DATADIR%%/sounds/en/letters/x.gsm
%%DATADIR%%/sounds/en/letters/y.gsm
%%DATADIR%%/sounds/en/letters/z.gsm
%%DATADIR%%/sounds/en/letters/zed.gsm
%%DATADIR%%/sounds/en/lowercase.gsm
%%DATADIR%%/sounds/en/minutes.gsm
%%DATADIR%%/sounds/en/pbx-invalid.gsm
%%DATADIR%%/sounds/en/pbx-invalidpark.gsm
%%DATADIR%%/sounds/en/pbx-parkingfailed.gsm
%%DATADIR%%/sounds/en/pbx-transfer.gsm
%%DATADIR%%/sounds/en/phonetic/9_p.gsm
%%DATADIR%%/sounds/en/phonetic/a_p.gsm
%%DATADIR%%/sounds/en/phonetic/b_p.gsm
%%DATADIR%%/sounds/en/phonetic/c_p.gsm
%%DATADIR%%/sounds/en/phonetic/d_p.gsm
%%DATADIR%%/sounds/en/phonetic/e_p.gsm
%%DATADIR%%/sounds/en/phonetic/f_p.gsm
%%DATADIR%%/sounds/en/phonetic/g_p.gsm
%%DATADIR%%/sounds/en/phonetic/h_p.gsm
%%DATADIR%%/sounds/en/phonetic/i_p.gsm
%%DATADIR%%/sounds/en/phonetic/j_p.gsm
%%DATADIR%%/sounds/en/phonetic/k_p.gsm
%%DATADIR%%/sounds/en/phonetic/l_p.gsm
%%DATADIR%%/sounds/en/phonetic/m_p.gsm
%%DATADIR%%/sounds/en/phonetic/n_p.gsm
%%DATADIR%%/sounds/en/phonetic/o_p.gsm
%%DATADIR%%/sounds/en/phonetic/p_p.gsm
%%DATADIR%%/sounds/en/phonetic/q_p.gsm
%%DATADIR%%/sounds/en/phonetic/r_p.gsm
%%DATADIR%%/sounds/en/phonetic/s_p.gsm
%%DATADIR%%/sounds/en/phonetic/t_p.gsm
%%DATADIR%%/sounds/en/phonetic/u_p.gsm
%%DATADIR%%/sounds/en/phonetic/v_p.gsm
%%DATADIR%%/sounds/en/phonetic/w_p.gsm
%%DATADIR%%/sounds/en/phonetic/x_p.gsm
%%DATADIR%%/sounds/en/phonetic/y_p.gsm
%%DATADIR%%/sounds/en/phonetic/z_p.gsm
%%DATADIR%%/sounds/en/priv-callee-options.gsm
%%DATADIR%%/sounds/en/priv-callpending.gsm
%%DATADIR%%/sounds/en/priv-introsaved.gsm
%%DATADIR%%/sounds/en/priv-recordintro.gsm
%%DATADIR%%/sounds/en/privacy-incorrect.gsm
%%DATADIR%%/sounds/en/privacy-prompt.gsm
%%DATADIR%%/sounds/en/privacy-thankyou.gsm
%%DATADIR%%/sounds/en/privacy-unident.gsm
%%DATADIR%%/sounds/en/queue-callswaiting.gsm
%%DATADIR%%/sounds/en/queue-holdtime.gsm
%%DATADIR%%/sounds/en/queue-less-than.gsm
%%DATADIR%%/sounds/en/queue-minute.gsm
%%DATADIR%%/sounds/en/queue-minutes.gsm
%%DATADIR%%/sounds/en/queue-periodic-announce.gsm
%%DATADIR%%/sounds/en/queue-quantity1.gsm
%%DATADIR%%/sounds/en/queue-quantity2.gsm
%%DATADIR%%/sounds/en/queue-reporthold.gsm
%%DATADIR%%/sounds/en/queue-seconds.gsm
%%DATADIR%%/sounds/en/queue-thankyou.gsm
%%DATADIR%%/sounds/en/queue-thereare.gsm
%%DATADIR%%/sounds/en/queue-youarenext.gsm
%%DATADIR%%/sounds/en/screen-callee-options.gsm
%%DATADIR%%/sounds/en/seconds.gsm
%%DATADIR%%/sounds/en/silence/1.gsm
%%DATADIR%%/sounds/en/silence/10.gsm
%%DATADIR%%/sounds/en/silence/2.gsm
%%DATADIR%%/sounds/en/silence/3.gsm
%%DATADIR%%/sounds/en/silence/4.gsm
%%DATADIR%%/sounds/en/silence/5.gsm
%%DATADIR%%/sounds/en/silence/6.gsm
%%DATADIR%%/sounds/en/silence/7.gsm
%%DATADIR%%/sounds/en/silence/8.gsm
%%DATADIR%%/sounds/en/silence/9.gsm
%%DATADIR%%/sounds/en/spy-agent.gsm
%%DATADIR%%/sounds/en/spy-console.gsm
%%DATADIR%%/sounds/en/spy-iax.gsm
%%DATADIR%%/sounds/en/spy-iax2.gsm
%%DATADIR%%/sounds/en/spy-jingle.gsm
%%DATADIR%%/sounds/en/spy-local.gsm
%%DATADIR%%/sounds/en/spy-mgcp.gsm
%%DATADIR%%/sounds/en/spy-misdn.gsm
%%DATADIR%%/sounds/en/spy-mobile.gsm
%%DATADIR%%/sounds/en/spy-nbs.gsm
%%DATADIR%%/sounds/en/spy-sip.gsm
%%DATADIR%%/sounds/en/spy-skinny.gsm
%%DATADIR%%/sounds/en/spy-unistim.gsm
%%DATADIR%%/sounds/en/spy-usbradio.gsm
%%DATADIR%%/sounds/en/spy-zap.gsm
%%DATADIR%%/sounds/en/ss-noservice.gsm
%%DATADIR%%/sounds/en/transfer.gsm
%%DATADIR%%/sounds/en/tt-allbusy.gsm
%%DATADIR%%/sounds/en/tt-monkeys.gsm
%%DATADIR%%/sounds/en/tt-monkeysintro.gsm
%%DATADIR%%/sounds/en/tt-somethingwrong.gsm
%%DATADIR%%/sounds/en/tt-weasels.gsm
%%DATADIR%%/sounds/en/vm-msgforwarded.gsm
%%DATADIR%%/sounds/en/vm-Cust1.gsm
%%DATADIR%%/sounds/en/vm-Cust2.gsm
%%DATADIR%%/sounds/en/vm-Cust3.gsm
%%DATADIR%%/sounds/en/vm-Cust4.gsm
%%DATADIR%%/sounds/en/vm-Cust5.gsm
%%DATADIR%%/sounds/en/vm-Family.gsm
%%DATADIR%%/sounds/en/vm-Friends.gsm
%%DATADIR%%/sounds/en/vm-INBOX.gsm
%%DATADIR%%/sounds/en/vm-Old.gsm
%%DATADIR%%/sounds/en/vm-Work.gsm
%%DATADIR%%/sounds/en/vm-advopts.gsm
%%DATADIR%%/sounds/en/vm-and.gsm
%%DATADIR%%/sounds/en/vm-calldiffnum.gsm
%%DATADIR%%/sounds/en/vm-changeto.gsm
%%DATADIR%%/sounds/en/vm-delete.gsm
%%DATADIR%%/sounds/en/vm-deleted.gsm
%%DATADIR%%/sounds/en/vm-dialout.gsm
%%DATADIR%%/sounds/en/vm-duration.gsm
%%DATADIR%%/sounds/en/vm-enter-num-to-call.gsm
%%DATADIR%%/sounds/en/vm-extension.gsm
%%DATADIR%%/sounds/en/vm-first.gsm
%%DATADIR%%/sounds/en/vm-for.gsm
%%DATADIR%%/sounds/en/vm-forward.gsm
%%DATADIR%%/sounds/en/vm-forwardoptions.gsm
%%DATADIR%%/sounds/en/vm-from-extension.gsm
%%DATADIR%%/sounds/en/vm-from-phonenumber.gsm
%%DATADIR%%/sounds/en/vm-from.gsm
%%DATADIR%%/sounds/en/vm-goodbye.gsm
%%DATADIR%%/sounds/en/vm-helpexit.gsm
%%DATADIR%%/sounds/en/vm-incorrect-mailbox.gsm
%%DATADIR%%/sounds/en/vm-incorrect.gsm
%%DATADIR%%/sounds/en/vm-instructions.gsm
%%DATADIR%%/sounds/en/vm-intro.gsm
%%DATADIR%%/sounds/en/vm-invalidpassword.gsm
%%DATADIR%%/sounds/en/vm-isonphone.gsm
%%DATADIR%%/sounds/en/vm-isunavail.gsm
%%DATADIR%%/sounds/en/vm-last.gsm
%%DATADIR%%/sounds/en/vm-leavemsg.gsm
%%DATADIR%%/sounds/en/vm-login.gsm
%%DATADIR%%/sounds/en/vm-mailboxfull.gsm
%%DATADIR%%/sounds/en/vm-message.gsm
%%DATADIR%%/sounds/en/vm-messages.gsm
%%DATADIR%%/sounds/en/uppercase.gsm
%%DATADIR%%/sounds/en/vm-minutes.gsm
%%DATADIR%%/sounds/en/vm-mismatch.gsm
%%DATADIR%%/sounds/en/vm-msginstruct.gsm
%%DATADIR%%/sounds/en/vm-msgsaved.gsm
%%DATADIR%%/sounds/en/vm-newpassword.gsm
%%DATADIR%%/sounds/en/vm-newuser.gsm
%%DATADIR%%/sounds/en/vm-next.gsm
%%DATADIR%%/sounds/en/vm-no.gsm
%%DATADIR%%/sounds/en/vm-nobodyavail.gsm
%%DATADIR%%/sounds/en/vm-nobox.gsm
%%DATADIR%%/sounds/en/vm-nomore.gsm
%%DATADIR%%/sounds/en/vm-nonumber.gsm
%%DATADIR%%/sounds/en/vm-num-i-have.gsm
%%DATADIR%%/sounds/en/vm-onefor.gsm
%%DATADIR%%/sounds/en/vm-onefor-full.gsm
%%DATADIR%%/sounds/en/vm-options.gsm
%%DATADIR%%/sounds/en/vm-opts.gsm
%%DATADIR%%/sounds/en/vm-opts-full.gsm
%%DATADIR%%/sounds/en/vm-passchanged.gsm
%%DATADIR%%/sounds/en/vm-password.gsm
%%DATADIR%%/sounds/en/vm-press.gsm
%%DATADIR%%/sounds/en/vm-prev.gsm
%%DATADIR%%/sounds/en/vm-reachoper.gsm
%%DATADIR%%/sounds/en/vm-rec-busy.gsm
%%DATADIR%%/sounds/en/vm-rec-name.gsm
%%DATADIR%%/sounds/en/vm-rec-temp.gsm
%%DATADIR%%/sounds/en/vm-rec-unv.gsm
%%DATADIR%%/sounds/en/vm-received.gsm
%%DATADIR%%/sounds/en/vm-reenterpassword.gsm
%%DATADIR%%/sounds/en/vm-repeat.gsm
%%DATADIR%%/sounds/en/vm-review.gsm
%%DATADIR%%/sounds/en/vm-saved.gsm
%%DATADIR%%/sounds/en/vm-savedto.gsm
%%DATADIR%%/sounds/en/vm-savefolder.gsm
%%DATADIR%%/sounds/en/vm-savemessage.gsm
%%DATADIR%%/sounds/en/vm-saveoper.gsm
%%DATADIR%%/sounds/en/vm-sorry.gsm
%%DATADIR%%/sounds/en/vm-star-cancel.gsm
%%DATADIR%%/sounds/en/vm-starmain.gsm
%%DATADIR%%/sounds/en/vm-tempgreetactive.gsm
%%DATADIR%%/sounds/en/vm-tempgreeting.gsm
%%DATADIR%%/sounds/en/vm-tempgreeting2.gsm
%%DATADIR%%/sounds/en/vm-tempremoved.gsm
%%DATADIR%%/sounds/en/vm-then-pound.gsm
%%DATADIR%%/sounds/en/vm-theperson.gsm
%%DATADIR%%/sounds/en/vm-tmpexists.gsm
%%DATADIR%%/sounds/en/vm-tocallback.gsm
%%DATADIR%%/sounds/en/vm-tocallnum.gsm
%%DATADIR%%/sounds/en/vm-tocancel.gsm
%%DATADIR%%/sounds/en/vm-tocancelmsg.gsm
%%DATADIR%%/sounds/en/vm-toenternumber.gsm
%%DATADIR%%/sounds/en/vm-toforward.gsm
%%DATADIR%%/sounds/en/vm-tohearenv.gsm
%%DATADIR%%/sounds/en/vm-tomakecall.gsm
%%DATADIR%%/sounds/en/vm-tooshort.gsm
%%DATADIR%%/sounds/en/vm-toreply.gsm
%%DATADIR%%/sounds/en/vm-torerecord.gsm
%%DATADIR%%/sounds/en/vm-undelete.gsm
%%DATADIR%%/sounds/en/vm-undeleted.gsm
%%DATADIR%%/sounds/en/vm-unknown-caller.gsm
%%DATADIR%%/sounds/en/vm-whichbox.gsm
%%DATADIR%%/sounds/en/vm-youhave.gsm
%%DATADIR%%/static-http/appdocsxml.xslt
%%DATADIR%%/static-http/ajamdemo.html
%%DATADIR%%/static-http/astman.css
%%DATADIR%%/static-http/astman.js
%%DATADIR%%/static-http/core-en_US.xml
%%DATADIR%%/static-http/prototype.js
%%DATADIR%%/static-http/mantest.html
%%DAHDI%%lib/asterisk/modules/app_flash.so
%%DAHDI%%lib/asterisk/modules/app_dahdiras.so
%%ODBC%%lib/asterisk/modules/cdr_odbc.so
%%FREETDS%%lib/asterisk/modules/cdr_tds.so
%%DAHDI%%lib/asterisk/modules/chan_dahdi.so
%%DAHDI%%lib/asterisk/modules/codec_dahdi.so
%%ODBC%%lib/asterisk/modules/res_config_odbc.so
%%ODBC%%lib/asterisk/modules/res_odbc.so
%%LUA%%lib/asterisk/modules/pbx_lua.so
%%DOCSDIR%%/images/asterisk-intro.jpg
%%DOCSDIR%%/images/kpad2.jpg
@dir %%DATADIR%%/keys
@dir %%DATADIR%%/images
@dir %%DATADIR%%/firmware/iax
@dir %%DATADIR%%/documentation/thirdparty
@owner %%ASTERISK_USER%%
@group %%ASTERISK_GROUP%%
%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/busy.gsm
%%VARDIR%%/spool/asterisk/voicemail/default/1234/en/unavail.gsm
@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/INBOX
@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234/en
@dir %%VARDIR%%/spool/asterisk/voicemail/default/1234
@dir %%VARDIR%%/spool/asterisk/voicemail/default
@dir %%VARDIR%%/spool/asterisk/voicemail
@dir %%VARDIR%%/log/asterisk/cdr-csv
@dir %%VARDIR%%/log/asterisk/cdr-custom
@dir %%VARDIR%%/log/asterisk/cel-custom
@dir %%VARDIR%%/log/asterisk
@dir %%VARDIR%%/spool/asterisk/dictate
@dir %%VARDIR%%/spool/asterisk/meetme
@dir %%VARDIR%%/spool/asterisk/monitor
@dir %%VARDIR%%/spool/asterisk/outgoing
@dir %%VARDIR%%/spool/asterisk/recording
@dir %%VARDIR%%/spool/asterisk
@dir %%VARDIR%%/spool/asterisk/system
@dir %%VARDIR%%/spool/asterisk/tmp
@dir %%VARDIR%%/db/asterisk
@dir %%VARDIR%%/run/asterisk