Re-directing Anonymous Calls

(1/5) > >>

Diana:
Currently, I setup my OBi110 to not ring the attached phone when "Anonymous" calls come in on SP1, which is setup with Google Voice.  I have VOIP.ms on SP2 and Callwithus on Voice Gateway3.

When an Anonymous (Unknown) call comes in, the call eventually ends up in the GV Voicemail after 5 rings.  Is it possible that I can send these Anonymous calls to another unused GV number which would be setup to go to voicemail immediately, with the announcement that callers who do not allow the delivery of their caller ID or blocked ID will not be accepted.  How do I setup the redirect of these Anonymous calls to another GV Number.  I'm currently using:

"{(?):}" in the "X_InboundCallRoute"

RonR:
Quote from: Diana on July 30, 2011, 07:12:09 am

"{(?):}" in the "X_InboundCallRoute"


That's not a valid rule.  Inside parenthesis, a ? is a modifier meaning 0 or 1 occurrences of the previous element (which doesn't exist in this case).

To block an anonymous caller, the rule would be : {?:}

To send an anonymous caller to another trunk (for eample, SP2), the rule would be : {?:sp2(number)}

Diana:
Thanks RonR:  I made the change on the "{?:}" block.  If I need to send these Anonymous calls out through SP2 with the destination to Goggle Voice #2, NXXNXXXXXX, what would be the proper syntax in the InboundCallRoute and are their any other changes required to send the call to the other GV number?

RonR:
To redirect anonymous calls out SP2 to another number : {?:sp2(18005551212)}

Place this rule on the approrpiate InboundCallRoute(s) and they should be on their way to elsewhere.

Diana:
Quote from: RonR on July 30, 2011, 11:00:25 am

To redirect anonymous calls out SP2 to another number : {?:sp2(18005551212)}

Place this rule on the approrpiate InboundCallRoute(s) and they should be on their way to elsewhere.


Just made the change to the "X_InboundCallRoute" for SP1, which is my Primary Line, but the calls are not getting redirected and I end up with the GV Voice Mail Box.  I try the forwarding GV number with and without the leading 1; 12125551212 [ {?:sp2(12125551212)} ] and 2125551212 [ {?:sp2(2125551212)} ]

The incoming blocked calls are definitely not ringing the Phone and does not show up on the call History of the OBi110.  Is there something else I should modify to get this to work.  Thanks.

Navigation

[0] Message Index

[#] Next page