+1 - if your query is going to take long enough that you need to play music, you need to optimize the process somewhere. FWIW, if you do play music, you will need to "fork" the process as the music process is not asynchronous.
-----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Thorsten Göllner Sent: Wednesday, September 26, 2012 5:11 AM To: Asterisk Users Mailing List - Non-Commercial Discussion Subject: Re: [asterisk-users] PLAYIN MUSIC WHILE SEARCHING MYSQL Do your query really takes "so" long? You should consider to use to optimize your database or query instead. OR take a look at AsncAGI: http://ofps.oreilly.com/titles/9780596517342/AGI.html Am 26.09.2012 11:35, schrieb Mehdi Rahimi: > Dear All, > > I want to play music in my AGI while i am searching for a field in DB. > Actually during some processes in AGI i need to play music . > Thanks in advanced. > > Regards, > Mehdi > > -- > _____________________________________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > New to Asterisk? Join us for a live introductory webinar every Thurs: > http://www.asterisk.org/hello > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users -- _____________________________________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- New to Asterisk? Join us for a live introductory webinar every Thurs: http://www.asterisk.org/hello asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
