News:

On Tuesday September 6th the forum will be down for maintenance from 9:30 PM to 11:59 PM PDT

Main Menu

dial plan help

Started by hiteshkkk, July 01, 2014, 10:53:30 AM

Previous topic - Next topic

hiteshkkk

hello... i  m new to obi n using Obi110 in India

need help to set my dial plan. .. Tried many guides n also forum threads but can't get my work done. .

my existing config

using trunk group 1 as sp1,li

in outbound route for phone port,  default line is trunk group1

what I need is

Dial any 7, 10 or 11 digit number starting with 2 to 0



If SP1 is live it should be pre pend with 0 & then dialed out. pause 2 to 3
seconds is ok



If SP1 is down, then it should be dialed as it is without any prepend


azrobert


You said:
QuoteDial any 7, 10 or 11 digit number starting with 2 to 0
I interpreted that to mean starting with 0, 1 or 2.

The following are replacements for the outbound route and digit maps. Remove the default definitions.
Replace 911 with the Indian emergency number.
Dial **8 prefix to force the call out the Line port when SP1 is live.
There normally is a 30 second pause before the call is routed out the Line port when SP1 is dead.
The X_NoRegNoCall parameter eliminates the wait.
I did not allow for any other requirements.
I did not test this configuration.

TG1 definition:
List: sp1,li
DigitMap: (Mph)

Phone Port OutboundCallRoute:
{***:aa2},{(Mtg1):tg1}

ITSP A DigitMap:
(<0>[012]xxxxxx|<0>[012]xxxxxxxxx|<0>[012]xxxxxxxxxx)

Line DigitMap:
([012]xxxxxx|[012]xxxxxxxxx|[012]xxxxxxxxxx|<**8:>[012]xxxxxx|<**8:>[012]xxxxxxxxx|<**8:>[012]xxxxxxxxxx |911|<#:>)

Phone Port DigitMap:
([012]xxxxxx|[012]xxxxxxxxx|[012]xxxxxxxxxx|**8[012]xxxxxx|**8[012]xxxxxxxxx|**8[012]xxxxxxxxxx |911|***|<#:>)

Voice Services -> SP1 Service -> X_NoRegNoCall: Checked


drgeoff

I interpreted "2 to 0" to mean any number except 1.

(Think of a rotary dial phone.)

azrobert

If the numbers begin with any digit except "1" do this:

TG1 definition:
List: sp1,li
DigitMap: (Mph)

Phone Port OutboundCallRoute:
{***:aa2},{(Mtg1):tg1}

ITSP A DigitMap:
(<0>[02-9]xxxxxx|<0>[02-9]xxxxxxxxx|<0>[02-9]xxxxxxxxxx)

Line DigitMap:
([02-9]xxxxxx|[02-9]xxxxxxxxx|[02-9]xxxxxxxxxx|<**8:>[02-9]xxxxxx|<**8:>[02-9]xxxxxxxxx|<**8:>[02-9]xxxxxxxxxx |911|<#:>)

Phone Port DigitMap:
([02-9]xxxxxx|[02-9]xxxxxxxxx|[02-9]xxxxxxxxxx|**8[02-9]xxxxxx|**8[02-9]xxxxxxxxx|**8[02-9]xxxxxxxxxx |911|***|<#:>)

Voice Services -> SP1 Service -> X_NoRegNoCall: Checked

Thanks drgeoff