<div dir="ltr"><div class="gmail_extra"><br><div class="gmail_quote">On Wed, Sep 17, 2014 at 9:16 AM, miguelo <span dir="ltr">&lt;<a href="mailto:sanatulp@gmail.com" target="_blank">sanatulp@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">Hello,<br>
<br>
I try to setup recording with mod_conference and mod_oreka.<br>
I know it is possible to record to file with mod_conference, but i want to<br>
record a conference using mod_oreka. I tried dialing out to the loopback<br>
interface and answering that call in the dialplan to start recording but  the<br>
recording will stop when the end of the extension is reached.<br></blockquote><div><br></div><div>You must do a blocking operation that performs I/O read/write.</div><div><br></div><div>Calling oreka_record is not a blocking operation and hence the extension will reach the end and hangup. </div><div><br></div><div>If you call oreka_record followed by playback() to play silence (<a href="https://wiki.freeswitch.org/wiki/Silence_stream">https://wiki.freeswitch.org/wiki/Silence_stream</a>) that should do the trick. You&#39;ll need to set the variable timer_name=soft to ask playback() to consume audio.</div><div><br></div><div>btw, this question is better suited for the freeswitch-users mailing list</div><div><br></div><div>Moy</div><div><br></div><div><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)">Moises Silva<u></u><u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)">Manager, Software Engineering<u></u><u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)"><u></u> <u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)">Sangoma Technologies<u></u><u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)">100 Renfrew Drive, Suite 100, Markham, Ontario, Canada L3R 9R6<u></u><u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)">T <a value="+19054741990">+1 905 474 1990</a> x128 | toll-free in North America <a value="+18003882475">+1 800 388-2475</a> | F <a value="+19054749223">+1 905 474 9223</a><u></u><u></u></span></p><p style="margin:0in 0in 0.0001pt;font-size:11pt;font-family:Calibri,sans-serif"><span style="font-family:&#39;Courier New&#39;;color:rgb(31,73,125)"><a href="http://www.sangoma.com/" target="_blank">www.sangoma.com</a></span></p></div></div></div></div>