[asterisk-users] Save directly to database , and play directly from database

ABBAS SHAKEEL shakeel.abbas.qau at gmail.com
Fri Aug 21 13:21:01 CDT 2009


Thanks for kind help steve:)
I will try on monday and will provide you feed back

Cheers

On Fri, Aug 21, 2009 at 10:10 PM, Steve Edwards
<asterisk.org at sedwards.com>wrote:

> > On Fri, Aug 21, 2009 at 9:26 PM, Steve Edwards
> >
> >> If you told Asterisk to record to a file on a RAM disk and then
> >> inserted the file's data in the database, you could achieve your goal
> >> without a major performance hit.
> >>
> >> Inelegant, but functional.
>
> On Fri, 21 Aug 2009, ABBAS SHAKEEL wrote:
>
> > Ahan Steve how can i achieve this ?
>
> Of the top of my head...
>
> Write an AGI - record-to-database:
>
> 1) Use the "record file" AGI command, specifying a path to the RAM disk
> and a unique filename (process id?).
>
> 2) Open the file.
>
> 3) Read the contents.
>
> 4) Close the file.
>
> 5) Write the contents to the database.
>
> 6) Delete the recorded file.
>
> Write another AGI - playback-from-database:
>
> 1) Create a unique file on the RAM disk.
>
> 2) Read the contents from the database.
>
> 3) Write the contents to the file.
>
> 4) Close the file.
>
> 5) Play the file using "stream file" AGI command.
>
> Or, write me a check and tell your boss it's take care of :)
>
> --
> Thanks in advance,
> -------------------------------------------------------------------------
> Steve Edwards       sedwards at sedwards.com      Voice: +1-760-468-3867 PST
> Newline                                              Fax: +1-760-731-3000
>
> _______________________________________________
> -- Bandwidth and Colocation Provided by http://www.api-digital.com --
>
> AstriCon 2009 - October 13 - 15 Phoenix, Arizona
> Register Now: http://www.astricon.net
>
> asterisk-users mailing list
> To UNSUBSCRIBE or update options visit:
>   http://lists.digium.com/mailman/listinfo/asterisk-users
>



-- 
Best Regards
Shakeel Abbas
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20090821/2c7dba8c/attachment.htm 


More information about the asterisk-users mailing list