I need some clarification on symposium scripts, specifically the Give IVR. I have been looking on-line at some explanations around this question, and frankly now I am confused.
My Give IVR is used in an emergency script which we may use over the holidays or on a snow day.
I have
SECTION Closed_Emergency
GIVE IVR ACD_to_CallPilot WITH TREATMENT Emergency_Prompt
DISCONNECT
We are open 24X7 so I am not in a position to test.
ACD_to_CallPilot is an ACD definition in Symposium that points to an ACD in the switch [#5000]. In Symposium 5000 is associated to Callpilot voice ports. In CallPilot 5000 is defined as Symposium voice services. CallPilot has a mailbox for 9000, which is the help desk number
Emergency_prompt - this goes to an announcement that plays the required emergency prompt. I can listen to the prompt without disturbing anyone so I know this is correct.
This emergency prompt is at the end of a lot of my most active symposium call scripts, specifically those associated with our help desk. Clients dial 9000 to enter the help desk application.
The documentation I have seen has left me confused so I need clarification of which interpretation is correct.
1) The GIVE IVR statement sends me over to CallPilot which then plays the TREATMENT, the prompt. After the prompt is played the DISCONNECT statement ends the call.
2) Some information I have seen suggests that the GIVE IVR gets the call to CallPilot. The treatment [prompt] is played and then because CallPilot now has the call it sends it to voicemail. 9000 was the number that started the process off, it was the originally dialled number, and since CallPilot is still aware of this number - after treatment - the call goes to 9000's voicemail box.
Question #1:
Which interpretation is correct or am I wrong on both?
I suspect #1 is the correct interpretation of the call flow, because I have seen other documentation that suggests you can use GIVE IVR to send a call to voicemail.
My understanding of the Syntax of that process is:
GIVE IVR ACD_to_CallPilot with TREATMENT 9000
The GIVE IVR section gets the call to CallPilot, the Treatment section gets it to that voicemail box in CallPilot.
Question #2:
Am I correct in understanding that this line sends the call to mailbox 9000?
I am wondering if you can do the following to send the call to voicemail and give it the prompt.
GIVE IVR ACD_to_CallPilot with TREATMENT Emergency_Prompt
GIVE IVR ACD_to_CallPilot with TREATMENT 9000
Question #3: Is my syntax correct; can you play a prompt and go to voicemail using the Give IVR statments and the above syntax?
My Give IVR is used in an emergency script which we may use over the holidays or on a snow day.
I have
SECTION Closed_Emergency
GIVE IVR ACD_to_CallPilot WITH TREATMENT Emergency_Prompt
DISCONNECT
We are open 24X7 so I am not in a position to test.
ACD_to_CallPilot is an ACD definition in Symposium that points to an ACD in the switch [#5000]. In Symposium 5000 is associated to Callpilot voice ports. In CallPilot 5000 is defined as Symposium voice services. CallPilot has a mailbox for 9000, which is the help desk number
Emergency_prompt - this goes to an announcement that plays the required emergency prompt. I can listen to the prompt without disturbing anyone so I know this is correct.
This emergency prompt is at the end of a lot of my most active symposium call scripts, specifically those associated with our help desk. Clients dial 9000 to enter the help desk application.
The documentation I have seen has left me confused so I need clarification of which interpretation is correct.
1) The GIVE IVR statement sends me over to CallPilot which then plays the TREATMENT, the prompt. After the prompt is played the DISCONNECT statement ends the call.
2) Some information I have seen suggests that the GIVE IVR gets the call to CallPilot. The treatment [prompt] is played and then because CallPilot now has the call it sends it to voicemail. 9000 was the number that started the process off, it was the originally dialled number, and since CallPilot is still aware of this number - after treatment - the call goes to 9000's voicemail box.
Question #1:
Which interpretation is correct or am I wrong on both?
I suspect #1 is the correct interpretation of the call flow, because I have seen other documentation that suggests you can use GIVE IVR to send a call to voicemail.
My understanding of the Syntax of that process is:
GIVE IVR ACD_to_CallPilot with TREATMENT 9000
The GIVE IVR section gets the call to CallPilot, the Treatment section gets it to that voicemail box in CallPilot.
Question #2:
Am I correct in understanding that this line sends the call to mailbox 9000?
I am wondering if you can do the following to send the call to voicemail and give it the prompt.
GIVE IVR ACD_to_CallPilot with TREATMENT Emergency_Prompt
GIVE IVR ACD_to_CallPilot with TREATMENT 9000
Question #3: Is my syntax correct; can you play a prompt and go to voicemail using the Give IVR statments and the above syntax?