Hello, <br><br>I'm quite new to FreeSwitch and so far I'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'm trying to use auto-record but so far I'm not getting it to work<br>
<br>my public.xml looks like that:<br><br><extension name="conferences"><br>      <condition field="destination_number" expression="^(7\d{4})$"><br>          <action application="answer"/><br>
          <action application="conference" data="$1@wideband"/><br>  <profiles><br>    <profile name="default"><br>      <action applicatioon="conference" data="auto-record /tmp/${conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/><br>
    </profile><br>  </profiles><br><br>          <!-- <action application="conference" data="$1@wideband"/> --><br>      </condition><br>    </extension><br><br><br>
I got no error on freeswitch.log<br><br>but the file it's not created =/<br><br>I'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>