Hello, <br><br>I&#39;m quite new to FreeSwitch and so far I&#39;m liking it<br><br>I have 2 questions about FS<br><br>first: If I start as a daemon using the -nc command, how do I access the console again?<br><br>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>

<br>my public.xml looks like that:<br><br>&lt;extension name=&quot;conferences&quot;&gt;<br>      &lt;condition field=&quot;destination_number&quot; expression=&quot;^(7\d{4})$&quot;&gt;<br>          &lt;action application=&quot;answer&quot;/&gt;<br>

          &lt;action application=&quot;conference&quot; data=&quot;$1@wideband&quot;/&gt;<br>  &lt;profiles&gt;<br>    &lt;profile name=&quot;default&quot;&gt;<br>      &lt;action applicatioon=&quot;conference&quot; data=&quot;auto-record /tmp/${conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav&quot;/&gt;<br>

    &lt;/profile&gt;<br>  &lt;/profiles&gt;<br><br>          &lt;!-- &lt;action application=&quot;conference&quot; data=&quot;$1@wideband&quot;/&gt; --&gt;<br>      &lt;/condition&gt;<br>    &lt;/extension&gt;<br><br><br>

I got no error on freeswitch.log<br><br>but the file it&#39;s not created =/<br><br>I&#39;m trying with more than one user, as I saw that it only start to record with 2 or more users<br><br>Thanks for the help<br>