[Freeswitch-users] Using auto-record

Wagner wagnerspi at gmail.com
Wed Dec 22 22:35:06 MSK 2010


Hello,

I'm quite new to FreeSwitch and so far I'm liking it

I have 2 questions about FS

first: If I start as a daemon using the -nc command, how do I access the
console again?

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

my public.xml looks like that:

<extension name="conferences">
      <condition field="destination_number" expression="^(7\d{4})$">
          <action application="answer"/>
          <action application="conference" data="$1 at wideband"/>
  <profiles>
    <profile name="default">
      <action applicatioon="conference" data="auto-record
/tmp/${conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
    </profile>
  </profiles>

          <!-- <action application="conference" data="$1 at wideband"/> -->
      </condition>
    </extension>


I got no error on freeswitch.log

but the file it's not created =/

I'm trying with more than one user, as I saw that it only start to record
with 2 or more users

Thanks for the help
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.freeswitch.org/pipermail/freeswitch-users/attachments/20101222/435be179/attachment.html 


More information about the FreeSWITCH-users mailing list