From 3badbbac89a20927ca31bffd4bc43def2aa2dede Mon Sep 17 00:00:00 2001 From: Brian West Date: Fri, 12 Jun 2015 09:18:53 -0500 Subject: [PATCH] FS-7648 foundation for QA testing config --- conf/testing/autoload_configs/acl.conf.xml | 10 + .../testing/autoload_configs/cdr_csv.conf.xml | 23 + .../autoload_configs/conference.conf.xml | 276 +++ .../conference_layouts.conf.xml | 326 +++ .../testing/autoload_configs/console.conf.xml | 56 + .../autoload_configs/directory.conf.xml | 21 + .../autoload_configs/event_socket.conf.xml | 10 + conf/testing/autoload_configs/fifo.conf.xml | 10 + conf/testing/autoload_configs/hash.conf.xml | 6 + .../autoload_configs/local_stream.conf.xml | 49 + .../testing/autoload_configs/logfile.conf.xml | 29 + conf/testing/autoload_configs/lua.conf.xml | 32 + .../testing/autoload_configs/modules.conf.xml | 33 + conf/testing/autoload_configs/opus.conf.xml | 19 + .../post_load_modules.conf.xml | 4 + .../autoload_configs/presence_map.conf.xml | 7 + conf/testing/autoload_configs/shout.conf.xml | 8 + conf/testing/autoload_configs/sofia.conf.xml | 19 + .../testing/autoload_configs/spandsp.conf.xml | 118 ++ conf/testing/autoload_configs/switch.conf.xml | 176 ++ .../autoload_configs/timezones.conf.xml | 1850 +++++++++++++++++ conf/testing/autoload_configs/verto.conf.xml | 37 + .../autoload_configs/voicemail.conf.xml | 74 + conf/testing/chatplan/default.xml | 7 + conf/testing/dialplan/default.xml | 5 + .../default/0000_local_extensions.xml | 11 + conf/testing/dialplan/default/0001_vmain.xml | 8 + conf/testing/dialplan/public.xml | 6 + .../dialplan/public/0000_local_extensions.xml | 6 + conf/testing/directory/default.xml | 21 + conf/testing/directory/default/1000.xml | 18 + conf/testing/directory/default/1001.xml | 18 + conf/testing/directory/default/1002.xml | 18 + conf/testing/directory/default/1003.xml | 18 + conf/testing/directory/default/1004.xml | 18 + conf/testing/directory/default/1005.xml | 18 + conf/testing/directory/default/1006.xml | 18 + conf/testing/directory/default/1007.xml | 18 + conf/testing/directory/default/1008.xml | 18 + conf/testing/directory/default/1009.xml | 18 + conf/testing/directory/default/1010.xml | 18 + conf/testing/directory/default/1011.xml | 18 + conf/testing/directory/default/1012.xml | 18 + conf/testing/directory/default/1013.xml | 18 + conf/testing/directory/default/1014.xml | 18 + conf/testing/directory/default/1015.xml | 18 + conf/testing/directory/default/1016.xml | 18 + conf/testing/directory/default/1017.xml | 18 + conf/testing/directory/default/1018.xml | 18 + conf/testing/directory/default/1019.xml | 18 + conf/testing/directory/default/default.xml | 7 + conf/testing/freeswitch.xml | 24 + conf/testing/lang/en/demo/demo-ivr.xml | 156 ++ conf/testing/lang/en/demo/demo.xml | 82 + conf/testing/lang/en/demo/funnies.xml | 35 + conf/testing/lang/en/demo/new-demo-ivr.xml | 171 ++ conf/testing/lang/en/dir/sounds.xml | 130 ++ conf/testing/lang/en/dir/tts.xml | 106 + conf/testing/lang/en/en.xml | 25 + conf/testing/lang/en/ivr/sounds.xml | 163 ++ conf/testing/lang/en/vm/sounds.xml | 444 ++++ conf/testing/lang/en/vm/tts.xml | 249 +++ conf/testing/lang/en/vm/voicemail_ivr.xml | 417 ++++ conf/testing/sip_profiles/external-ipv6.xml | 96 + conf/testing/sip_profiles/external.xml | 96 + .../testing/sip_profiles/external/example.xml | 41 + conf/testing/sip_profiles/internal-ipv6.xml | 133 ++ conf/testing/sip_profiles/internal.xml | 422 ++++ conf/testing/vars.xml | 82 + 69 files changed, 6496 insertions(+) create mode 100644 conf/testing/autoload_configs/acl.conf.xml create mode 100644 conf/testing/autoload_configs/cdr_csv.conf.xml create mode 100644 conf/testing/autoload_configs/conference.conf.xml create mode 100644 conf/testing/autoload_configs/conference_layouts.conf.xml create mode 100644 conf/testing/autoload_configs/console.conf.xml create mode 100644 conf/testing/autoload_configs/directory.conf.xml create mode 100644 conf/testing/autoload_configs/event_socket.conf.xml create mode 100644 conf/testing/autoload_configs/fifo.conf.xml create mode 100644 conf/testing/autoload_configs/hash.conf.xml create mode 100644 conf/testing/autoload_configs/local_stream.conf.xml create mode 100644 conf/testing/autoload_configs/logfile.conf.xml create mode 100644 conf/testing/autoload_configs/lua.conf.xml create mode 100644 conf/testing/autoload_configs/modules.conf.xml create mode 100644 conf/testing/autoload_configs/opus.conf.xml create mode 100644 conf/testing/autoload_configs/post_load_modules.conf.xml create mode 100644 conf/testing/autoload_configs/presence_map.conf.xml create mode 100644 conf/testing/autoload_configs/shout.conf.xml create mode 100644 conf/testing/autoload_configs/sofia.conf.xml create mode 100644 conf/testing/autoload_configs/spandsp.conf.xml create mode 100644 conf/testing/autoload_configs/switch.conf.xml create mode 100644 conf/testing/autoload_configs/timezones.conf.xml create mode 100644 conf/testing/autoload_configs/verto.conf.xml create mode 100644 conf/testing/autoload_configs/voicemail.conf.xml create mode 100644 conf/testing/chatplan/default.xml create mode 100644 conf/testing/dialplan/default.xml create mode 100644 conf/testing/dialplan/default/0000_local_extensions.xml create mode 100644 conf/testing/dialplan/default/0001_vmain.xml create mode 100644 conf/testing/dialplan/public.xml create mode 100644 conf/testing/dialplan/public/0000_local_extensions.xml create mode 100644 conf/testing/directory/default.xml create mode 100644 conf/testing/directory/default/1000.xml create mode 100644 conf/testing/directory/default/1001.xml create mode 100644 conf/testing/directory/default/1002.xml create mode 100644 conf/testing/directory/default/1003.xml create mode 100644 conf/testing/directory/default/1004.xml create mode 100644 conf/testing/directory/default/1005.xml create mode 100644 conf/testing/directory/default/1006.xml create mode 100644 conf/testing/directory/default/1007.xml create mode 100644 conf/testing/directory/default/1008.xml create mode 100644 conf/testing/directory/default/1009.xml create mode 100644 conf/testing/directory/default/1010.xml create mode 100644 conf/testing/directory/default/1011.xml create mode 100644 conf/testing/directory/default/1012.xml create mode 100644 conf/testing/directory/default/1013.xml create mode 100644 conf/testing/directory/default/1014.xml create mode 100644 conf/testing/directory/default/1015.xml create mode 100644 conf/testing/directory/default/1016.xml create mode 100644 conf/testing/directory/default/1017.xml create mode 100644 conf/testing/directory/default/1018.xml create mode 100644 conf/testing/directory/default/1019.xml create mode 100644 conf/testing/directory/default/default.xml create mode 100644 conf/testing/freeswitch.xml create mode 100644 conf/testing/lang/en/demo/demo-ivr.xml create mode 100644 conf/testing/lang/en/demo/demo.xml create mode 100644 conf/testing/lang/en/demo/funnies.xml create mode 100644 conf/testing/lang/en/demo/new-demo-ivr.xml create mode 100644 conf/testing/lang/en/dir/sounds.xml create mode 100644 conf/testing/lang/en/dir/tts.xml create mode 100644 conf/testing/lang/en/en.xml create mode 100644 conf/testing/lang/en/ivr/sounds.xml create mode 100644 conf/testing/lang/en/vm/sounds.xml create mode 100644 conf/testing/lang/en/vm/tts.xml create mode 100644 conf/testing/lang/en/vm/voicemail_ivr.xml create mode 100644 conf/testing/sip_profiles/external-ipv6.xml create mode 100644 conf/testing/sip_profiles/external.xml create mode 100644 conf/testing/sip_profiles/external/example.xml create mode 100644 conf/testing/sip_profiles/internal-ipv6.xml create mode 100644 conf/testing/sip_profiles/internal.xml create mode 100644 conf/testing/vars.xml diff --git a/conf/testing/autoload_configs/acl.conf.xml b/conf/testing/autoload_configs/acl.conf.xml new file mode 100644 index 0000000000..6355ebccec --- /dev/null +++ b/conf/testing/autoload_configs/acl.conf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/conf/testing/autoload_configs/cdr_csv.conf.xml b/conf/testing/autoload_configs/cdr_csv.conf.xml new file mode 100644 index 0000000000..8d796c68f0 --- /dev/null +++ b/conf/testing/autoload_configs/cdr_csv.conf.xml @@ -0,0 +1,23 @@ + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/conference.conf.xml b/conf/testing/autoload_configs/conference.conf.xml new file mode 100644 index 0000000000..9dfb75b22d --- /dev/null +++ b/conf/testing/autoload_configs/conference.conf.xml @@ -0,0 +1,276 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/conference_layouts.conf.xml b/conf/testing/autoload_configs/conference_layouts.conf.xml new file mode 100644 index 0000000000..3620f64011 --- /dev/null +++ b/conf/testing/autoload_configs/conference_layouts.conf.xml @@ -0,0 +1,326 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + 1x1 + 2x1 + 2x2 + 3x3 + 4x4 + 5x5 + 6x6 + 8x8 + + + 1up_top_left+5 + 1up_top_left+7 + 1up_top_left+9 + + + 3up+4 + 3up+9 + + + + diff --git a/conf/testing/autoload_configs/console.conf.xml b/conf/testing/autoload_configs/console.conf.xml new file mode 100644 index 0000000000..6c2b82812a --- /dev/null +++ b/conf/testing/autoload_configs/console.conf.xml @@ -0,0 +1,56 @@ + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/directory.conf.xml b/conf/testing/autoload_configs/directory.conf.xml new file mode 100644 index 0000000000..748b2337c4 --- /dev/null +++ b/conf/testing/autoload_configs/directory.conf.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/event_socket.conf.xml b/conf/testing/autoload_configs/event_socket.conf.xml new file mode 100644 index 0000000000..d62dd34dc7 --- /dev/null +++ b/conf/testing/autoload_configs/event_socket.conf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/conf/testing/autoload_configs/fifo.conf.xml b/conf/testing/autoload_configs/fifo.conf.xml new file mode 100644 index 0000000000..b1db4dd2bd --- /dev/null +++ b/conf/testing/autoload_configs/fifo.conf.xml @@ -0,0 +1,10 @@ + + + + + + + + + + diff --git a/conf/testing/autoload_configs/hash.conf.xml b/conf/testing/autoload_configs/hash.conf.xml new file mode 100644 index 0000000000..95b7928775 --- /dev/null +++ b/conf/testing/autoload_configs/hash.conf.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/conf/testing/autoload_configs/local_stream.conf.xml b/conf/testing/autoload_configs/local_stream.conf.xml new file mode 100644 index 0000000000..16371d2610 --- /dev/null +++ b/conf/testing/autoload_configs/local_stream.conf.xml @@ -0,0 +1,49 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/logfile.conf.xml b/conf/testing/autoload_configs/logfile.conf.xml new file mode 100644 index 0000000000..8e7f6c2d71 --- /dev/null +++ b/conf/testing/autoload_configs/logfile.conf.xml @@ -0,0 +1,29 @@ + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/lua.conf.xml b/conf/testing/autoload_configs/lua.conf.xml new file mode 100644 index 0000000000..fafd336169 --- /dev/null +++ b/conf/testing/autoload_configs/lua.conf.xml @@ -0,0 +1,32 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/modules.conf.xml b/conf/testing/autoload_configs/modules.conf.xml new file mode 100644 index 0000000000..31d4a51a31 --- /dev/null +++ b/conf/testing/autoload_configs/modules.conf.xml @@ -0,0 +1,33 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/opus.conf.xml b/conf/testing/autoload_configs/opus.conf.xml new file mode 100644 index 0000000000..2ac3f66f86 --- /dev/null +++ b/conf/testing/autoload_configs/opus.conf.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/post_load_modules.conf.xml b/conf/testing/autoload_configs/post_load_modules.conf.xml new file mode 100644 index 0000000000..8f4e132fa4 --- /dev/null +++ b/conf/testing/autoload_configs/post_load_modules.conf.xml @@ -0,0 +1,4 @@ + + + + diff --git a/conf/testing/autoload_configs/presence_map.conf.xml b/conf/testing/autoload_configs/presence_map.conf.xml new file mode 100644 index 0000000000..8a9d1dde5a --- /dev/null +++ b/conf/testing/autoload_configs/presence_map.conf.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/conf/testing/autoload_configs/shout.conf.xml b/conf/testing/autoload_configs/shout.conf.xml new file mode 100644 index 0000000000..3f381e6278 --- /dev/null +++ b/conf/testing/autoload_configs/shout.conf.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/conf/testing/autoload_configs/sofia.conf.xml b/conf/testing/autoload_configs/sofia.conf.xml new file mode 100644 index 0000000000..a5e8614322 --- /dev/null +++ b/conf/testing/autoload_configs/sofia.conf.xml @@ -0,0 +1,19 @@ + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/spandsp.conf.xml b/conf/testing/autoload_configs/spandsp.conf.xml new file mode 100644 index 0000000000..2471ca52ce --- /dev/null +++ b/conf/testing/autoload_configs/spandsp.conf.xml @@ -0,0 +1,118 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/switch.conf.xml b/conf/testing/autoload_configs/switch.conf.xml new file mode 100644 index 0000000000..4ffe878563 --- /dev/null +++ b/conf/testing/autoload_configs/switch.conf.xml @@ -0,0 +1,176 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/timezones.conf.xml b/conf/testing/autoload_configs/timezones.conf.xml new file mode 100644 index 0000000000..757d16c19d --- /dev/null +++ b/conf/testing/autoload_configs/timezones.conf.xml @@ -0,0 +1,1850 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/verto.conf.xml b/conf/testing/autoload_configs/verto.conf.xml new file mode 100644 index 0000000000..772c679402 --- /dev/null +++ b/conf/testing/autoload_configs/verto.conf.xml @@ -0,0 +1,37 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/autoload_configs/voicemail.conf.xml b/conf/testing/autoload_configs/voicemail.conf.xml new file mode 100644 index 0000000000..33d5a97760 --- /dev/null +++ b/conf/testing/autoload_configs/voicemail.conf.xml @@ -0,0 +1,74 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/chatplan/default.xml b/conf/testing/chatplan/default.xml new file mode 100644 index 0000000000..da97f184f4 --- /dev/null +++ b/conf/testing/chatplan/default.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/conf/testing/dialplan/default.xml b/conf/testing/dialplan/default.xml new file mode 100644 index 0000000000..5085cbfa6b --- /dev/null +++ b/conf/testing/dialplan/default.xml @@ -0,0 +1,5 @@ + + + + + diff --git a/conf/testing/dialplan/default/0000_local_extensions.xml b/conf/testing/dialplan/default/0000_local_extensions.xml new file mode 100644 index 0000000000..3ffeab8544 --- /dev/null +++ b/conf/testing/dialplan/default/0000_local_extensions.xml @@ -0,0 +1,11 @@ + + + + + + + + + + + diff --git a/conf/testing/dialplan/default/0001_vmain.xml b/conf/testing/dialplan/default/0001_vmain.xml new file mode 100644 index 0000000000..e43745d09d --- /dev/null +++ b/conf/testing/dialplan/default/0001_vmain.xml @@ -0,0 +1,8 @@ + + + + + + + + diff --git a/conf/testing/dialplan/public.xml b/conf/testing/dialplan/public.xml new file mode 100644 index 0000000000..0c3eed5dc9 --- /dev/null +++ b/conf/testing/dialplan/public.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/conf/testing/dialplan/public/0000_local_extensions.xml b/conf/testing/dialplan/public/0000_local_extensions.xml new file mode 100644 index 0000000000..a0578f359e --- /dev/null +++ b/conf/testing/dialplan/public/0000_local_extensions.xml @@ -0,0 +1,6 @@ + + + + + + diff --git a/conf/testing/directory/default.xml b/conf/testing/directory/default.xml new file mode 100644 index 0000000000..273d0e6068 --- /dev/null +++ b/conf/testing/directory/default.xml @@ -0,0 +1,21 @@ + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1000.xml b/conf/testing/directory/default/1000.xml new file mode 100644 index 0000000000..9bee406ddf --- /dev/null +++ b/conf/testing/directory/default/1000.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1001.xml b/conf/testing/directory/default/1001.xml new file mode 100644 index 0000000000..97c1931c51 --- /dev/null +++ b/conf/testing/directory/default/1001.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1002.xml b/conf/testing/directory/default/1002.xml new file mode 100644 index 0000000000..d33691d100 --- /dev/null +++ b/conf/testing/directory/default/1002.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1003.xml b/conf/testing/directory/default/1003.xml new file mode 100644 index 0000000000..f8b5926c9d --- /dev/null +++ b/conf/testing/directory/default/1003.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1004.xml b/conf/testing/directory/default/1004.xml new file mode 100644 index 0000000000..c3e7da5722 --- /dev/null +++ b/conf/testing/directory/default/1004.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1005.xml b/conf/testing/directory/default/1005.xml new file mode 100644 index 0000000000..0e1165f43f --- /dev/null +++ b/conf/testing/directory/default/1005.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1006.xml b/conf/testing/directory/default/1006.xml new file mode 100644 index 0000000000..beaaa7e9fc --- /dev/null +++ b/conf/testing/directory/default/1006.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1007.xml b/conf/testing/directory/default/1007.xml new file mode 100644 index 0000000000..10470a5045 --- /dev/null +++ b/conf/testing/directory/default/1007.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1008.xml b/conf/testing/directory/default/1008.xml new file mode 100644 index 0000000000..0e63fcfde0 --- /dev/null +++ b/conf/testing/directory/default/1008.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1009.xml b/conf/testing/directory/default/1009.xml new file mode 100644 index 0000000000..24db7f8152 --- /dev/null +++ b/conf/testing/directory/default/1009.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1010.xml b/conf/testing/directory/default/1010.xml new file mode 100644 index 0000000000..6d8e0c1bab --- /dev/null +++ b/conf/testing/directory/default/1010.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1011.xml b/conf/testing/directory/default/1011.xml new file mode 100644 index 0000000000..79d731de5e --- /dev/null +++ b/conf/testing/directory/default/1011.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1012.xml b/conf/testing/directory/default/1012.xml new file mode 100644 index 0000000000..3839824fbc --- /dev/null +++ b/conf/testing/directory/default/1012.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1013.xml b/conf/testing/directory/default/1013.xml new file mode 100644 index 0000000000..6f9c8e4753 --- /dev/null +++ b/conf/testing/directory/default/1013.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1014.xml b/conf/testing/directory/default/1014.xml new file mode 100644 index 0000000000..6a554c0650 --- /dev/null +++ b/conf/testing/directory/default/1014.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1015.xml b/conf/testing/directory/default/1015.xml new file mode 100644 index 0000000000..e94b8886a0 --- /dev/null +++ b/conf/testing/directory/default/1015.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1016.xml b/conf/testing/directory/default/1016.xml new file mode 100644 index 0000000000..4f856fc7be --- /dev/null +++ b/conf/testing/directory/default/1016.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1017.xml b/conf/testing/directory/default/1017.xml new file mode 100644 index 0000000000..b0e43a0238 --- /dev/null +++ b/conf/testing/directory/default/1017.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1018.xml b/conf/testing/directory/default/1018.xml new file mode 100644 index 0000000000..6d7071942d --- /dev/null +++ b/conf/testing/directory/default/1018.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/1019.xml b/conf/testing/directory/default/1019.xml new file mode 100644 index 0000000000..f23a95f4ba --- /dev/null +++ b/conf/testing/directory/default/1019.xml @@ -0,0 +1,18 @@ + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/directory/default/default.xml b/conf/testing/directory/default/default.xml new file mode 100644 index 0000000000..f9dd424a75 --- /dev/null +++ b/conf/testing/directory/default/default.xml @@ -0,0 +1,7 @@ + + + + + + + diff --git a/conf/testing/freeswitch.xml b/conf/testing/freeswitch.xml new file mode 100644 index 0000000000..a78af2a39d --- /dev/null +++ b/conf/testing/freeswitch.xml @@ -0,0 +1,24 @@ + + + + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+
diff --git a/conf/testing/lang/en/demo/demo-ivr.xml b/conf/testing/lang/en/demo/demo-ivr.xml new file mode 100644 index 0000000000..98f155a265 --- /dev/null +++ b/conf/testing/lang/en/demo/demo-ivr.xml @@ -0,0 +1,156 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/demo/demo.xml b/conf/testing/lang/en/demo/demo.xml new file mode 100644 index 0000000000..bcfe6a8227 --- /dev/null +++ b/conf/testing/lang/en/demo/demo.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/demo/funnies.xml b/conf/testing/lang/en/demo/funnies.xml new file mode 100644 index 0000000000..e901c5ad9c --- /dev/null +++ b/conf/testing/lang/en/demo/funnies.xml @@ -0,0 +1,35 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/conf/testing/lang/en/demo/new-demo-ivr.xml b/conf/testing/lang/en/demo/new-demo-ivr.xml new file mode 100644 index 0000000000..619d9921e9 --- /dev/null +++ b/conf/testing/lang/en/demo/new-demo-ivr.xml @@ -0,0 +1,171 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/dir/sounds.xml b/conf/testing/lang/en/dir/sounds.xml new file mode 100644 index 0000000000..b715a7f825 --- /dev/null +++ b/conf/testing/lang/en/dir/sounds.xml @@ -0,0 +1,130 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/dir/tts.xml b/conf/testing/lang/en/dir/tts.xml new file mode 100644 index 0000000000..d5f112dcda --- /dev/null +++ b/conf/testing/lang/en/dir/tts.xml @@ -0,0 +1,106 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/en.xml b/conf/testing/lang/en/en.xml new file mode 100644 index 0000000000..3d27bce17b --- /dev/null +++ b/conf/testing/lang/en/en.xml @@ -0,0 +1,25 @@ + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/ivr/sounds.xml b/conf/testing/lang/en/ivr/sounds.xml new file mode 100644 index 0000000000..9de7fa4eb7 --- /dev/null +++ b/conf/testing/lang/en/ivr/sounds.xml @@ -0,0 +1,163 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/vm/sounds.xml b/conf/testing/lang/en/vm/sounds.xml new file mode 100644 index 0000000000..9545d81745 --- /dev/null +++ b/conf/testing/lang/en/vm/sounds.xml @@ -0,0 +1,444 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/vm/tts.xml b/conf/testing/lang/en/vm/tts.xml new file mode 100644 index 0000000000..2de4b3781e --- /dev/null +++ b/conf/testing/lang/en/vm/tts.xml @@ -0,0 +1,249 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/lang/en/vm/voicemail_ivr.xml b/conf/testing/lang/en/vm/voicemail_ivr.xml new file mode 100644 index 0000000000..1c48299430 --- /dev/null +++ b/conf/testing/lang/en/vm/voicemail_ivr.xml @@ -0,0 +1,417 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/sip_profiles/external-ipv6.xml b/conf/testing/sip_profiles/external-ipv6.xml new file mode 100644 index 0000000000..7dc5906c5f --- /dev/null +++ b/conf/testing/sip_profiles/external-ipv6.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/sip_profiles/external.xml b/conf/testing/sip_profiles/external.xml new file mode 100644 index 0000000000..6edc878c06 --- /dev/null +++ b/conf/testing/sip_profiles/external.xml @@ -0,0 +1,96 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/sip_profiles/external/example.xml b/conf/testing/sip_profiles/external/example.xml new file mode 100644 index 0000000000..d8fe39539a --- /dev/null +++ b/conf/testing/sip_profiles/external/example.xml @@ -0,0 +1,41 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/sip_profiles/internal-ipv6.xml b/conf/testing/sip_profiles/internal-ipv6.xml new file mode 100644 index 0000000000..98efa2ffbb --- /dev/null +++ b/conf/testing/sip_profiles/internal-ipv6.xml @@ -0,0 +1,133 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/sip_profiles/internal.xml b/conf/testing/sip_profiles/internal.xml new file mode 100644 index 0000000000..a5749324c5 --- /dev/null +++ b/conf/testing/sip_profiles/internal.xml @@ -0,0 +1,422 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/conf/testing/vars.xml b/conf/testing/vars.xml new file mode 100644 index 0000000000..fe8f4dcd51 --- /dev/null +++ b/conf/testing/vars.xml @@ -0,0 +1,82 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +