Hi,<br><br>I hope I&#39;m not posting this in the wrong mailing list.<br><br>I&#39;m working on a custom conference that uses the conference module. I need a record function that keeps recording (or at list appends the same wav file) when no one is in a given conference.<br>
The solution that was used in the Asterisk program I&#39;m porting was to create a dummy channel that goes in the conference and records what it hears in a file.<br><br>- Can I create a dummy channel with an &quot;originate /loopback&quot; that would go into a conf and record what it hears (I&#39;m not sure what loopback really is)<br>
<br>- Otherwise, can I use originate from the FS box to call itself, one side connects to the conference and the other records.<br>(I&#39;m not sure how to do that, and how I could transmit variables (to tell which file to record to) to the called program)<br>
<br>Thanks <br>