]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
fix FSCORE-211
authorBrian West <brian@freeswitch.org>
Wed, 29 Oct 2008 23:14:22 +0000 (23:14 +0000)
committerBrian West <brian@freeswitch.org>
Wed, 29 Oct 2008 23:14:22 +0000 (23:14 +0000)
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@10196 d0543943-73ff-0310-b7d9-9358b9ac24b2

conf/dialplan/default/01_provider.com.xml
conf/directory/default/example.com.xml [moved from conf/directory/default/provider.com.xml with 100% similarity]
conf/vars.xml

index 1531ba9c40ad076b02de9792ea6263b254406778..45d0dc6ab342e1cf483c20ba8960b7a6e81c1386 100644 (file)
@@ -1,6 +1,6 @@
 <include>
 
-  <extension name="local.provider.com">
+  <extension name="local.example.com">
     <condition field="${toll_allow}" expression="local"/>
     <condition field="destination_number" expression="^(\d{7})$">
       <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
@@ -9,7 +9,7 @@
     </condition>
   </extension>
 
-  <extension name="domestic.provider.com">
+  <extension name="domestic.example.com">
     <condition field="${toll_allow}" expression="domestic"/>
     <condition field="destination_number" expression="^(\d{11})$">
       <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
@@ -18,7 +18,7 @@
     </condition>
   </extension>
 
-  <extension name="international.provider.com">
+  <extension name="international.example.com">
     <condition field="${toll_allow}" expression="international"/>
     <condition field="destination_number" expression="^(011\d{10+})$">
       <action application="set" data="effective_caller_id_number=${outbound_caller_id_number}"/>
index a67c1e346824394a457222e6ea1067018738bad8..c55c5d1aeb66e53c90c83897793207a8f66ea7bb 100644 (file)
       Setting up your default sip provider is easy.
       Below are some values that should work in most cases.
       
-      These are for conf/directory/default/provider.com.xml
+      These are for conf/directory/default/example.com.xml
 
   -->
-  <X-PRE-PROCESS cmd="set" data="default_provider=provider.com"/>
+  <X-PRE-PROCESS cmd="set" data="default_provider=example.com"/>
   <X-PRE-PROCESS cmd="set" data="default_provider_username=joeuser"/>
   <X-PRE-PROCESS cmd="set" data="default_provider_password=password"/>
-  <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=provider.com"/>
+  <X-PRE-PROCESS cmd="set" data="default_provider_from_domain=example.com"/>
   <!-- true or false -->
   <X-PRE-PROCESS cmd="set" data="default_provider_register=false"/>
   <X-PRE-PROCESS cmd="set" data="default_provider_contact=5000"/>