From ec8f55e5ac46a58567c7e5ea74fc0bb8669fa5ca Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 26 Aug 2013 20:55:56 +0000 Subject: [PATCH] dialplan_features: Move conf into switch directory. --- .../resources/{ => switch}/conf/dialplan/300_dx.xml | 0 .../resources/{ => switch}/conf/dialplan/310_att_xfer.xml | 0 .../resources/{ => switch}/conf/dialplan/320_xfer_vm.xml | 0 .../resources/{ => switch}/conf/dialplan/330_is_transfer.xml | 0 .../resources/{ => switch}/conf/dialplan/340_cf.xml | 0 .../resources/{ => switch}/conf/dialplan/350_please_hold.xml | 0 .../resources/{ => switch}/conf/dialplan/360_is_zrtp_secure.xml | 0 .../resources/{ => switch}/conf/dialplan/370_is_secure.xml | 0 8 files changed, 0 insertions(+), 0 deletions(-) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/300_dx.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/310_att_xfer.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/320_xfer_vm.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/330_is_transfer.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/340_cf.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/350_please_hold.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/360_is_zrtp_secure.xml (100%) rename app/dialplan_features/resources/{ => switch}/conf/dialplan/370_is_secure.xml (100%) diff --git a/app/dialplan_features/resources/conf/dialplan/300_dx.xml b/app/dialplan_features/resources/switch/conf/dialplan/300_dx.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/300_dx.xml rename to app/dialplan_features/resources/switch/conf/dialplan/300_dx.xml diff --git a/app/dialplan_features/resources/conf/dialplan/310_att_xfer.xml b/app/dialplan_features/resources/switch/conf/dialplan/310_att_xfer.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/310_att_xfer.xml rename to app/dialplan_features/resources/switch/conf/dialplan/310_att_xfer.xml diff --git a/app/dialplan_features/resources/conf/dialplan/320_xfer_vm.xml b/app/dialplan_features/resources/switch/conf/dialplan/320_xfer_vm.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/320_xfer_vm.xml rename to app/dialplan_features/resources/switch/conf/dialplan/320_xfer_vm.xml diff --git a/app/dialplan_features/resources/conf/dialplan/330_is_transfer.xml b/app/dialplan_features/resources/switch/conf/dialplan/330_is_transfer.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/330_is_transfer.xml rename to app/dialplan_features/resources/switch/conf/dialplan/330_is_transfer.xml diff --git a/app/dialplan_features/resources/conf/dialplan/340_cf.xml b/app/dialplan_features/resources/switch/conf/dialplan/340_cf.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/340_cf.xml rename to app/dialplan_features/resources/switch/conf/dialplan/340_cf.xml diff --git a/app/dialplan_features/resources/conf/dialplan/350_please_hold.xml b/app/dialplan_features/resources/switch/conf/dialplan/350_please_hold.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/350_please_hold.xml rename to app/dialplan_features/resources/switch/conf/dialplan/350_please_hold.xml diff --git a/app/dialplan_features/resources/conf/dialplan/360_is_zrtp_secure.xml b/app/dialplan_features/resources/switch/conf/dialplan/360_is_zrtp_secure.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/360_is_zrtp_secure.xml rename to app/dialplan_features/resources/switch/conf/dialplan/360_is_zrtp_secure.xml diff --git a/app/dialplan_features/resources/conf/dialplan/370_is_secure.xml b/app/dialplan_features/resources/switch/conf/dialplan/370_is_secure.xml similarity index 100% rename from app/dialplan_features/resources/conf/dialplan/370_is_secure.xml rename to app/dialplan_features/resources/switch/conf/dialplan/370_is_secure.xml