<p dir="ltr">Cool, thanks, will give it a try.</p>
<div class="gmail_quote">On May 4, 2015 11:49 PM, "Michael Jerris" <<a href="mailto:mike@jerris.com">mike@jerris.com</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">It exists in the fs-video2 branch<br>
<br>
echo_decode_video and echo_decode_audio channel vars.<br>
<br>
> On May 4, 2015, at 5:15 PM, Stanislav Sinyagin <<a href="mailto:ssinyagin@gmail.com">ssinyagin@gmail.com</a>> wrote:<br>
><br>
> is there a plan to re-implement "echo" application to work on waveform<br>
> level (or picture frame level) instead of copying the RTP packets? It<br>
> would be then handy for audio and video testing.<br>
><br>
> At the moment echo is not compatible with SILK and Opus codecs because<br>
> they don't tolerate simple RTP duplication.<br>
><br>
><br>
> On Thu, Apr 30, 2015 at 2:34 PM, Michael Jerris <<a href="mailto:mike@jerris.com">mike@jerris.com</a>> wrote:<br>
>> Recording video was barely a feature in 1.4. Full support for this and<br>
>> everything you are trying to do is coming in 1.6. Stay tuned for beta<br>
>> announcements on that coming soon. You can try out the feature branch if<br>
>> you like, more info is available at:<br>
>> <a href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" target="_blank">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a> .<br>
>> We are still working on docs so please be patient as we gather all of that<br>
>> information.<br>
>><br>
>><br>
>> On Apr 30, 2015, at 7:46 AM, dex_Cz <<a href="mailto:yadenis@seznam.cz">yadenis@seznam.cz</a>> wrote:<br>
>><br>
>> Hi guys!<br>
>> I have a question. Somebody tried to record in the FSV file when i bridge<br>
>> call?<br>
>> I hame a simple context from example. But it is not working.<br>
>> <include><br>
>> <context name="centos"><br>
>> <extension name="from-centos"><br>
>> <condition field="destination_number" expression="^(onops)$"><br>
>> <action application="record_fsv"<br>
>> data="/usr/local/freeswitch/recordings/testrecord.fsv"/><br>
>> <action application="sleep" data="100"/><br>
>> <action application="bridge" data="user/<a href="mailto:1004@172.16.0.2">1004@172.16.0.2</a>"/><br>
>> <action application="hangup"/><br>
>> </condition><br>
>> </extension><br>
>> </context><br>
>> </include><br>
>><br>
>> I tried to change the context<br>
>> <include><br>
>> <context name="centos"><br>
>> <extension name="from-centos"><br>
>> <condition field="destination_number" expression="^(onops)$"><br>
>> <action application="export" data="execute_on_answer=uuid_record ${uuid}<br>
>> start /usr/local/freeswitch/recordings/testrecord.fsv"/><br>
>> <action application="bridge"<br>
>> data="{ignore_early_media=true}user/<a href="mailto:1004@172.16.0.2">1004@172.16.0.2</a>"/><br>
>> <action application="hangup"/><br>
>> </condition><br>
>> </extension><br>
>> </context><br>
>> </include><br>
>><br>
>> It also did not help. In the end I try to enter these commands from the<br>
>> console<br>
>> uuid_setvar <uuid> enable_file_write_buffering false (its says ok)<br>
>> and<br>
>> uuid_record <uuid> start /usr/local/freeswitch/recordings/testrecord.fsv<br>
>><br>
>> But i have a error<br>
>><br>
>> 2015-04-30 12:27:16.635463 [ERR] mod_fsv.c:702 You are asking to write 342<br>
>> bytes of data which is not supported. Please set<br>
>> enable_file_write_buffering=false to use .fsv format<br>
>> 5e9ce2b0-ef23-11e4-b181-d1f037dabce9 2015-04-30 12:27:16.635463 [ERR]<br>
>> switch_ivr_async.c:1155 Error writing<br>
>> /usr/local/freeswitch/recordings/testrecord.fsv<br>
>><br>
>> Anyone can help me, What I'm doing wrong?<br>
<br>
<br>
_________________________________________________________________________<br>
Professional FreeSWITCH Consulting Services:<br>
<a href="mailto:consulting@freeswitch.org">consulting@freeswitch.org</a><br>
<a href="http://www.freeswitchsolutions.com" target="_blank">http://www.freeswitchsolutions.com</a><br>
<br>
Official FreeSWITCH Sites<br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
<a href="http://confluence.freeswitch.org" target="_blank">http://confluence.freeswitch.org</a><br>
<a href="http://www.cluecon.com" target="_blank">http://www.cluecon.com</a><br>
<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div>