Sponsor: VoiceMeUp - Corporate & Wholesale VoIP Services

VoIP Mailing List Archives
Mailing list archives for the VoIP community
 SearchSearch 

[Freeswitch-users] Conference auto-record not working


 
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users
View previous topic :: View next topic  
Author Message
pablosaro at gmail.com
Guest





PostPosted: Mon Jan 19, 2009 9:51 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Hi there,

I've set up in my default conference context auto-record as follows:

<param name="auto-record" value="$${base_dir}/recordings/${conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>

but recording never starts. I've checked this by starting FS in console mode but no errors or useful messages to figure out what is going on.
My conference extension is set up as follows:

<context name="default">
<extension name="conf_quality_1">
<condition field="destination_number" expression="^(58233)$">
<action application="answer"/>
<action application="conference" data="$1@default+1633"/>
</condition>
</extension>
</context>

Could you please help me finding some missing configuration or error?
Let me know if you need further information.
Thanks in advance.

Pablo
Back to top
brian at freeswitch.org
Guest





PostPosted: Mon Jan 19, 2009 10:11 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Pablo,
I tested this on the latest SVN and it works fine. You'll need to
update there was a point where it was broken for a little bit.

/b

On Jan 19, 2009, at 8:49 AM, Pablo Hernan Saro wrote:

Quote:
Hi there,

I've set up in my default conference context auto-record as follows:

<param name="auto-record" value="$${base_dir}/recordings/$
{conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>

but recording never starts. I've checked this by starting FS in
console mode but no errors or useful messages to figure out what is
going on.
My conference extension is set up as follows:

<context name="default">
<extension name="conf_quality_1">
<condition field="destination_number" expression="^(58233)$">
<action application="answer"/>
<action application="conference" data="$1@default+1633"/>
</condition>
</extension>
</context>

Could you please help me finding some missing configuration or error?
Let me know if you need further information.
Thanks in advance.

Pablo
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
pablosaro at gmail.com
Guest





PostPosted: Mon Jan 19, 2009 10:17 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

sorry. it's 1.0.1 stable (tarrball)

On Mon, Jan 19, 2009 at 12:58 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
What SVN Rev are you working on?

/b


On Jan 19, 2009, at 8:49 AM, Pablo Hernan Saro wrote:

Quote:
Hi there,

I've set up in my default conference context auto-record as follows:

<param name="auto-record" value="$${base_dir}/recordings/$
{conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>

but recording never starts. I've checked this by starting FS in
console mode but no errors or useful messages to figure out what is
going on.
My conference extension is set up as follows:

<context name="default">
<extension name="conf_quality_1">
<condition field="destination_number" expression="^(58233)$">
<action application="answer"/>
<action application="conference" data="$1@default+1633"/>
</condition>
</extension>
</context>

Could you please help me finding some missing configuration or error?
Let me know if you need further information.
Thanks in advance.

Pablo


Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
brian at freeswitch.org
Guest





PostPosted: Mon Jan 19, 2009 10:19 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

What SVN Rev are you working on?

/b

On Jan 19, 2009, at 8:49 AM, Pablo Hernan Saro wrote:

Quote:
Hi there,

I've set up in my default conference context auto-record as follows:

<param name="auto-record" value="$${base_dir}/recordings/$
{conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>

but recording never starts. I've checked this by starting FS in
console mode but no errors or useful messages to figure out what is
going on.
My conference extension is set up as follows:

<context name="default">
<extension name="conf_quality_1">
<condition field="destination_number" expression="^(58233)$">
<action application="answer"/>
<action application="conference" data="$1@default+1633"/>
</condition>
</extension>
</context>

Could you please help me finding some missing configuration or error?
Let me know if you need further information.
Thanks in advance.

Pablo
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
pablosaro at gmail.com
Guest





PostPosted: Mon Jan 19, 2009 10:22 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Thanks Brian! I'll try the latest stable.
Have a nice day

On Mon, Jan 19, 2009 at 1:09 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Pablo,
I tested this on the latest SVN and it works fine. You'll need to
update there was a point where it was broken for a little bit.

/b

On Jan 19, 2009, at 8:49 AM, Pablo Hernan Saro wrote:



Quote:
Hi there,

I've set up in my default conference context auto-record as follows:

<param name="auto-record" value="$${base_dir}/recordings/$
{conference_name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>

but recording never starts. I've checked this by starting FS in
console mode but no errors or useful messages to figure out what is
going on.
My conference extension is set up as follows:

<context name="default">
<extension name="conf_quality_1">
<condition field="destination_number" expression="^(58233)$">
<action application="answer"/>
<action application="conference" data="$1@default+1633"/>
</condition>
</extension>
</context>

Could you please help me finding some missing configuration or error?
Let me know if you need further information.
Thanks in advance.

Pablo



Quote:
_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
brian at freeswitch.org
Guest





PostPosted: Mon Jan 19, 2009 10:34 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Please try the latest Trunk... Even 1.0.2 has bugs that are already
fixed in trunk. Expect releases more often. Btw we never call a
release stable.

/b

On Jan 19, 2009, at 9:16 AM, Pablo Hernan Saro wrote:

Quote:
Thanks Brian! I'll try the latest stable.
Have a nice day


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
pablosaro at gmail.com
Guest





PostPosted: Mon Jan 19, 2009 11:04 am    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Thanks again. Then, I'll try the latest trunk.

Pablo

On Mon, Jan 19, 2009 at 1:22 PM, Brian West <brian@freeswitch.org (brian@freeswitch.org)> wrote:
Quote:
Please try the latest Trunk... Even 1.0.2 has bugs that are already
fixed in trunk. Expect releases more often. Btw we never call a
release stable.

/b

On Jan 19, 2009, at 9:16 AM, Pablo Hernan Saro wrote:

Quote:
Thanks Brian! I'll try the latest stable.
Have a nice day




_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org (Freeswitch-users@lists.freeswitch.org)
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org


Back to top
pablosaro at gmail.com
Guest





PostPosted: Mon Jan 19, 2009 4:04 pm    Post subject: [Freeswitch-users] Conference auto-record not working Reply with quote

Hi there,

I've checked out rev 11279 and it worked out of the box!
Thanks Brian for your help.
Regards,

Pablo

On Mon, Jan 19, 2009 at 1:59 PM, Pablo Hernan Saro <pablosaro@gmail.com> wrote:
Quote:
Thanks again. Then, I'll try the latest trunk.

Pablo

On Mon, Jan 19, 2009 at 1:22 PM, Brian West <brian@freeswitch.org> wrote:
Quote:

Please try the latest Trunk... Even 1.0.2 has bugs that are already
fixed in trunk. Expect releases more often. Btw we never call a
release stable.

/b

On Jan 19, 2009, at 9:16 AM, Pablo Hernan Saro wrote:

Quote:
Thanks Brian! I'll try the latest stable.
Have a nice day


_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org



_______________________________________________
Freeswitch-users mailing list
Freeswitch-users@lists.freeswitch.org
http://lists.freeswitch.org/mailman/listinfo/freeswitch-users
UNSUBSCRIBE:http://lists.freeswitch.org/mailman/options/freeswitch-users
http://www.freeswitch.org
Back to top
Display posts from previous:   
Post new topic   Reply to topic    VoIP Mailing List Archives Forum Index -> freeSWITCH Users All times are GMT - 5 Hours
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group

VoiceMeUp - Corporate & Wholesale VoIP Services