Ok, that worked. I obviously have no clue to have the functions I can do with AGI. I couldn't find the print " SET MUSIC ON default..." method in any documentation.
Is it anywhere? I'd like to read up on AGI as much as I could. -----Original Message----- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Brian West Sent: Wednesday, February 04, 2004 11:04 PM To: [EMAIL PROTECTED] Subject: Re: [Asterisk-Users] Music on hold inside of an agi script while processing programs in background I do this: print "SET MUSIC ON default\n"; :P On Wed, 4 Feb 2004, Matthew B Marlowe wrote: > Im the first to admit I am not a programmer. Im trying to learn peal to > accomplish one small script for my company. > > I've got most of the script accomplished and I simply want to play music > on hold while the script processes some programs which take on average > anywhere from 3-10 seconds. > > Is there any way to tell asterisk to start music on hold, and in the > background execute my functions and when those functions are done then > stop the music on hold? > > Right now, if I execute $AGI->exec(MusicOnHold); the entire script stops > and doesn't process anything past that point. > > Thanks in advance > > _______________________________________________ > 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 > _______________________________________________ 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 _______________________________________________ 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
