Interactive Voice Response (IVR)?
azrobert:
I think NoMoRobo is US only.
I said:
Quote
I changed the AA Menu prompt to "Press one to connect".
I deleted all other AA prompts.
I enabled an AA PIN and changed the outbound route to prevent unauthorized outbound calls.
Now a real person must hear the prompt and press "1" to get thru.
When I created the custom prompt I included about 45 seconds of silence at the end of the message. I did this because the prompt is repeated if the caller doesn't respond for approximately 5 seconds. Now it takes about 45 seconds before the prompt is repeated.
You can delete a AA prompt by coding: &pause()
The following will only allow a "1" response:
AA DigitMap: (0)
AA OuboundCallRoute: {0:ph}
When the caller responds with a "1", a zero is sent to the DigitMap.
Do not include 45 seconds of silence at the end of the custom prompt.
Instead code the Menu Prompt like this: %User1%,&pause(45)
Navigation
[0] Message Index
[*] Previous page