]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
update test configs
authorBrian West <brian@freeswitch.org>
Thu, 9 Jul 2015 15:48:56 +0000 (10:48 -0500)
committerBrian West <brian@freeswitch.org>
Thu, 9 Jul 2015 16:13:23 +0000 (11:13 -0500)
conf/testing/autoload_configs/conference.conf.xml
conf/testing/dialplan/default/0000_local_extensions.xml
conf/testing/dialplan/default/0019_conf.xml
conf/testing/dialplan/public/0000_local_extensions.xml
conf/testing/vars.xml

index 7189a766821b4d6e7954790804db11bc28fcc602..00c20af3de8ae8b8d0637263df4867be3bd178b1 100644 (file)
@@ -3,7 +3,7 @@
 <configuration name="conference.conf" description="Audio Conference">
   <!-- Advertise certain presence on startup . -->
   <advertise>
-    <room name="3001@$${domain}" status="FreeSWITCH"/>
+    <room name="6070@$${domain}" status="FreeSWITCH"/>
   </advertise>
 
   <!-- These are the default keys that map when you do not specify a caller control group -->  
index bd87f31b47d7bad97744001a16300002be34ea04..c47ccb9fb87425831f32b7c8d802a59183ba7842 100644 (file)
@@ -10,3 +10,5 @@
   </condition>
 </extension>
   
+
+
index fbee32923c7909354a7a5ff2a493db8a8d067a46..41189353e249748c4664904f16c94255626b912e 100644 (file)
@@ -1,7 +1,7 @@
 
 <extension name="conf">
   <condition field="destination_number" expression="^6070$">
-    <action application="answer"/>  
+    <!--<action application="answer" data="is_conference"/>  -->
     <action application="conference" data="6070@video-mcu-stereo"/>  
   </condition>
 </extension>
index a0578f359e4a2ac99116349c5b2cd9c2756e3831..65ce49398d56ef32eb8702f087532bf724c0c03c 100644 (file)
@@ -4,3 +4,9 @@
   </condition>
 </extension>
 
+<extension name="Local_Extension">
+  <condition field="destination_number" expression="^(6666)$">
+    <action application="bridge" data="sofia/internal/sip:888@cantina.freeswitch.org"/>
+  </condition>
+</extension>
+  
index b9080e767f0f2801039d762c0376d134d7606e0e..6a070df84ba4c365de24fc363ba0462a5a282868 100644 (file)
@@ -7,8 +7,8 @@
   <X-PRE-PROCESS cmd="set" data="use_profile=external"/>
   <X-PRE-PROCESS cmd="set" data="rtp_sdes_suites=AEAD_AES_256_GCM_8|AEAD_AES_128_GCM_8|AES_CM_256_HMAC_SHA1_80|AES_CM_192_HMAC_SHA1_80|AES_CM_128_HMAC_SHA1_80|AES_CM_256_HMAC_SHA1_32|AES_CM_192_HMAC_SHA1_32|AES_CM_128_HMAC_SHA1_32|AES_CM_128_NULL_AUTH"/>
   <X-PRE-PROCESS cmd="set" data="zrtp_secure_media=true"/>
-  <X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,VP8,H264"/>
-  <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=OPUS,G722,PCMU,PCMA,VP8,H264"/>
+  <X-PRE-PROCESS cmd="set" data="global_codec_prefs=OPUS,G722,PCMU,PCMA,VP8,H264,H263,H263-1998"/>
+  <X-PRE-PROCESS cmd="set" data="outbound_codec_prefs=OPUS,G722,PCMU,PCMA,VP8,H264,H263,H263-1998"/>
   <X-PRE-PROCESS cmd="set" data="outbound_caller_name=FreeSWITCH"/>
   <X-PRE-PROCESS cmd="set" data="outbound_caller_id=0000000000"/>