<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<a href="http://jira.freeswitch.org/browse/MODAPP-112">http://jira.freeswitch.org/browse/MODAPP-112</a><br>
<br>
Patch uploaded to jira and attached to this email as well. Please let
me know if there is something incorrect in this work, or what not.
Everything worked fine in my tests.<br>
<br>
I added a new type of variable to the channel named "conference-name".
Now one can do something as follows:
<br>
<param name="auto-record"
value="/var/nfs_shar/usr/${conference-name}_${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
<br>
or you can do <br>
<param name="auto-record" value="<a href="shout://user">shout://user</a>:<a
href="mailto:pass@server.com">pass@server.com</a>/live.mp3" /> <br>
<br>
I followed Brian's lead on using the switch_channel_expand_variables
call.<br>
<br>
Kind Regards,<br>
Chris<br>
<br>
<div class="moz-signature"><b>Chris Danielson</b>
<br>
Software Consultant and Co-Founder
<br>
Web: <a href="http://www.maxpowersoft.com/">MaxPowerSoft, LLC</a>
<br>
</div>
<br>
<br>
Brian West wrote:
<blockquote
cite="mid:38996756-6FF8-4853-8564-C7C7E2FCFC9A@freeswitch.org"
type="cite">
<pre wrap="">Dan and I had a chat about this issue. I had to think on it but I
think Dan and I have agreed on a solution.
<param name="auto-record" value="/nfs/conference/$
{some_conference_variable}-${strftime(%Y-%m-%d-%H-%M-%S)}.wav"/>
or
<param name="auto-record" value=<a class="moz-txt-link-rfc2396E" href="mailto:shout://user:pass@shoutcasthost.org/${some_conference_variable}.mp3">"shout://user:pass@shoutcasthost.org/$
{some_conference_variable}.mp3"</a>/>
Does that sound sane to you?
/b
On Jul 7, 2008, at 4:42 PM, e schmidbauer wrote:
</pre>
<blockquote type="cite">
<pre wrap="">can the auto-record send the conference to an icecast stream using
mod_shout?
</pre>
</blockquote>
<pre wrap=""><!---->
Brian West
<a class="moz-txt-link-freetext" href="sip:brian@freeswitch.org">sip:brian@freeswitch.org</a>
_______________________________________________
Freeswitch-users mailing list
<a class="moz-txt-link-abbreviated" href="mailto:Freeswitch-users@lists.freeswitch.org">Freeswitch-users@lists.freeswitch.org</a>
<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/listinfo/freeswitch-users">http://lists.freeswitch.org/mailman/listinfo/freeswitch-users</a>
UNSUBSCRIBE:<a class="moz-txt-link-freetext" href="http://lists.freeswitch.org/mailman/options/freeswitch-users">http://lists.freeswitch.org/mailman/options/freeswitch-users</a>
<a class="moz-txt-link-freetext" href="http://www.freeswitch.org">http://www.freeswitch.org</a>
</pre>
</blockquote>
</body>
</html>