I was wondering if anyone knows if this is normal behavior.
Here is the situation.
Call comes into DNIS 1100 routes to CDN 3006 that executes script ABC_menu. Here is the important section of the script for 3006.
SECTION menu_treatment
OPEN VOICE SESSION 3659
PLAY PROMPT VOICE SEGMENT vs_menu
COLLECT 1 DIGITS INTO dc_1
END VOICE SESSION
WHERE dc_1 EQUALS
VALUE 1: EXECUTE SCRIPT ORDER_prompt
VALUE 2: EXECUTE SCRIPT OrderTracking_Prompt
VALUE 3: ROUTE CALL 3691
VALUE 4: EXECUTE SCRIPT Allother_prompt
DEFAULT: ROUTE CALL 3692
END WHERE
Value 3 is my issue. When a call routes to 3691 that CDN points to a script that routes the call directly to voicemail. The only problem is that it routes the call to the 3006 voicemail and not the 3691 voicemail box.
So is this how symposium is supposed to work or should it completely transfer the call to 3691 and then allow that script to transfer the call into the mailbox for 3691.
Here is the situation.
Call comes into DNIS 1100 routes to CDN 3006 that executes script ABC_menu. Here is the important section of the script for 3006.
SECTION menu_treatment
OPEN VOICE SESSION 3659
PLAY PROMPT VOICE SEGMENT vs_menu
COLLECT 1 DIGITS INTO dc_1
END VOICE SESSION
WHERE dc_1 EQUALS
VALUE 1: EXECUTE SCRIPT ORDER_prompt
VALUE 2: EXECUTE SCRIPT OrderTracking_Prompt
VALUE 3: ROUTE CALL 3691
VALUE 4: EXECUTE SCRIPT Allother_prompt
DEFAULT: ROUTE CALL 3692
END WHERE
Value 3 is my issue. When a call routes to 3691 that CDN points to a script that routes the call directly to voicemail. The only problem is that it routes the call to the 3006 voicemail and not the 3691 voicemail box.
So is this how symposium is supposed to work or should it completely transfer the call to 3691 and then allow that script to transfer the call into the mailbox for 3691.