<html><head><meta http-equiv="Content-Type" content="text/html charset=utf-8"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">we are aiming at merging into master sometime in the next few weeks and a final release this summer.<div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On May 4, 2015, at 3:16 AM, Denis Jakovlev <<a href="mailto:yadenis@seznam.cz" class="">yadenis@seznam.cz</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><title class="">Re: [Freeswitch-users] Help with FSV record.</title>
<div class="">
<span style=" font-family:'Courier New'; font-size: 9pt;" class="">Hello,<br class="">
<br class="">
Thanks for the answer. When can we expect the release?<br class="">
<br class="">
<span style=" font-family:'calibri'; color: #c0c0c0;" class=""><i class="">-- <br class="">
S pozdravem,<br class="">
Ing.Denis Jakovlev <br class="">
mob.tel. 775-415-382<br class="">
<br class="">
Ätvrtek 30. dubna 2015, 14:34:47, napsal jste:<br class="">
<br class="">
</i></span></span><table class="">
<tbody class=""><tr class="">
<td width="2" bgcolor="#0000ff" class=""><br class="">
</td>
<td class=""><span style=" font-family:'courier new'; font-size: 9pt;" class="">Recording video was barely a feature in 1.4. Full support for this and everything you are trying to do is coming in 1.6. Stay tuned for beta announcements on that coming soon. You can try out the feature branch if you like, more info is available at: </span><a style=" font-family:'courier new'; font-size: 9pt;" href="https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video" class="">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a><span style=" font-family:'courier new'; font-size: 9pt;" class=""> . We are still working on docs so please be patient as we gather all of that information.<br class="">
<br class="">
<br class="">
On Apr 30, 2015, at 7:46 AM, dex_Cz <</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:yadenis@seznam.cz" class="">yadenis@seznam.cz</a><span style=" font-family:'courier new'; font-size: 9pt;" class="">> wrote:<br class="">
<br class="">
Hi guys!<br class="">
I have a question. Somebody tried to record in the FSV file when i bridge<br class="">
call?<br class="">
I hame a simple context from example. But it is not working.<br class="">
<include><br class="">
<context name="centos"><br class="">
<extension name="from-centos"><br class="">
<condition field="destination_number" expression="^(onops)$"><br class="">
<action application="record_fsv"<br class="">
data="/usr/local/freeswitch/recordings/testrecord.fsv"/><br class="">
<action application="sleep" data="100"/><br class="">
<action application="bridge" data="</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:user/1004@172.16.0.2" class="">user/1004@172.16.0.2</a><span style=" font-family:'courier new'; font-size: 9pt;" class="">"/><br class="">
<action application="hangup"/><br class="">
</condition><br class="">
</extension><br class="">
</context><br class="">
</include><br class="">
<br class="">
I tried to change the context<br class="">
<include><br class="">
<context name="centos"><br class="">
<extension name="from-centos"><br class="">
<condition field="destination_number" expression="^(onops)$"><br class="">
<action application="export" data="execute_on_answer=uuid_record ${uuid}<br class="">
start /usr/local/freeswitch/recordings/testrecord.fsv"/> <br class="">
<action application="bridge"<br class="">
data="{ignore_early_media=true}</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:user/1004@172.16.0.2" class="">user/1004@172.16.0.2</a><span style=" font-family:'courier new'; font-size: 9pt;" class="">"/><br class="">
<action application="hangup"/><br class="">
</condition><br class="">
</extension><br class="">
</context><br class="">
</include><br class="">
<br class="">
It also did not help. In the end I try to enter these commands from the<br class="">
console<br class="">
uuid_setvar <uuid> enable_file_write_buffering false (its says ok)<br class="">
and<br class="">
uuid_record <uuid> start /usr/local/freeswitch/recordings/testrecord.fsv<br class="">
<br class="">
But i have a error <br class="">
<br class="">
2015-04-30 12:27:16.635463 [ERR] mod_fsv.c:702 You are asking to write 342<br class="">
bytes of data which is not supported. Please set<br class="">
enable_file_write_buffering=false to use .fsv format<br class="">
5e9ce2b0-ef23-11e4-b181-d1f037dabce9 2015-04-30 12:27:16.635463 [ERR]<br class="">
switch_ivr_async.c:1155 Error writing<br class="">
/usr/local/freeswitch/recordings/testrecord.fsv<br class="">
<br class="">
Anyone can help me, What I'm doing wrong?<br class=""></span></td></tr></tbody></table></div></div></blockquote></div><br class=""></div></body></html>