Thanks a lot Brian,<br><br>got it working<br><br>and what about accessing the console after it's on background?<br><br>Thanks<br><br><div class="gmail_quote">2010/12/22 Brian West <span dir="ltr"><<a href="mailto:brian@freeswitch.org">brian@freeswitch.org</a>></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>
> 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>
<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>