Obi200 - Diverting calls to voicemail

<< < (2/3) > >>

azrobert:
This is correct:
X_InboundCallRoute= {(MBlockSpam):aa},{ph}

Setup:

Voice Services -> Auto Attendant
DigitMap: (!@@.)
OutboundCallRoute: {}

Under Auto Attendant 1 Prompts
Menu: %User1%
This will point to a custom prompt

All Other Prompts: &pause()
&pause() is the equivalent of deleting the prompt.

Record a custom prompt:
Dial the following:
***0
1001#                   This will send the recording to %User1%.
                             1002# will use %User2%
1                           This is for a new value for the recording
1                           Any digit will start the recording
Say your custom message
#                          Will end the recording. Leave a couple of seconds
                             of silence at beginning and end.
1                           Confirm the recording and save


azrobert:
I wasn't thinking straight with my previous suggestion.
I think this will do what you want:
{(?):},{(MBlockSpam):aa},{ph}

{(?):} will block anonymous calls from ringing the OBi, but FPL will think it's ringing and send the call to VM after the required number of rings.

boon1:
Quote from: azrobert on December 10, 2014, 08:59:30 pm

{(?):},{(MBlockSpam):aa},{ph}


Thanks azrobert!!! both spam and VM are working perfectly.

boon1:
Having setup the AA to block spam calls, is it possible to use AA to let me make a new call out through it as a Trusted Caller ? I think I may need to modify the DigitMap and OutboundCallRoute in "Voice Services -> Auto Attendant" but I guess it will mess up with spam call blocking.

azrobert:
This is what we did to block callers.
1st, the basic function of the AA can't be changed.
The prompts were changed, but the caller still can enter 1, 2 or 3.
If 2 is entered the AA will expect an outbound number to be entered.
The DigitMap was changed to reject any number entered and the outbound route rules were removed for additional security.

The following will only allow an 11 digit number to be entered and the number will be routed out SP1.

Voice Services -> Auto Attendant
DigitMap: (1xxxxxxxxxx)
OutboundCallRoute: {(1xxxxxxxxxx):sp1}

X_InboundCallRoute:
{12223334444:aa},{(?):},{(MBlockSpam):aa},{ph}

Replace 222333444 with the callerid you want routed to the AA.
Remove the "1" prefix if you get a 10 digit callerid.
You don't need this change. You can just add your callerid to BlockSpam.

You will get the same prompt as the spammers.
Enter "2"
We deleted the next prompt, so you will hear silence.
Wait a couple of seconds then enter an 11 digit number followed by a # 

Navigation

[0] Message Index

[#] Next page

[*] Previous page