FS-7648 test config for FS-7687

This commit is contained in:
Brian West 2015-06-23 08:10:34 -05:00
parent be3c868655
commit 0b1826c357

View File

@ -0,0 +1,13 @@
<extension name="from-centos">
<condition field="destination_number" expression="^(6080)$">
<action application="export" data="nolocal:absolute_codec_string=OPUS,VP8"/>
<action application="set" data="hangup_after_bridge=true"/>
<action application="set" data="record_concat_video=true"/>
<!--
DO NOT EXPORT execute_on_answer in this case.
It will cause both sessions to record to the exact same file.
-->
<action application="set" data="execute_on_answer=record_session /var/www/html/rec/${strftime(%Y%m%d_%H%M%S)}_${destination_number}.mp4"/>
<action application="bridge" data="sofia/external/sip:decode@cantina.freeswitch.org"/>
</condition>
</extension>