Guest Todd B Report post Posted 05/25/2003 08:02 PM Hopefully someone can help w/ a question I have regarding this software.. I only have one line, but would like to set up a system where: A) There is a COMPANY WELCOME (from here caller picks from a list of 8 options) 1- Sales 2- marketing 3-HR etc... or dial direct ext for employee: 901 - EMPLOYEE 1 902 - EMPLOYEE 2 etc... If sales is entered, I want to to play a message over and over again for 60 seconds or until someone answers the phone. DURING THIS TIME I ALSO WANT TO HAVE SOUND ON "MY CPU SPEAKERS" NOTIFYING ME OF THIS CALL.. Please advise on the script coding required to perform this operation.. Share this post Link to post
SupportTeam Report post Posted 05/26/2003 01:31 AM The attached script should do just about all that you need. Please have a look at it - it is fairly self-explanatory. All that you realy need to do next is to record the sound files, specify the other 5 transfer destinatons and it'll be done... To play a sound file over the PC speaker you can use a "Run Program" module to run a command line like this: sndrec32 /play /close c:\SalesAllert.wav AutoAttendantDemoForToddB.vgs Share this post Link to post