On Wed, 2004-03-31 at 10:06, Yves Chouinard wrote: > I am projecting to migrate applications written with the Dialogic API > to Asterisk. There are a few things that I do with Dialogic that I am > still not sure are possible with Asterisk : > > - play a file from an offset (so a user can press a key to rewind 3 > sec., pause, etc.) > - dynamic volume control (the user can press a key to increase or > decrease the volume)
Currently there is support for play from an offset, and record starting at offset from the AGI interface. There is no support at this time for dynamic volume control. For this you would need to get into the API and and handle the audio directly and adjust the audio directly. Of course once you are writing a asterisk application, a lot of things get to be much easier but you are stuck writing in a language that can be embedded into asterisk such as C. -- Steven Critchfield <[EMAIL PROTECTED]> _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
