From d6ecba828bc5be62ae3f2e1864033209da76fd55 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 26 Aug 2013 20:40:10 +0000 Subject: [PATCH] --- .../xml/dialplan/100_call-direction.xml | 7 ---- .../resources/xml/dialplan/150_recording.xml | 9 ----- .../resources/xml/dialplan/160_playback.xml | 9 ----- .../resources/xml/dialplan/200_playback.xml | 10 ----- .../xml/dialplan/220_global-intercept.xml | 8 ---- .../xml/dialplan/230_group-intercept.xml | 9 ----- .../resources/xml/dialplan/240_redial.xml | 7 ---- .../resources/xml/dialplan/245_page.xml | 11 ------ .../resources/xml/dialplan/250_global.xml | 7 ---- .../resources/xml/dialplan/260_eavesdrop.xml | 9 ----- .../xml/dialplan/270_call_privacy.xml | 10 ----- .../xml/dialplan/280_call_return.xml | 7 ---- .../xml/dialplan/290_intercept-ext.xml | 8 ---- .../xml/dialplan/300_extension-intercom.xml | 10 ----- .../xml/dialplan/310_send_to_voicemail.xml | 13 ------- .../resources/xml/dialplan/320_vmain.xml | 13 ------- .../resources/xml/dialplan/330_vmain_user.xml | 14 ------- .../resources/xml/dialplan/340_delay_echo.xml | 8 ---- .../resources/xml/dialplan/350_echo.xml | 8 ---- .../resources/xml/dialplan/360_milliwatt.xml | 8 ---- .../xml/dialplan/370_tone_stream.xml | 8 ---- .../resources/xml/dialplan/380_hold_music.xml | 15 -------- .../resources/xml/dialplan/400_recordings.xml | 11 ------ .../dialplan/410_freeswitch_conference.xml | 16 -------- .../resources/xml/dialplan/420_disa.xml | 10 ----- .../resources/xml/dialplan/430_directory.xml | 7 ---- .../resources/xml/dialplan/440_wake-up.xml | 10 ----- .../resources/xml/dialplan/450_park_in.xml | 15 -------- .../resources/xml/dialplan/455_park_out.xml | 9 ----- .../resources/xml/dialplan/460_park_slots.xml | 14 ------- .../resources/xml/dialplan/470_valet_park.xml | 9 ----- .../resources/xml/dialplan/480_operator.xml | 11 ------ .../xml/dialplan/485_operator-forward.xml | 10 ----- .../xml/dialplan/490_do-not-disturb.xml | 10 ----- .../xml/dialplan/50_custom-variables.xml | 8 ---- .../xml/dialplan/999_local_extension.xml | 37 ------------------- 36 files changed, 385 deletions(-) delete mode 100644 app/dialplan/resources/xml/dialplan/100_call-direction.xml delete mode 100644 app/dialplan/resources/xml/dialplan/150_recording.xml delete mode 100644 app/dialplan/resources/xml/dialplan/160_playback.xml delete mode 100644 app/dialplan/resources/xml/dialplan/200_playback.xml delete mode 100644 app/dialplan/resources/xml/dialplan/220_global-intercept.xml delete mode 100644 app/dialplan/resources/xml/dialplan/230_group-intercept.xml delete mode 100644 app/dialplan/resources/xml/dialplan/240_redial.xml delete mode 100644 app/dialplan/resources/xml/dialplan/245_page.xml delete mode 100644 app/dialplan/resources/xml/dialplan/250_global.xml delete mode 100644 app/dialplan/resources/xml/dialplan/260_eavesdrop.xml delete mode 100644 app/dialplan/resources/xml/dialplan/270_call_privacy.xml delete mode 100644 app/dialplan/resources/xml/dialplan/280_call_return.xml delete mode 100644 app/dialplan/resources/xml/dialplan/290_intercept-ext.xml delete mode 100644 app/dialplan/resources/xml/dialplan/300_extension-intercom.xml delete mode 100644 app/dialplan/resources/xml/dialplan/310_send_to_voicemail.xml delete mode 100644 app/dialplan/resources/xml/dialplan/320_vmain.xml delete mode 100644 app/dialplan/resources/xml/dialplan/330_vmain_user.xml delete mode 100644 app/dialplan/resources/xml/dialplan/340_delay_echo.xml delete mode 100644 app/dialplan/resources/xml/dialplan/350_echo.xml delete mode 100644 app/dialplan/resources/xml/dialplan/360_milliwatt.xml delete mode 100644 app/dialplan/resources/xml/dialplan/370_tone_stream.xml delete mode 100644 app/dialplan/resources/xml/dialplan/380_hold_music.xml delete mode 100644 app/dialplan/resources/xml/dialplan/400_recordings.xml delete mode 100644 app/dialplan/resources/xml/dialplan/410_freeswitch_conference.xml delete mode 100644 app/dialplan/resources/xml/dialplan/420_disa.xml delete mode 100644 app/dialplan/resources/xml/dialplan/430_directory.xml delete mode 100644 app/dialplan/resources/xml/dialplan/440_wake-up.xml delete mode 100644 app/dialplan/resources/xml/dialplan/450_park_in.xml delete mode 100644 app/dialplan/resources/xml/dialplan/455_park_out.xml delete mode 100644 app/dialplan/resources/xml/dialplan/460_park_slots.xml delete mode 100644 app/dialplan/resources/xml/dialplan/470_valet_park.xml delete mode 100644 app/dialplan/resources/xml/dialplan/480_operator.xml delete mode 100644 app/dialplan/resources/xml/dialplan/485_operator-forward.xml delete mode 100644 app/dialplan/resources/xml/dialplan/490_do-not-disturb.xml delete mode 100644 app/dialplan/resources/xml/dialplan/50_custom-variables.xml delete mode 100644 app/dialplan/resources/xml/dialplan/999_local_extension.xml diff --git a/app/dialplan/resources/xml/dialplan/100_call-direction.xml b/app/dialplan/resources/xml/dialplan/100_call-direction.xml deleted file mode 100644 index 664fd8b241..0000000000 --- a/app/dialplan/resources/xml/dialplan/100_call-direction.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/150_recording.xml b/app/dialplan/resources/xml/dialplan/150_recording.xml deleted file mode 100644 index f9c2c38844..0000000000 --- a/app/dialplan/resources/xml/dialplan/150_recording.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/160_playback.xml b/app/dialplan/resources/xml/dialplan/160_playback.xml deleted file mode 100644 index d9ff1911b5..0000000000 --- a/app/dialplan/resources/xml/dialplan/160_playback.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/200_playback.xml b/app/dialplan/resources/xml/dialplan/200_playback.xml deleted file mode 100644 index 31b61f7903..0000000000 --- a/app/dialplan/resources/xml/dialplan/200_playback.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/220_global-intercept.xml b/app/dialplan/resources/xml/dialplan/220_global-intercept.xml deleted file mode 100644 index 443576ab7c..0000000000 --- a/app/dialplan/resources/xml/dialplan/220_global-intercept.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/230_group-intercept.xml b/app/dialplan/resources/xml/dialplan/230_group-intercept.xml deleted file mode 100644 index e744e2c6f4..0000000000 --- a/app/dialplan/resources/xml/dialplan/230_group-intercept.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/240_redial.xml b/app/dialplan/resources/xml/dialplan/240_redial.xml deleted file mode 100644 index edf6219ca4..0000000000 --- a/app/dialplan/resources/xml/dialplan/240_redial.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/245_page.xml b/app/dialplan/resources/xml/dialplan/245_page.xml deleted file mode 100644 index e043988ff5..0000000000 --- a/app/dialplan/resources/xml/dialplan/245_page.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/250_global.xml b/app/dialplan/resources/xml/dialplan/250_global.xml deleted file mode 100644 index 91f7f4d3c2..0000000000 --- a/app/dialplan/resources/xml/dialplan/250_global.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/260_eavesdrop.xml b/app/dialplan/resources/xml/dialplan/260_eavesdrop.xml deleted file mode 100644 index b28b360344..0000000000 --- a/app/dialplan/resources/xml/dialplan/260_eavesdrop.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/270_call_privacy.xml b/app/dialplan/resources/xml/dialplan/270_call_privacy.xml deleted file mode 100644 index 2dacde4d23..0000000000 --- a/app/dialplan/resources/xml/dialplan/270_call_privacy.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/280_call_return.xml b/app/dialplan/resources/xml/dialplan/280_call_return.xml deleted file mode 100644 index 8e27746418..0000000000 --- a/app/dialplan/resources/xml/dialplan/280_call_return.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/290_intercept-ext.xml b/app/dialplan/resources/xml/dialplan/290_intercept-ext.xml deleted file mode 100644 index e1eb366b74..0000000000 --- a/app/dialplan/resources/xml/dialplan/290_intercept-ext.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/300_extension-intercom.xml b/app/dialplan/resources/xml/dialplan/300_extension-intercom.xml deleted file mode 100644 index 85bb44df27..0000000000 --- a/app/dialplan/resources/xml/dialplan/300_extension-intercom.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/310_send_to_voicemail.xml b/app/dialplan/resources/xml/dialplan/310_send_to_voicemail.xml deleted file mode 100644 index d2aaf41d20..0000000000 --- a/app/dialplan/resources/xml/dialplan/310_send_to_voicemail.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/320_vmain.xml b/app/dialplan/resources/xml/dialplan/320_vmain.xml deleted file mode 100644 index d4a272f079..0000000000 --- a/app/dialplan/resources/xml/dialplan/320_vmain.xml +++ /dev/null @@ -1,13 +0,0 @@ - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/330_vmain_user.xml b/app/dialplan/resources/xml/dialplan/330_vmain_user.xml deleted file mode 100644 index 45b7c97f1b..0000000000 --- a/app/dialplan/resources/xml/dialplan/330_vmain_user.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/340_delay_echo.xml b/app/dialplan/resources/xml/dialplan/340_delay_echo.xml deleted file mode 100644 index 04746d41ad..0000000000 --- a/app/dialplan/resources/xml/dialplan/340_delay_echo.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/350_echo.xml b/app/dialplan/resources/xml/dialplan/350_echo.xml deleted file mode 100644 index 90620e264d..0000000000 --- a/app/dialplan/resources/xml/dialplan/350_echo.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/360_milliwatt.xml b/app/dialplan/resources/xml/dialplan/360_milliwatt.xml deleted file mode 100644 index 5e4f957fdb..0000000000 --- a/app/dialplan/resources/xml/dialplan/360_milliwatt.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/370_tone_stream.xml b/app/dialplan/resources/xml/dialplan/370_tone_stream.xml deleted file mode 100644 index f37d6e0640..0000000000 --- a/app/dialplan/resources/xml/dialplan/370_tone_stream.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/380_hold_music.xml b/app/dialplan/resources/xml/dialplan/380_hold_music.xml deleted file mode 100644 index 4e0b88ae67..0000000000 --- a/app/dialplan/resources/xml/dialplan/380_hold_music.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/400_recordings.xml b/app/dialplan/resources/xml/dialplan/400_recordings.xml deleted file mode 100644 index 2a7f09e429..0000000000 --- a/app/dialplan/resources/xml/dialplan/400_recordings.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/410_freeswitch_conference.xml b/app/dialplan/resources/xml/dialplan/410_freeswitch_conference.xml deleted file mode 100644 index a557c0bdc0..0000000000 --- a/app/dialplan/resources/xml/dialplan/410_freeswitch_conference.xml +++ /dev/null @@ -1,16 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/420_disa.xml b/app/dialplan/resources/xml/dialplan/420_disa.xml deleted file mode 100644 index dd6b4e3255..0000000000 --- a/app/dialplan/resources/xml/dialplan/420_disa.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/430_directory.xml b/app/dialplan/resources/xml/dialplan/430_directory.xml deleted file mode 100644 index 2ae0ec6ee3..0000000000 --- a/app/dialplan/resources/xml/dialplan/430_directory.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/440_wake-up.xml b/app/dialplan/resources/xml/dialplan/440_wake-up.xml deleted file mode 100644 index d117b0c7e9..0000000000 --- a/app/dialplan/resources/xml/dialplan/440_wake-up.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/450_park_in.xml b/app/dialplan/resources/xml/dialplan/450_park_in.xml deleted file mode 100644 index 7407bb0511..0000000000 --- a/app/dialplan/resources/xml/dialplan/450_park_in.xml +++ /dev/null @@ -1,15 +0,0 @@ - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/455_park_out.xml b/app/dialplan/resources/xml/dialplan/455_park_out.xml deleted file mode 100644 index 6b15a3a636..0000000000 --- a/app/dialplan/resources/xml/dialplan/455_park_out.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/460_park_slots.xml b/app/dialplan/resources/xml/dialplan/460_park_slots.xml deleted file mode 100644 index 762b4fcab7..0000000000 --- a/app/dialplan/resources/xml/dialplan/460_park_slots.xml +++ /dev/null @@ -1,14 +0,0 @@ - - - - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/470_valet_park.xml b/app/dialplan/resources/xml/dialplan/470_valet_park.xml deleted file mode 100644 index 7838e3d62c..0000000000 --- a/app/dialplan/resources/xml/dialplan/470_valet_park.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - - - - - - diff --git a/app/dialplan/resources/xml/dialplan/480_operator.xml b/app/dialplan/resources/xml/dialplan/480_operator.xml deleted file mode 100644 index cb5801be11..0000000000 --- a/app/dialplan/resources/xml/dialplan/480_operator.xml +++ /dev/null @@ -1,11 +0,0 @@ - - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/485_operator-forward.xml b/app/dialplan/resources/xml/dialplan/485_operator-forward.xml deleted file mode 100644 index 73d1fad52d..0000000000 --- a/app/dialplan/resources/xml/dialplan/485_operator-forward.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/490_do-not-disturb.xml b/app/dialplan/resources/xml/dialplan/490_do-not-disturb.xml deleted file mode 100644 index 7e967d911d..0000000000 --- a/app/dialplan/resources/xml/dialplan/490_do-not-disturb.xml +++ /dev/null @@ -1,10 +0,0 @@ - - - - - - - - - - \ No newline at end of file diff --git a/app/dialplan/resources/xml/dialplan/50_custom-variables.xml b/app/dialplan/resources/xml/dialplan/50_custom-variables.xml deleted file mode 100644 index 7be30fa6d9..0000000000 --- a/app/dialplan/resources/xml/dialplan/50_custom-variables.xml +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/app/dialplan/resources/xml/dialplan/999_local_extension.xml b/app/dialplan/resources/xml/dialplan/999_local_extension.xml deleted file mode 100644 index 9ed15117ab..0000000000 --- a/app/dialplan/resources/xml/dialplan/999_local_extension.xml +++ /dev/null @@ -1,37 +0,0 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - \ No newline at end of file