TWNphoneguy
IS-IT--Management
Can someone assist with creating a script that would route calls by NPA to a secondary script. Tried adding the following to my primary script after the usual holiday and time of day checks but its still not routing correctly. Both global variables have been created.
IF (NPA = Ohio_NPA_List_gv) THEN
EXECUTE SCRIPT i_Migration_sc
END IF
IF (NPA = Tenn_NPA_List_gv) THEN
EXECUTE SCRIPT i_Migration_sc
END IF
EXECUTE Start
Any help would be greatly appreciated.
Thanks
IF (NPA = Ohio_NPA_List_gv) THEN
EXECUTE SCRIPT i_Migration_sc
END IF
IF (NPA = Tenn_NPA_List_gv) THEN
EXECUTE SCRIPT i_Migration_sc
END IF
EXECUTE Start
Any help would be greatly appreciated.
Thanks