<html><head><title>Re: [Freeswitch-users] Help with FSV record.</title>
</head>
<body>
<span style=" font-family:'Courier New'; font-size: 9pt;">Hello,<br>
<br>
Thanks for the answer. When can we expect the release?<br>
<br>
<span style=" font-family:'calibri'; color: #c0c0c0;"><i>-- <br>
S pozdravem,<br>
Ing.Denis Jakovlev &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; <br>
mob.tel. 775-415-382<br>
<br>
&#269;tvrtek 30. dubna 2015, 14:34:47, napsal jste:<br>
<br>
</i></span></span><table>
<tr>
<td width=2 bgcolor= #0000ff><br>
</td>
<td><span style=" font-family:'courier new'; font-size: 9pt;">Recording video was barely a feature in 1.4. &nbsp;Full support for this and everything you are trying to do is coming in 1.6. &nbsp;Stay tuned for beta announcements on that coming soon. &nbsp;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">https://freeswitch.org/confluence/display/FREESWITCH/FreeSWITCH+1.6+Video</a><span style=" font-family:'courier new'; font-size: 9pt;"> . &nbsp;We are still working on docs so please be patient as we gather all of that information.<br>
<br>
<br>
On Apr 30, 2015, at 7:46 AM, dex_Cz &lt;</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:yadenis@seznam.cz">yadenis@seznam.cz</a><span style=" font-family:'courier new'; font-size: 9pt;">&gt; 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>
&lt;include&gt;<br>
&lt;context name="centos"&gt;<br>
&lt;extension name="from-centos"&gt;<br>
&lt;condition field="destination_number" expression="^(onops)$"&gt;<br>
&lt;action application="record_fsv"<br>
data="/usr/local/freeswitch/recordings/testrecord.fsv"/&gt;<br>
&lt;action application="sleep" data="100"/&gt;<br>
&lt;action application="bridge" data="</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:user/1004@172.16.0.2">user/1004@172.16.0.2</a><span style=" font-family:'courier new'; font-size: 9pt;">"/&gt;<br>
&lt;action application="hangup"/&gt;<br>
&lt;/condition&gt;<br>
&lt;/extension&gt;<br>
&lt;/context&gt;<br>
&lt;/include&gt;<br>
<br>
I tried to change the context<br>
&lt;include&gt;<br>
&lt;context name="centos"&gt;<br>
 &lt;extension name="from-centos"&gt;<br>
 &nbsp;&lt;condition field="destination_number" expression="^(onops)$"&gt;<br>
 &nbsp; &lt;action application="export" data="execute_on_answer=uuid_record ${uuid}<br>
start /usr/local/freeswitch/recordings/testrecord.fsv"/&gt; <br>
 &nbsp; &lt;action application="bridge"<br>
data="{ignore_early_media=true}</span><a style=" font-family:'courier new'; font-size: 9pt;" href="mailto:user/1004@172.16.0.2">user/1004@172.16.0.2</a><span style=" font-family:'courier new'; font-size: 9pt;">"/&gt;<br>
 &nbsp; &lt;action application="hangup"/&gt;<br>
 &nbsp;&lt;/condition&gt;<br>
 &lt;/extension&gt;<br>
&lt;/context&gt;<br>
&lt;/include&gt;<br>
<br>
It also did not help. In the end I try to enter these commands from the<br>
console<br>
uuid_setvar &lt;uuid&gt; enable_file_write_buffering false (its says ok)<br>
and<br>
uuid_record &lt;uuid&gt; 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>
 </td>
</tr>
</table>
</body></html>