[Freeswitch-users] record_session with dtfm

Denis Jakovlev yadenis at seznam.cz
Wed Jun 24 16:42:48 MSD 2015


Hi All,

Someone tried to record video during the session any time you press a key?

This configuration does not work
<extension name="test4">
  <condition field="destination_number" expression="^(6083)$">
    <action application="export" data="nolocal:absolute_codec_string=OPUS,PCMU,PCMA,VP8"/>
    <action application="set" data="hangup_after_bridge=true"/>
<!-- bind_meta_app can have these args <key> [a|b|ab] [a|b|o|s] <app> -->
    <action application="export" data="RECORD_STEREO=true"/>
    <action application="export" data="RECORD_TOGGLE_ON_REPEAT=true"/>
    <action application="set" data="record_concat_video=true"/>
    <action application="bind_meta_app" data="2 b s record_session::$${base_dir}/recordings/${caller_id_number}.${strftime(%Y-%m-%d-%H-%M-%S)}.mp4"/>
    <action application="bridge" data="user/1004${sip_profile}"/>
  </condition>
</extension>

How to use it properly in the case of the video? 
In the documentation examples only audio. And it works as it should. I would like to deal with the video.

-- 
S pozdravem,
Ing.Denis Jakovlev                           
mob.tel. 775-415-382
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20150624/11d25265/attachment.html 


Join us at ClueCon 2016 Aug 8-12, 2016
More information about the FreeSWITCH-users mailing list