From 4fe99907e1a8ff91eded4c541066060cc7e7270f Mon Sep 17 00:00:00 2001 From: markjcrane Date: Mon, 27 Mar 2023 14:14:36 -0600 Subject: [PATCH] Move context to an extension attribute --- .../conf/dialplan/010_caller_details.xml | 2 +- .../switch/conf/dialplan/010_user_exists.xml | 2 +- .../conf/dialplan/015_caller_details.xml | 2 +- .../conf/dialplan/018_global-variables.xml | 2 +- .../conf/dialplan/020_domain-variables.xml | 2 +- .../switch/conf/dialplan/025_call_limit.xml | 2 +- .../switch/conf/dialplan/030_is_loopback.xml | 2 +- .../conf/dialplan/035_call_direction.xml | 2 +- .../switch/conf/dialplan/035_is_local.xml | 2 +- .../switch/conf/dialplan/040_call_block.xml | 2 +- .../dialplan/045_call_recording_on_demand.xml | 2 +- .../switch/conf/dialplan/050_user_record.xml | 2 +- .../conf/dialplan/055_rtp_has_crypto.xml | 2 +- .../switch/conf/dialplan/060_redial.xml | 2 +- .../switch/conf/dialplan/070_speed_dial.xml | 2 +- .../conf/dialplan/080_default_caller_id.xml | 2 +- .../conf/dialplan/080_user_hold_music.xml | 18 ++-- .../conf/dialplan/085_bind_digit_action.xml | 47 ++++---- .../switch/conf/dialplan/200_agent_status.xml | 30 +++--- .../conf/dialplan/210_agent_status_id.xml | 2 +- .../conf/dialplan/215_agent_status_break.xml | 34 +++--- .../switch/conf/dialplan/220_provision.xml | 28 ++--- .../conf/dialplan/230_group-intercept.xml | 28 ++--- .../switch/conf/dialplan/240_page.xml | 32 +++--- .../switch/conf/dialplan/250_conf-xfer.xml | 100 +++++++++--------- .../conf/dialplan/250_page-extension.xml | 22 ++-- .../dialplan/25_click_to_call_auto_answer.xml | 16 +-- .../switch/conf/dialplan/260_eavesdrop.xml | 16 ++- .../switch/conf/dialplan/270_call_privacy.xml | 18 ++-- .../switch/conf/dialplan/280_call_return.xml | 12 +-- .../dialplan/290_intercept-ext-polycom.xml | 14 ++- .../conf/dialplan/290_intercept-ext.xml | 22 ++-- .../switch/conf/dialplan/290_number_queue.xml | 26 +++-- .../resources/switch/conf/dialplan/300_dx.xml | 16 ++- .../switch/conf/dialplan/310_att_xfer.xml | 22 ++-- .../dialplan/310_extension-to-voicemail.xml | 30 +++--- .../conf/dialplan/310_send_to_voicemail.xml | 26 +++-- .../switch/conf/dialplan/320_vmain.xml | 46 ++++---- .../switch/conf/dialplan/320_xfer_vm.xml | 20 ++-- .../switch/conf/dialplan/330_is_transfer.xml | 16 ++- .../switch/conf/dialplan/330_vmain_user.xml | 2 +- .../resources/switch/conf/dialplan/340_cf.xml | 14 ++- .../switch/conf/dialplan/340_delay_echo.xml | 14 ++- .../switch/conf/dialplan/350_echo.xml | 14 ++- .../switch/conf/dialplan/350_please_hold.xml | 19 ++-- .../conf/dialplan/360_is_zrtp_secure.xml | 17 ++- .../switch/conf/dialplan/360_milliwatt.xml | 14 ++- .../switch/conf/dialplan/370_is_secure.xml | 18 ++-- .../switch/conf/dialplan/370_tone_stream.xml | 14 ++- .../switch/conf/dialplan/380_hold_music.xml | 29 +++-- .../switch/conf/dialplan/400_recordings.xml | 22 ++-- .../dialplan/410_freeswitch_conference.xml | 30 +++--- .../switch/conf/dialplan/420_disa.xml | 31 +++--- .../switch/conf/dialplan/430_directory.xml | 12 +-- .../switch/conf/dialplan/440_wake-up.xml | 18 ++-- .../switch/conf/dialplan/470_valet_park.xml | 52 +++++---- .../conf/dialplan/470_valet_park_auto.xml | 16 ++- .../conf/dialplan/474_valet_park_in.xml | 22 ++-- .../conf/dialplan/475_valet_park_out.xml | 14 ++- .../switch/conf/dialplan/480_operator.xml | 20 ++-- .../conf/dialplan/485_operator-forward.xml | 18 ++-- .../conf/dialplan/490_do-not-disturb.xml | 38 ++++--- .../switch/conf/dialplan/495_call_screen.xml | 32 +++--- .../switch/conf/dialplan/500_call-forward.xml | 56 +++++----- .../conf/dialplan/500_ring-group-forward.xml | 23 ++-- .../507_call_forward_not_registered.xml | 16 ++- .../switch/conf/dialplan/510_follow-me.xml | 14 ++- .../conf/dialplan/515_call-forward-all.xml | 38 ++++--- .../dialplan/520_follow-me-destinations.xml | 4 +- .../530_talking_clock_date_and_time.xml | 18 ++-- .../conf/dialplan/540_talking_clock_time.xml | 16 +-- .../conf/dialplan/550_talking_clock_date.xml | 18 ++-- .../conf/dialplan/560_extension_queue.xml | 26 +++-- .../conf/dialplan/570_nway_conference.xml | 6 +- .../switch/conf/dialplan/870_cidlookup.xml | 24 ++--- .../conf/dialplan/890_local_extension.xml | 60 +++++------ .../switch/conf/dialplan/895_bxfer-return.xml | 11 +- .../switch/conf/dialplan/900_voicemail.xml | 22 ++-- .../switch/conf/dialplan/999_not-found.xml | 14 ++- 79 files changed, 711 insertions(+), 808 deletions(-) diff --git a/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml b/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml index 479bf62641..00ac5b4778 100644 --- a/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml +++ b/app/dialplans/resources/switch/conf/dialplan/010_caller_details.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml b/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml index 528b4296f8..d9fddc9430 100644 --- a/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml +++ b/app/dialplans/resources/switch/conf/dialplan/010_user_exists.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml b/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml index fc5d205c37..f9c376455e 100644 --- a/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml +++ b/app/dialplans/resources/switch/conf/dialplan/015_caller_details.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/018_global-variables.xml b/app/dialplans/resources/switch/conf/dialplan/018_global-variables.xml index c30095d378..d0a332523c 100644 --- a/app/dialplans/resources/switch/conf/dialplan/018_global-variables.xml +++ b/app/dialplans/resources/switch/conf/dialplan/018_global-variables.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/020_domain-variables.xml b/app/dialplans/resources/switch/conf/dialplan/020_domain-variables.xml index 35a05b3d74..6117b44b78 100644 --- a/app/dialplans/resources/switch/conf/dialplan/020_domain-variables.xml +++ b/app/dialplans/resources/switch/conf/dialplan/020_domain-variables.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml b/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml index af50bcb421..16bc6eb1c9 100644 --- a/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml +++ b/app/dialplans/resources/switch/conf/dialplan/025_call_limit.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/030_is_loopback.xml b/app/dialplans/resources/switch/conf/dialplan/030_is_loopback.xml index 6e405e2c1f..d175d2a711 100644 --- a/app/dialplans/resources/switch/conf/dialplan/030_is_loopback.xml +++ b/app/dialplans/resources/switch/conf/dialplan/030_is_loopback.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/035_call_direction.xml b/app/dialplans/resources/switch/conf/dialplan/035_call_direction.xml index 4199107a4b..32d7fb43ef 100644 --- a/app/dialplans/resources/switch/conf/dialplan/035_call_direction.xml +++ b/app/dialplans/resources/switch/conf/dialplan/035_call_direction.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/035_is_local.xml b/app/dialplans/resources/switch/conf/dialplan/035_is_local.xml index 6aa6d7032d..910f6b9646 100644 --- a/app/dialplans/resources/switch/conf/dialplan/035_is_local.xml +++ b/app/dialplans/resources/switch/conf/dialplan/035_is_local.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml b/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml index a73a790960..5ef252fbff 100644 --- a/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml +++ b/app/dialplans/resources/switch/conf/dialplan/040_call_block.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/045_call_recording_on_demand.xml b/app/dialplans/resources/switch/conf/dialplan/045_call_recording_on_demand.xml index 1d62e10365..80265ddb94 100644 --- a/app/dialplans/resources/switch/conf/dialplan/045_call_recording_on_demand.xml +++ b/app/dialplans/resources/switch/conf/dialplan/045_call_recording_on_demand.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml b/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml index a72826bbfd..01ee7038d5 100644 --- a/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml +++ b/app/dialplans/resources/switch/conf/dialplan/050_user_record.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/055_rtp_has_crypto.xml b/app/dialplans/resources/switch/conf/dialplan/055_rtp_has_crypto.xml index b1ec3070f8..5bb4e20945 100644 --- a/app/dialplans/resources/switch/conf/dialplan/055_rtp_has_crypto.xml +++ b/app/dialplans/resources/switch/conf/dialplan/055_rtp_has_crypto.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/060_redial.xml b/app/dialplans/resources/switch/conf/dialplan/060_redial.xml index faa5837550..01fbc0acc3 100644 --- a/app/dialplans/resources/switch/conf/dialplan/060_redial.xml +++ b/app/dialplans/resources/switch/conf/dialplan/060_redial.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml b/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml index 1275cdc46d..ceccf57d5b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml +++ b/app/dialplans/resources/switch/conf/dialplan/070_speed_dial.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml b/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml index 8e9ae02651..e8e300bdb7 100644 --- a/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml +++ b/app/dialplans/resources/switch/conf/dialplan/080_default_caller_id.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/080_user_hold_music.xml b/app/dialplans/resources/switch/conf/dialplan/080_user_hold_music.xml index 363bf2556e..ec6e073f12 100644 --- a/app/dialplans/resources/switch/conf/dialplan/080_user_hold_music.xml +++ b/app/dialplans/resources/switch/conf/dialplan/080_user_hold_music.xml @@ -1,9 +1,9 @@ - - - - - - - - - + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/085_bind_digit_action.xml b/app/dialplans/resources/switch/conf/dialplan/085_bind_digit_action.xml index 497fa6a745..7e74d69728 100644 --- a/app/dialplans/resources/switch/conf/dialplan/085_bind_digit_action.xml +++ b/app/dialplans/resources/switch/conf/dialplan/085_bind_digit_action.xml @@ -1,25 +1,24 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml b/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml index 91d3e8d5ad..b0400b388b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml +++ b/app/dialplans/resources/switch/conf/dialplan/200_agent_status.xml @@ -1,15 +1,15 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml b/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml index 0ed125d23c..fd1e55fc22 100644 --- a/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml +++ b/app/dialplans/resources/switch/conf/dialplan/210_agent_status_id.xml @@ -1,5 +1,5 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/215_agent_status_break.xml b/app/dialplans/resources/switch/conf/dialplan/215_agent_status_break.xml index 50dcfbc1d6..eb276bb439 100644 --- a/app/dialplans/resources/switch/conf/dialplan/215_agent_status_break.xml +++ b/app/dialplans/resources/switch/conf/dialplan/215_agent_status_break.xml @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/220_provision.xml b/app/dialplans/resources/switch/conf/dialplan/220_provision.xml index 138f10d354..86a7a1588f 100644 --- a/app/dialplans/resources/switch/conf/dialplan/220_provision.xml +++ b/app/dialplans/resources/switch/conf/dialplan/220_provision.xml @@ -1,14 +1,14 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml b/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml index 6bc0b22fc7..df04ab4f36 100644 --- a/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml +++ b/app/dialplans/resources/switch/conf/dialplan/230_group-intercept.xml @@ -1,14 +1,14 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/240_page.xml b/app/dialplans/resources/switch/conf/dialplan/240_page.xml index d06b5bd3ce..bcc51850ee 100644 --- a/app/dialplans/resources/switch/conf/dialplan/240_page.xml +++ b/app/dialplans/resources/switch/conf/dialplan/240_page.xml @@ -1,17 +1,17 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml b/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml index 698d2289b1..d890ff66d1 100644 --- a/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml +++ b/app/dialplans/resources/switch/conf/dialplan/250_conf-xfer.xml @@ -10,63 +10,63 @@ Control DTMF sequence `##` transfer `self` to enter number and hangup `peer` leg `*#` transfer `self` to conference room and hangup `peer` leg --> - - - - - - - - - - - - + - - - - - + + + + + + + + + + - - - - - + + + + + - - - + + + + + - - - + + + - - - - - + + + - - - - + + + + + - - - - - - - - + + + + - - - + + + + + + + + + + + + + + - - diff --git a/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml b/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml index f157bc9445..8881e7b23b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml +++ b/app/dialplans/resources/switch/conf/dialplan/250_page-extension.xml @@ -1,11 +1,11 @@ - - - - - - - - - - - + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/25_click_to_call_auto_answer.xml b/app/dialplans/resources/switch/conf/dialplan/25_click_to_call_auto_answer.xml index 4791c6f174..73bce7ac4e 100644 --- a/app/dialplans/resources/switch/conf/dialplan/25_click_to_call_auto_answer.xml +++ b/app/dialplans/resources/switch/conf/dialplan/25_click_to_call_auto_answer.xml @@ -1,9 +1,9 @@ - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml b/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml index 8ee5e726b9..b0a08bfbc2 100644 --- a/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml +++ b/app/dialplans/resources/switch/conf/dialplan/260_eavesdrop.xml @@ -1,9 +1,7 @@ - - - - - - - - - + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml b/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml index c98f558ed3..072efc43b6 100644 --- a/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml +++ b/app/dialplans/resources/switch/conf/dialplan/270_call_privacy.xml @@ -1,10 +1,8 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml b/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml index fdf475fbcc..ba34a57381 100644 --- a/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml +++ b/app/dialplans/resources/switch/conf/dialplan/280_call_return.xml @@ -1,7 +1,5 @@ - - - - - - - + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml b/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml index 4d368905bf..77a16aee11 100644 --- a/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml +++ b/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext-polycom.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml b/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml index 4b5e53123a..00c4a97ade 100644 --- a/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml +++ b/app/dialplans/resources/switch/conf/dialplan/290_intercept-ext.xml @@ -1,12 +1,10 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/290_number_queue.xml b/app/dialplans/resources/switch/conf/dialplan/290_number_queue.xml index 29633ae809..60754c8e01 100644 --- a/app/dialplans/resources/switch/conf/dialplan/290_number_queue.xml +++ b/app/dialplans/resources/switch/conf/dialplan/290_number_queue.xml @@ -1,14 +1,12 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/300_dx.xml b/app/dialplans/resources/switch/conf/dialplan/300_dx.xml index 418b8bfefe..62c05a5868 100644 --- a/app/dialplans/resources/switch/conf/dialplan/300_dx.xml +++ b/app/dialplans/resources/switch/conf/dialplan/300_dx.xml @@ -1,10 +1,8 @@ - - - - - - - - - + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml b/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml index 7677363616..930661dd36 100644 --- a/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml +++ b/app/dialplans/resources/switch/conf/dialplan/310_att_xfer.xml @@ -1,12 +1,10 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml b/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml index 3e7a906a13..a6ec749abf 100644 --- a/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml +++ b/app/dialplans/resources/switch/conf/dialplan/310_extension-to-voicemail.xml @@ -1,16 +1,14 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml b/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml index 030ba35e9c..6148031f86 100644 --- a/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml +++ b/app/dialplans/resources/switch/conf/dialplan/310_send_to_voicemail.xml @@ -1,14 +1,12 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml b/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml index 8afca94699..9afafb1900 100644 --- a/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml +++ b/app/dialplans/resources/switch/conf/dialplan/320_vmain.xml @@ -1,25 +1,23 @@ - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml b/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml index 4f2a91f482..7f32147d4f 100644 --- a/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml +++ b/app/dialplans/resources/switch/conf/dialplan/320_xfer_vm.xml @@ -1,11 +1,9 @@ - - - - - - - - - - - + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml b/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml index a47b98a84e..25d92aada1 100644 --- a/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml +++ b/app/dialplans/resources/switch/conf/dialplan/330_is_transfer.xml @@ -1,9 +1,7 @@ - - - - - - - - - + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml b/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml index 9bf06b56ac..0f24c9c00b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml +++ b/app/dialplans/resources/switch/conf/dialplan/330_vmain_user.xml @@ -1,6 +1,6 @@ - + diff --git a/app/dialplans/resources/switch/conf/dialplan/340_cf.xml b/app/dialplans/resources/switch/conf/dialplan/340_cf.xml index 5f1cbf5a66..fae75afda9 100644 --- a/app/dialplans/resources/switch/conf/dialplan/340_cf.xml +++ b/app/dialplans/resources/switch/conf/dialplan/340_cf.xml @@ -1,9 +1,7 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml b/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml index 9c2a745461..5849299bf3 100644 --- a/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml +++ b/app/dialplans/resources/switch/conf/dialplan/340_delay_echo.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/350_echo.xml b/app/dialplans/resources/switch/conf/dialplan/350_echo.xml index 5c086cd474..802c076b9b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/350_echo.xml +++ b/app/dialplans/resources/switch/conf/dialplan/350_echo.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml b/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml index 3c14b55dc6..beacd028b4 100644 --- a/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml +++ b/app/dialplans/resources/switch/conf/dialplan/350_please_hold.xml @@ -1,10 +1,9 @@ - - - - - - - - - - + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml b/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml index ccd022e9ec..b06770dabf 100644 --- a/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml +++ b/app/dialplans/resources/switch/conf/dialplan/360_is_zrtp_secure.xml @@ -1,9 +1,8 @@ - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml b/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml index fdde66d6e8..d75b597ab5 100644 --- a/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml +++ b/app/dialplans/resources/switch/conf/dialplan/360_milliwatt.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml b/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml index ef8a1ae77a..7b3f9d3f2f 100644 --- a/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml +++ b/app/dialplans/resources/switch/conf/dialplan/370_is_secure.xml @@ -1,11 +1,9 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml b/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml index eddbe1e0e7..17640095ce 100644 --- a/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml +++ b/app/dialplans/resources/switch/conf/dialplan/370_tone_stream.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml b/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml index 0fe634d4f3..99c227ff84 100644 --- a/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml +++ b/app/dialplans/resources/switch/conf/dialplan/380_hold_music.xml @@ -1,15 +1,14 @@ - - - - - - - - - - - - - - - + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml b/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml index 49a77b69ad..a5e2bd6172 100644 --- a/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml +++ b/app/dialplans/resources/switch/conf/dialplan/400_recordings.xml @@ -1,12 +1,10 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml b/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml index 2a107c658d..0dd79c78e0 100644 --- a/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml +++ b/app/dialplans/resources/switch/conf/dialplan/410_freeswitch_conference.xml @@ -1,16 +1,14 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/420_disa.xml b/app/dialplans/resources/switch/conf/dialplan/420_disa.xml index 87e30ac1f9..0f973278d2 100644 --- a/app/dialplans/resources/switch/conf/dialplan/420_disa.xml +++ b/app/dialplans/resources/switch/conf/dialplan/420_disa.xml @@ -1,17 +1,16 @@ - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/430_directory.xml b/app/dialplans/resources/switch/conf/dialplan/430_directory.xml index debfc5fc8e..e936501d41 100644 --- a/app/dialplans/resources/switch/conf/dialplan/430_directory.xml +++ b/app/dialplans/resources/switch/conf/dialplan/430_directory.xml @@ -1,7 +1,5 @@ - - - - - - - + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml b/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml index 3e0ebf792e..6b02b148f1 100644 --- a/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml +++ b/app/dialplans/resources/switch/conf/dialplan/440_wake-up.xml @@ -1,10 +1,8 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml b/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml index ca6bb4cc97..e48ed98189 100644 --- a/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml +++ b/app/dialplans/resources/switch/conf/dialplan/470_valet_park.xml @@ -1,27 +1,25 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/470_valet_park_auto.xml b/app/dialplans/resources/switch/conf/dialplan/470_valet_park_auto.xml index c83e05d7a1..97c007e0bd 100644 --- a/app/dialplans/resources/switch/conf/dialplan/470_valet_park_auto.xml +++ b/app/dialplans/resources/switch/conf/dialplan/470_valet_park_auto.xml @@ -1,9 +1,7 @@ - - - - - - - - - + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/474_valet_park_in.xml b/app/dialplans/resources/switch/conf/dialplan/474_valet_park_in.xml index 0edeecf145..08275b1811 100644 --- a/app/dialplans/resources/switch/conf/dialplan/474_valet_park_in.xml +++ b/app/dialplans/resources/switch/conf/dialplan/474_valet_park_in.xml @@ -1,12 +1,10 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml b/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml index 195bc7c549..ec00260185 100644 --- a/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml +++ b/app/dialplans/resources/switch/conf/dialplan/475_valet_park_out.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/480_operator.xml b/app/dialplans/resources/switch/conf/dialplan/480_operator.xml index 9c74cbe8ed..77cc9b8faa 100644 --- a/app/dialplans/resources/switch/conf/dialplan/480_operator.xml +++ b/app/dialplans/resources/switch/conf/dialplan/480_operator.xml @@ -1,11 +1,9 @@ - - - - - - - - - - - + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml b/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml index c46fbc87d9..26aa9dbad8 100644 --- a/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml +++ b/app/dialplans/resources/switch/conf/dialplan/485_operator-forward.xml @@ -1,10 +1,8 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml b/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml index 9abee17d50..90a81e940b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml +++ b/app/dialplans/resources/switch/conf/dialplan/490_do-not-disturb.xml @@ -1,20 +1,18 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/495_call_screen.xml b/app/dialplans/resources/switch/conf/dialplan/495_call_screen.xml index e2f38c26e2..5cc7f81115 100644 --- a/app/dialplans/resources/switch/conf/dialplan/495_call_screen.xml +++ b/app/dialplans/resources/switch/conf/dialplan/495_call_screen.xml @@ -1,17 +1,15 @@ - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml b/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml index 12cbe2f995..8b1f0ae715 100644 --- a/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml +++ b/app/dialplans/resources/switch/conf/dialplan/500_call-forward.xml @@ -1,29 +1,27 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/500_ring-group-forward.xml b/app/dialplans/resources/switch/conf/dialplan/500_ring-group-forward.xml index f2016400ca..799283613d 100644 --- a/app/dialplans/resources/switch/conf/dialplan/500_ring-group-forward.xml +++ b/app/dialplans/resources/switch/conf/dialplan/500_ring-group-forward.xml @@ -1,13 +1,10 @@ - - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/507_call_forward_not_registered.xml b/app/dialplans/resources/switch/conf/dialplan/507_call_forward_not_registered.xml index d55fbff95c..773a83e3ae 100644 --- a/app/dialplans/resources/switch/conf/dialplan/507_call_forward_not_registered.xml +++ b/app/dialplans/resources/switch/conf/dialplan/507_call_forward_not_registered.xml @@ -1,9 +1,7 @@ - - - - - - - - - + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml b/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml index 0593606ee4..1a855cb414 100644 --- a/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml +++ b/app/dialplans/resources/switch/conf/dialplan/510_follow-me.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/515_call-forward-all.xml b/app/dialplans/resources/switch/conf/dialplan/515_call-forward-all.xml index acedec23f2..955577a597 100644 --- a/app/dialplans/resources/switch/conf/dialplan/515_call-forward-all.xml +++ b/app/dialplans/resources/switch/conf/dialplan/515_call-forward-all.xml @@ -1,20 +1,18 @@ - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/520_follow-me-destinations.xml b/app/dialplans/resources/switch/conf/dialplan/520_follow-me-destinations.xml index e356272278..528028553b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/520_follow-me-destinations.xml +++ b/app/dialplans/resources/switch/conf/dialplan/520_follow-me-destinations.xml @@ -1,5 +1,4 @@ - - + @@ -8,4 +7,3 @@ - diff --git a/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml b/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml index a0858b16df..f5487efa7d 100644 --- a/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml +++ b/app/dialplans/resources/switch/conf/dialplan/530_talking_clock_date_and_time.xml @@ -1,10 +1,8 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml b/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml index a43a36dc59..d2af6f0f52 100644 --- a/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml +++ b/app/dialplans/resources/switch/conf/dialplan/540_talking_clock_time.xml @@ -1,10 +1,10 @@ - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml b/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml index 33ac6bd2f7..7c5e22771a 100644 --- a/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml +++ b/app/dialplans/resources/switch/conf/dialplan/550_talking_clock_date.xml @@ -1,10 +1,8 @@ - - - - - - - - - - + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml b/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml index 026f0a8ab1..67629c784e 100644 --- a/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml +++ b/app/dialplans/resources/switch/conf/dialplan/560_extension_queue.xml @@ -1,14 +1,12 @@ - - - - - - - - - - - - - - + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml b/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml index acf6bf3132..1c5df56720 100644 --- a/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml +++ b/app/dialplans/resources/switch/conf/dialplan/570_nway_conference.xml @@ -1,7 +1,5 @@ - - + - - + diff --git a/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml b/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml index 271987da9f..b56dbf3f80 100644 --- a/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml +++ b/app/dialplans/resources/switch/conf/dialplan/870_cidlookup.xml @@ -1,13 +1,11 @@ - - - - - - - - - - - - - + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml b/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml index 12430c3b9c..ba8b5e1d2b 100644 --- a/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml +++ b/app/dialplans/resources/switch/conf/dialplan/890_local_extension.xml @@ -1,31 +1,29 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/895_bxfer-return.xml b/app/dialplans/resources/switch/conf/dialplan/895_bxfer-return.xml index 5cf95b1d29..41faf8eb93 100644 --- a/app/dialplans/resources/switch/conf/dialplan/895_bxfer-return.xml +++ b/app/dialplans/resources/switch/conf/dialplan/895_bxfer-return.xml @@ -1,7 +1,6 @@ - - - - - - + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml b/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml index 55e06f5104..b45ed8144a 100644 --- a/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml +++ b/app/dialplans/resources/switch/conf/dialplan/900_voicemail.xml @@ -1,12 +1,10 @@ - - - - - - - - - - - - + + + + + + + + + + diff --git a/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml b/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml index f1e51c7e96..842fe2ffe8 100644 --- a/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml +++ b/app/dialplans/resources/switch/conf/dialplan/999_not-found.xml @@ -1,8 +1,6 @@ - - - - - - - - + + + + + +