You would have to configure callpilot with CC access channels, build an acd group for the access channels in the pbx, and build an empty app with voice files to play across the access ports.
No, it is not necessary to configure both.
You can use only IVR port or only access port or both.
Access ports are mostly neccessary if you want to use
collect and analyze caller dtmf choice in Contact Center Manager script:
for example:
OPEN VOICE SESSION
PLAY PROMPT VOICE SEGMENT welcome_vs
COLLECT 1 DIGITS INTO menu_choice_cv INTER DIGIT TIMER 5
END VOICE SESSION
WHERE menu_choice_cv EQUALS
VALUE 1: EXECUTE menu1
VALUE 2: EXECUTE SCRIPT scriptA
DEFAULT: EXECUTE menu1
END WHERE
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.