From 49a9664487dcb3e29fc11f1fc74dd052232c8dd4 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Mon, 10 Feb 2014 21:13:17 +0000 Subject: [PATCH] Move the features context into the regular dialplan context. --- .../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 => dialplan}/resources/switch/conf/dialplan/300_dx.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/310_att_xfer.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/320_xfer_vm.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/330_is_transfer.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/340_cf.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/350_please_hold.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/360_is_zrtp_secure.xml (100%) rename app/{dialplan_features => dialplan}/resources/switch/conf/dialplan/370_is_secure.xml (100%) diff --git a/app/dialplan_features/resources/switch/conf/dialplan/300_dx.xml b/app/dialplan/resources/switch/conf/dialplan/300_dx.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/300_dx.xml rename to app/dialplan/resources/switch/conf/dialplan/300_dx.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/310_att_xfer.xml b/app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/310_att_xfer.xml rename to app/dialplan/resources/switch/conf/dialplan/310_att_xfer.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/320_xfer_vm.xml b/app/dialplan/resources/switch/conf/dialplan/320_xfer_vm.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/320_xfer_vm.xml rename to app/dialplan/resources/switch/conf/dialplan/320_xfer_vm.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/330_is_transfer.xml b/app/dialplan/resources/switch/conf/dialplan/330_is_transfer.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/330_is_transfer.xml rename to app/dialplan/resources/switch/conf/dialplan/330_is_transfer.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/340_cf.xml b/app/dialplan/resources/switch/conf/dialplan/340_cf.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/340_cf.xml rename to app/dialplan/resources/switch/conf/dialplan/340_cf.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/350_please_hold.xml b/app/dialplan/resources/switch/conf/dialplan/350_please_hold.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/350_please_hold.xml rename to app/dialplan/resources/switch/conf/dialplan/350_please_hold.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/360_is_zrtp_secure.xml b/app/dialplan/resources/switch/conf/dialplan/360_is_zrtp_secure.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/360_is_zrtp_secure.xml rename to app/dialplan/resources/switch/conf/dialplan/360_is_zrtp_secure.xml diff --git a/app/dialplan_features/resources/switch/conf/dialplan/370_is_secure.xml b/app/dialplan/resources/switch/conf/dialplan/370_is_secure.xml similarity index 100% rename from app/dialplan_features/resources/switch/conf/dialplan/370_is_secure.xml rename to app/dialplan/resources/switch/conf/dialplan/370_is_secure.xml