I have been getting Virtual calls in My SCCS5.0 SU5. After I have placed a (IF TRANSFERED THEN WAIT 2 END IF) into my master scrip, now I'm getting all the Virtual calls in my Master Script.
Here aer my Master Scrip
IF TRANSFERED THEN
GIVE RINGBACK
WAIT 2
END IF
WHERE CDN EQUALS
VALUE 8814 : EXECUTE SCRIPT CTInfoFORunid
(This repeates from 8814 to 8840)
END IF
In my Realtime stats Display
ApplName CallsOffered CallsAnswered MaxWaitTime
Master_Script 56 5 571809
CTInfoFORunid 19 19 0
How can I fix this without runing PSCAN everytime
Here aer my Master Scrip
IF TRANSFERED THEN
GIVE RINGBACK
WAIT 2
END IF
WHERE CDN EQUALS
VALUE 8814 : EXECUTE SCRIPT CTInfoFORunid
(This repeates from 8814 to 8840)
END IF
In my Realtime stats Display
ApplName CallsOffered CallsAnswered MaxWaitTime
Master_Script 56 5 571809
CTInfoFORunid 19 19 0
How can I fix this without runing PSCAN everytime