<br><br><div><span class="gmail_quote">On 11/8/05, <b class="gmail_sendername">Saul Diaz</b> <<a href="mailto:saul@cripiland.com">saul@cripiland.com</a>> 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 <FILENAME> 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. It's
a way to transfer files from one server to another. The fact that
it's files in the asterisk directory you want to transfer is really
secondary. Plus as Matt pointed out there are so many different
ways to do this, and different people will want it done
differently. 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. I use it to stream voicemail files from the asterisk
server to the webserver and on to end users. You could also run a
chrooted ftp server or use scp. <br>
<br>
Chris<br>
<br>
<br>
<br>
<br>