<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="">Hello.<br class=""><div apple-content-edited="true" class=""><div class=""><br class=""></div><div class="">Thank you for your response. Of course I'll wait master witch I can put on centos, and of course I'll let you know how it will work. </div><div class=""><br class=""></div><div class="">As for the current version 1.5.15b. I really would not be able to record video at a bridge calls?<br class=""><br class=""><div style="orphans: 2; widows: 2; margin: 0px; font-size: 11px; font-family: Arial; color: rgb(192, 192, 192);" class=""><i class="">-- </i></div><div style="orphans: 2; widows: 2; margin: 0px; font-size: 11px; font-family: Arial; color: rgb(192, 192, 192);" class=""><i class="">S pozdravem,</i></div><div style="orphans: 2; widows: 2; margin: 0px; font-size: 11px; font-family: Arial; color: rgb(192, 192, 192);" class=""><i class="">Ing.Denis Jakovlev </i></div><div style="orphans: 2; widows: 2; margin: 0px; font-family: Arial; color: rgb(192, 192, 192);" class=""><i class="">mob.tel. 775-415-382</i></div></div>
</div>
<br class=""><div><blockquote type="cite" class=""><div class="">On 4. 5. 2015, at 18:44, Michael Jerris <<a href="mailto:mike@jerris.com" class="">mike@jerris.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">But please don't wait for that. Please put this in your lab and try it out and give us some feedback. We need the community feedback to help get this out to you.<div class=""><br class=""></div><div class=""><br class=""><div class=""><blockquote type="cite" class=""><div class="">On May 4, 2015, at 12:40 PM, Michael Jerris <<a href="mailto:mike@jerris.com" class="">mike@jerris.com</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><meta http-equiv="Content-Type" content="text/html charset=utf-8" class=""><div 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 class=""><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></div></div></blockquote></div><br class=""></div></div>_________________________________________________________________________<br class="">Professional FreeSWITCH Consulting Services: <br class=""><a href="mailto:consulting@freeswitch.org" class="">consulting@freeswitch.org</a><br class="">http://www.freeswitchsolutions.com<br class=""><br class="">Official FreeSWITCH Sites<br class="">http://www.freeswitch.org<br class="">http://confluence.freeswitch.org<br class="">http://www.cluecon.com<br class=""><br class="">FreeSWITCH-users mailing list<br class="">FreeSWITCH-users@lists.freeswitch.org<br class="">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users<br class="">UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users<br class="">http://www.freeswitch.org</div></blockquote></div><br class=""></body></html>