Re: [Asterisk-java-users] Question with Call Recording
Brought to you by:
srt
From: Martin S. <ma...@be...> - 2008-03-10 14:06:16
|
Hi Mark, This is possible but files are not exposed to the Manager interface, so "saving the recorded files in Asterisk to another computer" is not something the Asterisk-Java library by itself could do. You would probably just need to write a program to copy the files yourself with SSH or Samba or something. Cheers, Martin Smith, Systems Developer ma...@be... Bureau of Economic and Business Research University of Florida (352) 392-0171 Ext. 221 ________________________________ From: ast...@li... [mailto:ast...@li...] On Behalf Of Mark Harold Rivera Sent: Sunday, March 09, 2008 9:18 PM To: ast...@li... Subject: [Asterisk-java-users] Question with Call Recording Hello Everyone, I just want to ask if it is possible to save the recorded files in asterisk to another computer. For example after I stop monitoring a channel by using the MonitorAction then it will be save in the directory of asterisk server. Then I also want to save the recorded file to another computer in a given directory. Yours, Mark Rivera |