[Freeswitch-svn] [commit] r9749 - freeswitch/trunk/conf/directory/default

Freeswitch SVN brian at freeswitch.org
Mon Sep 29 16:59:10 EDT 2008


Author: brian
Date: Mon Sep 29 16:59:10 2008
New Revision: 9749

Modified:
   freeswitch/trunk/conf/directory/default/1000.xml
   freeswitch/trunk/conf/directory/default/1001.xml
   freeswitch/trunk/conf/directory/default/1002.xml
   freeswitch/trunk/conf/directory/default/1003.xml
   freeswitch/trunk/conf/directory/default/1004.xml
   freeswitch/trunk/conf/directory/default/1005.xml
   freeswitch/trunk/conf/directory/default/1006.xml
   freeswitch/trunk/conf/directory/default/1007.xml
   freeswitch/trunk/conf/directory/default/1008.xml
   freeswitch/trunk/conf/directory/default/1009.xml
   freeswitch/trunk/conf/directory/default/1010.xml
   freeswitch/trunk/conf/directory/default/1011.xml
   freeswitch/trunk/conf/directory/default/1012.xml
   freeswitch/trunk/conf/directory/default/1013.xml
   freeswitch/trunk/conf/directory/default/1014.xml
   freeswitch/trunk/conf/directory/default/1015.xml
   freeswitch/trunk/conf/directory/default/1016.xml
   freeswitch/trunk/conf/directory/default/1017.xml
   freeswitch/trunk/conf/directory/default/1018.xml
   freeswitch/trunk/conf/directory/default/1019.xml

Log:
woops its outbound not external... note this is just a var I made up.

Modified: freeswitch/trunk/conf/directory/default/1000.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1000.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1000.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1000"/>
       <variable name="effective_caller_id_number" value="1000"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1001.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1001.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1001.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1001"/>
       <variable name="effective_caller_id_number" value="1001"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1002.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1002.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1002.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1002"/>
       <variable name="effective_caller_id_number" value="1002"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1003.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1003.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1003.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1003"/>
       <variable name="effective_caller_id_number" value="1003"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1004.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1004.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1004.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1004"/>
       <variable name="effective_caller_id_number" value="1004"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1005.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1005.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1005.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1005"/>
       <variable name="effective_caller_id_number" value="1005"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1006.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1006.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1006.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1006"/>
       <variable name="effective_caller_id_number" value="1006"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1007.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1007.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1007.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1007"/>
       <variable name="effective_caller_id_number" value="1007"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1008.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1008.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1008.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1008"/>
       <variable name="effective_caller_id_number" value="1008"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1009.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1009.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1009.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1009"/>
       <variable name="effective_caller_id_number" value="1009"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1010.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1010.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1010.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1010"/>
       <variable name="effective_caller_id_number" value="1010"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1011.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1011.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1011.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1011"/>
       <variable name="effective_caller_id_number" value="1011"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1012.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1012.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1012.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1012"/>
       <variable name="effective_caller_id_number" value="1012"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1013.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1013.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1013.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1013"/>
       <variable name="effective_caller_id_number" value="1013"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1014.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1014.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1014.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1014"/>
       <variable name="effective_caller_id_number" value="1014"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1015.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1015.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1015.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1015"/>
       <variable name="effective_caller_id_number" value="1015"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1016.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1016.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1016.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1016"/>
       <variable name="effective_caller_id_number" value="1016"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1017.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1017.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1017.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1017"/>
       <variable name="effective_caller_id_number" value="1017"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1018.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1018.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1018.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1018"/>
       <variable name="effective_caller_id_number" value="1018"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>

Modified: freeswitch/trunk/conf/directory/default/1019.xml
==============================================================================
--- freeswitch/trunk/conf/directory/default/1019.xml	(original)
+++ freeswitch/trunk/conf/directory/default/1019.xml	Mon Sep 29 16:59:10 2008
@@ -10,8 +10,8 @@
       <variable name="user_context" value="default"/>
       <variable name="effective_caller_id_name" value="Extension 1019"/>
       <variable name="effective_caller_id_number" value="1019"/>
-      <variable name="external_caller_id_name" value="Acme Corporation"/>
-      <variable name="external_caller_id_number" value="5552566639"/>
+      <variable name="outbound_caller_id_name" value="Acme Corporation"/>
+      <variable name="outbound_caller_id_number" value="5552566639"/>
     </variables>
   </user>
 </include>



More information about the Freeswitch-svn mailing list