Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Scripting issue, not playing music

Status
Not open for further replies.

nconick

MIS
Sep 28, 2005
197
US
I have the following script. While waiting, the callers don't hear music, it just loops the recording.....any help would be greatly appreciated.

IF TRANSFERRED OR CONFERENCED THEN
GIVE RINGBACK
WAIT 2
END IF

IF NOT OUT OF SERVICE NDS THEN
QUEUE TO SKILLSET NDS WITH PRIORITY 2
WAIT 2
ELSE ROUTE CALL 6988 /*mailbox*/
END IF

GIVE IVR INTERRUPTIBLE 7011 WITH TREATMENT 1080

GIVE MUSIC 40
WAIT 60

SECTION LOOP

IF NOT QUEUED THEN
IF NOT OUT OF SERVICE NDS THEN
QUEUE TO SKILLSET NDS WITH PRIORITY 2
WAIT 10
END IF
END IF

/*WAIT 60*/

GIVE IVR INTERRUPTIBLE 7011 WITH TREATMENT 1080

GIVE MUSIC 40
WAIT 40

EXECUTE LOOP
 
Is this music source (40) working in other scripts? Is it working at the source? Is the source configured in the contact center?

The command itself and location of the command are fine. So you have to look backward in the connection path as I described above.


 
I believe it is working in other scripts, but I haven't actually tested that. That will be my next step today. Thank you effort1584 for your input. I appreciate it.
 
The MoH wasn't working, however it is now. But, my script isn't playing it. We found out that the customer stopped using the MoH device that I had pointed my script too, music route 40. They are now using an IP device to play the MoH. Not sure if the AACC is compatible with an IP device, or if there is scripting that can be put in place to accommodate it....? Please advise. Thank you.
 
So what's the new route number? Regardless of the source, if it's connected to the PBX to provide MoH for phones, there has to be route built on the PBX. Find out what this route is and replace your route 40 with this new one.
 
It actually works in other scripts with route 40. I just tested it. I think I have the scripting wrong with reference to the "location" of the GIVE MUSIC 40 statement...........? Thanks.
 
easy enough to test...put the give music/wait 20 just before your route call...if you get music before route call takes over, then you know where the problem is.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top