Setting Obi200 - Digitmap

<< < (3/6) > >>

azrobert:
222222222 is the OBi echo test.
It is routed to pp which is the OBiTalk network.
You coded blocking 1900 calls correctly, but you put them in the wrong place.
It must be in the Phone Port DigitMap.
I've included it in my example above.
I think you were blocking inbound calls by CallerID correctly.
We are going out for dinner now, so I don't have time.
I'll be back in a few hours.

boon1:
Quote from: drgeoff on December 06, 2014, 04:38:08 pm

You should have a quick read of http://www.obitalk.com/forum/index.php?topic=9104.0 and bookmark it for future use when azrobert isn't on hand to give you a speedy reply.  :)

That tutorial is hot off the press so don't feel ashamed that you didn't notice it earlier.


Hi drgeoff, thanks for the links. I think I came across this link before but I do not understand most of it. Anyway, will read more and do more research  ;D

boon1:
Quote from: azrobert on December 06, 2014, 04:50:09 pm

222222222 is the OBi echo test.
It is routed to pp which is the OBiTalk network.
You coded blocking 1900 calls correctly, but you put them in the wrong place.
It must be in the Phone Port DigitMap.
I've included it in my example above.
I think you were blocking inbound calls by CallerID correctly.
We are going out for dinner now, so I don't have time.
I'll be back in a few hours.



Hi azrobert, the blocking of inbound calls by CallerID seems to be working. The incoming call would go to VM directly. As for 1900 calls, it seems to be working as when 1900 is dialed, it would route to SP2 which is my GV and prevent it from dialing out.

Thanks for all your help!!! Hope you had enjoyable dinner. ;D

As of now, everything I hope to accomplish are fulfilled.
1) Canadian # routed to SP1
2) US # routed to SP2
3) International calls - updated the DigitMap and use 011 routed to SP1
3) Inbound calls - Blocked (tested with 1 # only. Need to see if more # are coming)
4) 1900 - prevent this # from calling out

GAKW:
I just got my obi200 and trying to configure my device. I am trying to setup in the following way:
1. Canadian and local numbers, 911, VM through freephoneline.ca SP1
2. USA numbers through GV SP2
3. international numbers through localphone.com SP3
I already have all the accounts.

This is what I am thinking

Physical interfaces - PHONE 1
DigitMap:
([1-9]S9|[1-9][0-9]S9|*98|211|311|911|1xxxxxxxxxx|[2-9]xxxxxxxxx|011xx.|1011xx.|**0|***|222222222)

OutboundCallRoute:
{**0:aa},{***:aa2},{222222222:pp},{(Msp1):sp1},{(Msp2):sp2},{(Msp2):sp2},{(Msp3):sp3}
>> Added sp3,

Service Provider -> ITSP Profile A -> DigitMap:
(<1:>(905|289|647|416|519|613|705|807)xxxxxxx|(905|289|647|416|519|613|705|807)xxxxxxx|<**1:>xx.|<211:18883401001>|<311:4163922489>|18(00|88|77|66|55|44)xxxxxxx|*98|911|933)
Remove manual 1011 dialing, added **1 dialing

Service Provider -> ITSP Profile B -> DigitMap:
DigitMap: (860xxxxxxx|407xxxxxxx|1[2-9]xx[2-9]xxxxxx|<**2:>xx.)
Remove manual 011 dialing, added **2 dialing

Service Provider -> ITSP Profile C -> DigitMap:
DigitMap: (<00>(1xxxxxxxxxx|<1>[2-9]xxxxxxxxx)|<011:00>xx.|<**3:>xx.)
Added this entry. Intention is that international calls preceeded by 011 or 00 like SP3 (but localphone only likes 00). Also SP3.

My obi200 is 2 days old and this is my first attempt at setting this up. Appreciate your comments.

azrobert:
I'm impressed! You use the exact same coding method as I do. Validate the dialed number in the phone digit map without changing anything then use separate rules in the outbound route. This is your 1st try configuring your OBi. It took me a long time to evolve to this method. You must be a programmer or had experience with dialplans.

Anyway, I just found a couple problems with your code. One isn't really a problem. You duplicated SP2 in the outbound route. The only real problem I found is you didn't validate the "**n" numbers in the phone digit map, so they will be rejected. Add "**[1-3]xx.S3" to the phone digit map.

If you want to eliminate some code see:
http://www.obitalk.com/forum/index.php?topic=8208.0

You don't have to use Trunk groups for failover, use it just to route calls.
Your outbound route will look like this:
{**0:aa},{***:aa2},{(Mtg1):tg1}

Your Trunk Group will look like this:
Trunk List: pp,sp1,sp2,sp3
DigitMap: (Mph)

I suggest getting your example working then try the trunk group if you want.  

Edit:
You are validating "1011xx." in the phone digit map, but I don't see where it's used in the ITSP digit maps. Maybe I'm just blind.

Navigation

[0] Message Index

[#] Next page

[*] Previous page