I am running AACC 6.3 and PBX at 7.5 and have had the following probem come up on several occasions. Wondering if anyone else has experienced this and if so what they did to correct it.
Calls enter a script. They are processed normally until they encounter a WAIT 2 (or any other WAIT XX) at which time they stop progressing through the script. The caller receives a ringback until either answered or the caller abandons. If I comment out the WAIT 2 the call gets queued, then proceeds to deliver the RAN and subsequent MOH etc. This is happening on all of my 20+ scripts.
Rebooting the AACS fixes the problem but then it will return again after some period of time.
Example excerpt from script. Pretty basic stuff.
....
IF NOT OUT OF SERVICE Credit_sk THEN
QUEUE TO SKILLSET Credit_sk
WAIT 2
END IF
GIVE RAN 67
.......
Thanks in advance,
DTMF2011
Calls enter a script. They are processed normally until they encounter a WAIT 2 (or any other WAIT XX) at which time they stop progressing through the script. The caller receives a ringback until either answered or the caller abandons. If I comment out the WAIT 2 the call gets queued, then proceeds to deliver the RAN and subsequent MOH etc. This is happening on all of my 20+ scripts.
Rebooting the AACS fixes the problem but then it will return again after some period of time.
Example excerpt from script. Pretty basic stuff.
....
IF NOT OUT OF SERVICE Credit_sk THEN
QUEUE TO SKILLSET Credit_sk
WAIT 2
END IF
GIVE RAN 67
.......
Thanks in advance,
DTMF2011