Thanks a lot Brian,<br><br>got it working<br><br>and what about accessing the console after it&#39;s on background?<br><br>Thanks<br><br><div class="gmail_quote">2010/12/22 Brian West <span dir="ltr">&lt;<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>&gt;</span><br>

<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">auto-record is a conference profile param that you set in conference.conf.xml and NOT in your dialplan... You seem to have confused the two options some how.<br>


<br>
/b<br>
<div><div></div><div class="h5"><br>
On Dec 22, 2010, at 1:35 PM, Wagner wrote:<br>
<br>
&gt; Hello,<br>
&gt;<br>
&gt; I&#39;m quite new to FreeSwitch and so far I&#39;m liking it<br>
&gt;<br>
&gt; I have 2 questions about FS<br>
&gt;<br>
&gt; first: If I start as a daemon using the -nc command, how do I access the console again?<br>
&gt;<br>
&gt; Second: I have a conference that I want to record, I&#39;m trying to use auto-record but so far I&#39;m not getting it to work<br>
&gt;<br>
&gt; my public.xml looks like that:<br>
&gt;<br>
&gt; &lt;extension name=&quot;conferences&quot;&gt;<br>
&gt;      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(7\d{4})$&quot;&gt;<br>
&gt;          &lt;action application=&quot;answer&quot;/&gt;<br>
&gt;          &lt;action application=&quot;conference&quot; data=&quot;$1@wideband&quot;/&gt;<br>
&gt;  &lt;profiles&gt;<br>
&gt;    &lt;profile name=&quot;default&quot;&gt;<br>
&gt;      &lt;action applicatioon=&quot;conference&quot; data=&quot;auto-record /tmp/${conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;<br>
&gt;    &lt;/profile&gt;<br>
&gt;  &lt;/profiles&gt;<br>
&gt;<br>
&gt;          &lt;!-- &lt;action application=&quot;conference&quot; data=&quot;$1@wideband&quot;/&gt; --&gt;<br>
&gt;      &lt;/condition&gt;<br>
&gt;    &lt;/extension&gt;<br>
&gt;<br>
&gt;<br>
&gt; I got no error on freeswitch.log<br>
&gt;<br>
&gt; but the file it&#39;s not created =/<br>
&gt;<br>
&gt; I&#39;m trying with more than one user, as I saw that it only start to record with 2 or more users<br>
&gt;<br>
&gt; Thanks for the help<br>
<br>
<br>
</div></div>_______________________________________________<br>
FreeSWITCH-users mailing list<br>
<a href="mailto:FreeSWITCH-users@lists.freeswitch.org">FreeSWITCH-users@lists.freeswitch.org</a><br>
<a href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a><br>
UNSUBSCRIBE:<a href="http://lists.freeswitch.org/mailman/options/freeswitch-users" target="_blank">http://lists.freeswitch.org/mailman/options/freeswitch-users</a><br>
<a href="http://www.freeswitch.org" target="_blank">http://www.freeswitch.org</a><br>
</blockquote></div><br>