From 64c34744e6f16c463afab2a22905785ece79fcc3 Mon Sep 17 00:00:00 2001 From: Mark Crane Date: Wed, 6 Aug 2014 09:39:49 +0000 Subject: [PATCH] Fix the order of these dialplans --- .../resources/switch/conf/dialplan/010_call_direction.xml | 7 ------- .../dialplan/{030_user_exists.xml => 010_user_exists.xml} | 0 .../{110_call-direction.xml => 020_call_direction.xml} | 0 3 files changed, 7 deletions(-) delete mode 100644 app/dialplan/resources/switch/conf/dialplan/010_call_direction.xml rename app/dialplan/resources/switch/conf/dialplan/{030_user_exists.xml => 010_user_exists.xml} (100%) rename app/dialplan/resources/switch/conf/dialplan/{110_call-direction.xml => 020_call_direction.xml} (100%) diff --git a/app/dialplan/resources/switch/conf/dialplan/010_call_direction.xml b/app/dialplan/resources/switch/conf/dialplan/010_call_direction.xml deleted file mode 100644 index 5e940df009..0000000000 --- a/app/dialplan/resources/switch/conf/dialplan/010_call_direction.xml +++ /dev/null @@ -1,7 +0,0 @@ - - - - - - - diff --git a/app/dialplan/resources/switch/conf/dialplan/030_user_exists.xml b/app/dialplan/resources/switch/conf/dialplan/010_user_exists.xml similarity index 100% rename from app/dialplan/resources/switch/conf/dialplan/030_user_exists.xml rename to app/dialplan/resources/switch/conf/dialplan/010_user_exists.xml diff --git a/app/dialplan/resources/switch/conf/dialplan/110_call-direction.xml b/app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml similarity index 100% rename from app/dialplan/resources/switch/conf/dialplan/110_call-direction.xml rename to app/dialplan/resources/switch/conf/dialplan/020_call_direction.xml