Hi, Does any body know how can I do to execute diferent skillsets depending of the incoming number?
For example If the incoming number is from Argentina run the argentina skillset.
If the incoming number is from Alaska run the Alaska skillset.
You can only seperate if the DNIS is different: IF DNIS = ARGENTINA THEN
Init_Skill ASSIGNED ARGENTINA_SK
END IF
IF DNIS = ALASKA THEN
Init_Skill ASSIGNED ALASKA_SK
END IF
Where ARGENTINA and ALASKA are a Global variables (DNIS) and ARGENTINA_SK & ALASKA_SK are Global variables (skillsets) and Init_Skill is a Call Variable (skillset)
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.