Hi,
Thank you for your help. all thing is going right.
These is my configuration:
CVP script:
Start call --> Digit --> Decison
--> Decision 1 (press 1) --> CVP_Sub_Dialog_01: caller_input = 1
--> Decision 2 (press 2) --> CVP_Sub_Dialog_01: caller_input = 2
--> else --> hang up
ICM Script:
After running CVP Script, use a Set Variable with:
- Object type: call
- Object: blank
- Variable:
CallerEnterDigit- Value: Call.user.microapp.caller_input
The next is CED: with 2 case :
- 1 for skill group 1
- 2 for skill group 2
And now i use IP Phone to make a call, if i press 1 --> CVP_Sub_Dialog_01: caller_input = 1 and 1 is the value come to CED --> go to Skill group 1 ...
Thax you very much ...