Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
IF CDN = XXXXX THEN
IF TRANSFERRED THEN
GIVE RINGBACK
WAIT 20 /*Allow time for transferring party to hang up*/
DISCONNECT
ELSE
WHERE DIALED DN EQUALS
VALUE XXXXX: ASSIGN 1 TO priority_cv
EXECUTE SCRIPT ScriptA
VALUE XXXXX: ASSIGN 1 TO priority_cv
EXECUTE SCRIPT ScriptB
DEFAULT: ASSIGN 1 TO priority_cv
EXECUTE SCRIPT ScriptC
END WHERE
END IF
END IF
QUEUE TO SKILLSET Skillset WITH PRIORITY priority_cv