Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-19 Thread David Backeberg
On Wed, Feb 10, 2010 at 2:13 PM, Leo Burd wrote: > How much control do the ssh processes have over the call, if any? It occurred to me that I might be answering this backwards. So from the perspective of server A, trying to talk to a remote system B running asterisk, server A can invoke: asteri

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-19 Thread David Backeberg
On Wed, Feb 10, 2010 at 2:13 PM, Leo Burd wrote: > Hello David, > > Thanks so much for your message! > > Please check my comments inline below... > David Backeberg wrote: >> On Sun, Feb 7, 2010 at 9:54 PM, Leo Burd wrote: >> >>> Hello there, >>> >>> I'm trying to figure out how to run a PHP scrip

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-10 Thread Leo Burd
Hello David, Thanks so much for your message! Please check my comments inline below... David Backeberg wrote: > On Sun, Feb 7, 2010 at 9:54 PM, Leo Burd wrote: > >> Hello there, >> >> I'm trying to figure out how to run a PHP script on a remote machine and >> still have access to the audio

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-10 Thread Brian
On Wed, 2010-02-10 at 13:47 -0500, Leo Burd wrote: > Is there any > easy way for Asterisk to play audio files located in remote servers? If you can mount it, Asterisk will happily read from it. Perhaps you can run a an ssh/ftp/smb/nfs server deamon on the webserver and mount it on the filesyste

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-10 Thread Leo Burd
Hello Ben, thanks for your message! I'm implementing a framework to integrate Asterisk and Drupal (a powerful tool for the creation of social- and media-rich websites). Since the voip and the web components of the system are likely to run on separate servers owned by different organizations, I

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-07 Thread David Backeberg
On Sun, Feb 7, 2010 at 9:54 PM, Leo Burd wrote: > Hello there, > > I'm trying to figure out how to run a PHP script on a remote machine and > still have access to the audio stream associated with the call. > > Ideally, I'd love to play/record audio files directly from/to the remote > server withou

Re: [asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-07 Thread Ben Dinnerville
Leo Burd wrote: > Hello there, > > I'm trying to figure out how to run a PHP script on a remote machine and > still have access to the audio stream associated with the call. > > Ideally, I'd love to play/record audio files directly from/to the remote > server without having to copy them back a

[asterisk-users] How to run a remote PHP script and still have access to audio stream?

2010-02-07 Thread Leo Burd
Hello there, I'm trying to figure out how to run a PHP script on a remote machine and still have access to the audio stream associated with the call. Ideally, I'd love to play/record audio files directly from/to the remote server without having to copy them back and forth to the Asterisk serv