From 20dc70b6524e549d0f1f185892787efc9d398274 Mon Sep 17 00:00:00 2001 From: Brian West Date: Thu, 8 May 2008 14:40:34 +0000 Subject: [PATCH] tweak sip profiles slightly. outbound to external and external has an alias for outbound for backwards compat. default has an alias for internal git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@8298 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- conf/sip_profiles/default.xml | 1 + conf/sip_profiles/{outbound.xml => external.xml} | 4 ++++ conf/sip_profiles/{outbound => external}/example.xml | 0 3 files changed, 5 insertions(+) rename conf/sip_profiles/{outbound.xml => external.xml} (96%) rename conf/sip_profiles/{outbound => external}/example.xml (100%) diff --git a/conf/sip_profiles/default.xml b/conf/sip_profiles/default.xml index 575647203d..e8a7f331a5 100644 --- a/conf/sip_profiles/default.xml +++ b/conf/sip_profiles/default.xml @@ -3,6 +3,7 @@ + diff --git a/conf/sip_profiles/outbound.xml b/conf/sip_profiles/external.xml similarity index 96% rename from conf/sip_profiles/outbound.xml rename to conf/sip_profiles/external.xml index 8d2f420eac..65bbdf49ef 100644 --- a/conf/sip_profiles/outbound.xml +++ b/conf/sip_profiles/external.xml @@ -5,6 +5,10 @@ + + + + diff --git a/conf/sip_profiles/outbound/example.xml b/conf/sip_profiles/external/example.xml similarity index 100% rename from conf/sip_profiles/outbound/example.xml rename to conf/sip_profiles/external/example.xml