Help needed for Incoming Call route
JoeSchmoe007:
I am trying to prevent calls from scammers that try to access my OBI directly via IP:PORT bypassing my service provider.
If my number via service provider is 12125551212 I would imagine Incoming call route
{(>12125551212):ph2}
would ring ph2 if my number is called and all other calls will be dropped.
What happens is that all my calls are dropped.
What am I doing wrong?
ianobi:
The format is:
{(12125551212):ph2}
This is very specific. Only calls with Caller ID 12125551212 will ring the phone. Does every call incoming from that service provider show a Peer Number of 12125551212 in OBi Call History? If so, then this will work fine for you.
Edit: In this simple case parenthesis are not required (I don't think they do any harm), so this should work:
{12125551212:ph2}
JoeSchmoe007:
Quote from: ianobi on September 20, 2012, 05:31:14 am
The format is:
{(12125551212):ph2}
This is very specific. Only calls with Caller ID 12125551212 will ring the phone. Does every call incoming from that service provider show a Peer Number of 12125551212 in OBi Call History? If so, then this will work fine for you.
Edit: In this simple case parenthesis are not required (I don't think they do any harm), so this should work:
{12125551212:ph2}
You misunderstood me. I want it the other way around. My number is 12125551212. If they call anything but this number (as would be the case with scammers because they have no way of knowing my phone number) I want call to be dropped.
ianobi:
Ok, I now see what you are asking :) You are referring to the format:
Caller > callee
I would be happy for anyone to jump in here with an opinion, but I do not think that your number (as the called party) can be the callee. The format is intended to direct calls out on other trunks like so:
{>(1xxxxxxxxxx):sp1}
This would mean any calls matching 1xxxxxxxxxx incoming from any caller, would be sent out on sp1.
In another thread on scammers, I suggested an InboundCallRoute of:
{(?|x|xx|xxx|xxxx|xxxxx|xxxxxx|un@@.|anon@@.):},{ph}
This will ban calls with no Peer Number, any Peer Number less than seven digits, Peer Number "unknown" and Peer Number "anonymous".
It is more tedious to have to list the banned numbers, but I think it may be the only way. My suggested route was to suit my set up as I need to allow seven digit numbers. You may be able to modify it to your needs. Start by looking in Call History to see what the nuisance calls show up as in Peer Number.
JoeSchmoe007:
Quote from: ianobi on September 20, 2012, 07:02:12 am
Ok, I now see what you are asking :) You are referring to the format:
Caller > callee
I would be happy for anyone to jump in here with an opinion, but I do not think that your number (as the called party) can be the callee. The format is intended to direct calls out on other trunks like so:
{>(1xxxxxxxxxx):sp1}
This would mean any calls matching 1xxxxxxxxxx incoming from any caller, would be sent out on sp1.
In another thread on scammers, I suggested an InboundCallRoute of:
{(?|x|xx|xxx|xxxx|xxxxx|xxxxxx|un@@.|anon@@.):},{ph}
This will ban calls with no Peer Number, any Peer Number less than seven digits, Peer Number "unknown" and Peer Number "anonymous".
It is more tedious to have to list the banned numbers, but I think it may be the only way. My suggested route was to suit my set up as I need to allow seven digit numbers. You may be able to modify it to your needs. Start by looking in Call History to see what the nuisance calls show up as in Peer Number.
Yes, I was referring to Caller > callee format.
Are you OBi employee? Can you explain the difference between no Peer Number, Peer Number "unknown" and Peer Number "anonymous"?
Navigation
[0] Message Index
[#] Next page