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) Thanks if anyone has a clue... Yves -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040331/241873ce/attachment.htm
Hi. I am also doing same thing as you. Currently my company has a PBX platform which uses Dialogic hardware to control channels. Now they want their software to work over Asterisk. I still haven't started implementing modifications, as I am still studying Asterisk. I think it would be interesting and profitable if we could collaborate on this. How far have you done in your project? Did you test h263 video over SIP in Asterisk? I couldn't get it to work with various SIP video clients. Looking forward to hear from you. Best regards, Pedro Goncalves _____ From: Yves Chouinard [mailto:chouing@voxtel.com] Sent: quarta-feira, 31 de Mar?o de 2004 17:07 To: asterisk-users@lists.digium.com Subject: [Asterisk-Users] Play file from an offset 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) Thanks if anyone has a clue... Yves -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040331/a573d353/attachment.htm
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 <critch@basesys.com>