<br><br><div><span class="gmail_quote">On 11/8/05, <b class="gmail_sendername">Saul Diaz</b> &lt;<a href="mailto:saul@cripiland.com">saul@cripiland.com</a>&gt; wrote:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
Hi<br><br>i am think in build a manager APPL for retrieve files (recordings,<br>voicemails) from the asterisk through the manager API<br><br>something like GETFILE &lt;FILENAME&gt; will be restricted to a particulars<br>folders /var/spool/asterisk related... so u can get files from monitor
<br>or voicemail but don't compromise your server<br></blockquote></div><br>
IMO this example really isn't an asterisk specific feature.&nbsp; It's
a way to transfer files from one server to another.&nbsp; The fact that
it's files in the asterisk directory you want to transfer is really
secondary.&nbsp; Plus as Matt pointed out there are so many different
ways to do this, and different people will want it done
differently.&nbsp; For example I do this using a really simple
distributed ruby proxy that gives me a remote file handle I can read or
write to.&nbsp; I use it to stream voicemail files from the asterisk
server to the webserver and on to end users.&nbsp; You could also run a
chrooted ftp server or use scp.&nbsp; <br>
<br>
Chris<br>
<br>
<br>
<br>
<br>