[Freeswitch-users] Using auto-record
Brian West
brian at freeswitch.org
Thu Dec 23 00:14:04 MSK 2010
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.
/b
On Dec 22, 2010, at 1:35 PM, Wagner wrote:
> 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
More information about the FreeSWITCH-users
mailing list