]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
test sets for FS-7762
authorBrian West <brian@freeswitch.org>
Tue, 7 Jul 2015 13:48:24 +0000 (08:48 -0500)
committerBrian West <brian@freeswitch.org>
Tue, 7 Jul 2015 13:48:24 +0000 (08:48 -0500)
conf/testing/dialplan/default/0024_play_video.xml [new file with mode: 0644]
conf/testing/vars.xml

diff --git a/conf/testing/dialplan/default/0024_play_video.xml b/conf/testing/dialplan/default/0024_play_video.xml
new file mode 100644 (file)
index 0000000..0fc0699
--- /dev/null
@@ -0,0 +1,6 @@
+<extension name="videoplayback">
+  <condition field="destination_number" expression="^8000$">
+    <action application="answer"/>
+    <action application="playback" data="av:///var/www/html/vid/big_buck_bunny_240p_30mb.mp4"/>
+  </condition>
+</extension>  
index fe8f4dcd514e3157ff44824089c2044ce420f158..b9080e767f0f2801039d762c0376d134d7606e0e 100644 (file)
   <X-PRE-PROCESS cmd="set" data="internal_auth_calls=true"/>
   <X-PRE-PROCESS cmd="set" data="internal_sip_port=5080"/>
   <X-PRE-PROCESS cmd="set" data="internal_tls_port=5081"/>
-  <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=false"/>
+  <X-PRE-PROCESS cmd="set" data="internal_ssl_enable=true"/>
 
   <!-- External SIP Profile -->
   <X-PRE-PROCESS cmd="set" data="external_auth_calls=false"/>
   <X-PRE-PROCESS cmd="set" data="external_sip_port=5090"/>
   <X-PRE-PROCESS cmd="set" data="external_tls_port=5091"/>
-  <X-PRE-PROCESS cmd="set" data="external_ssl_enable=false"/>
+  <X-PRE-PROCESS cmd="set" data="external_ssl_enable=true"/>
 
   <!-- Setting the max bandwdith -->
-  <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_in=1mb"/>
-  <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_out=1mb"/>
+  <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_in=2mb"/>
+  <X-PRE-PROCESS cmd="set" data="rtp_video_max_bandwidth_out=2mb"/>
 
   <!-- WebRTC Video -->
   <!-- Suppress CNG for WebRTC Audio -->