IP Telephony - NBX
1755392 Members
2828 Online
108832 Solutions
New Discussion

NBX V3001 6_5_22 DIaling over T1 vs analog lines

 
mbarnett112477
Frequent Advisor

NBX V3001 6_5_22 DIaling over T1 vs analog lines

Can someone refresh my memory?

 

I have an ISDN PRI and two Analog lines. I want to only dial across the two analog lines one of two ways.

 

A. I will map a button for each line card port to the phone. If a user presses one of these two buttons the NBX will dial out over analog only. If a user just presses speaker phone or picks up teh handset and fails to select one of these two buttons I need for the system to dial out over T1.

 

The only time analog lines are used is when they press one of the buttons I have mapped.

 

B. If its easier we could write teh dial plan to:

 

When a user presses 9 for outside line the system uses T1.

When a user presses 8 for outside line the system uses analog.

 

Can someone help me get at least one of these working?

 

I have changed the priority of analog but teh system still selects it if you just pick up and dial out.

 

 

Michael J Barnett

Telecom/Network Manager

Influent Inc

Dublin Oh 43017
1 REPLY 1
bosoxfan
Trusted Contributor

Re: NBX V3001 6_5_22 DIaling over T1 vs analog lines

Just point 9* to a route that dials out PRI (route 1 in the below example)

8* points to route 2 which dials out the Analog line.

 

Here is a sample dialplan where dialing 9xxx will go out the PRI line first (goes out whate is extension list *0002, which by default is PRI), if not available , will then go out Analog line (or what is in extension list *0001 which by default is analog lines)

Dialing 8xxx will go out the Analog line first.. if none available, go out the PRI.

You might have to change a few items since not sure how customized your current dialplan is, but this gives you an idea....


Table Create 1 Internal 4 Digit Extensions
/                  Id Entry  Digits       Min Max Class           Prio Route
/                  -- -----  ------------ --- --- -------------   ---- -----
TableEntry Create   1     1  0              1   1 Internal           0     4
TableEntry Create   1     2  1              4   4 Internal           0     0
TableEntry Create   1     3  2              4   4 Internal           0     0
TableEntry Create   1     4  3              4   4 Internal           0     0
TableEntry Create   1     5  4              4   4 Internal           0     0
TableEntry Create   1     6  500            3   3 Internal           0     3
TableEntry Create   1     7  55             4   4 Internal           0     3
TableEntry Create   1     8  6              4   4 Internal           0     0
TableEntry Create   1     9  7              4   4 Diagnostics        0     0
TableEntry Create   1    10  9              8   8 Local              0     1
TableEntry Create   1    11  90             2  64 Operator           0     1
TableEntry Create   1    12  901            4  64 International      0     1
TableEntry Create   1    13  91             9  12 LongDistance       0     1
TableEntry Create   1    20  9101           9  64 AlternateLong      0     1
TableEntry Create   1    21  911            3   3 Emergency          0     2
TableEntry Create   1    22  91800         12  12 TollFree           0     1
TableEntry Create   1    23  91888         12  12 TollFree           0     1
TableEntry Create   1    24  91877         12  12 TollFree           0     1
TableEntry Create   1    25  91866         12  12 TollFree           0     1
TableEntry Create   1    26  91855         12  12 TollFree           0     1
TableEntry Create   1    27  91900         12  12 Toll               0     1
TableEntry Create   1    28  91976         12  12 Toll               0     1
TableEntry Create   1    29  9911           4   4 Emergency          0     1
TableEntry Create   1    30  9411           4   4 Operator           0     1
TableEntry Create   1    31  9*             4   4 COCode             0     1
TableEntry Create   1    32  8              8   8 Local              0     2
TableEntry Create   1    33  80             2  64 Operator           0     2
TableEntry Create   1    34  801            4  64 International      0     2
TableEntry Create   1    35  81             9  12 LongDistance       0     2
TableEntry Create   1    36  8101           9  64 AlternateLong      0     2
TableEntry Create   1    37  81800         12  12 TollFree           0     2
TableEntry Create   1    38  81888         12  12 TollFree           0     2
TableEntry Create   1    39  81877         12  12 TollFree           0     2
TableEntry Create   1    40  81866         12  12 TollFree           0     2
TableEntry Create   1    41  81855         12  12 TollFree           0     2
TableEntry Create   1    42  81900         12  12 Toll               0     2
TableEntry Create   1    43  81976         12  12 Toll               0     2
TableEntry Create   1    44  8911           4   4 Emergency          0     2
TableEntry Create   1    45  8411           4   4 Operator           0     2
TableEntry Create   1    46  8*             4   4 COCode             0     2

Table Create 2 Incoming 4 Digit DID and Auto At
/                  Id Entry  Digits       Min Max Class           Prio Route
/                  -- -----  ------------ --- --- -------------   ---- -----
TableEntry Create   2     1  0              1   1 Internal           0     4
TableEntry Create   2     2  1              4   4 Internal           0     0
TableEntry Create   2     3  2              4   4 Internal           0     0
TableEntry Create   2     4  3              4   4 Internal           0     0
TableEntry Create   2     5  4              4   4 Internal           0     0
TableEntry Create   2     6  500            3   3 Internal           0     3
TableEntry Create   2     7  55             4   4 Internal           0     3

Table Create 3 Least Cost Routing

/////////////////////////////////////////////////////////////////////////////////
/        Routes 
/////////////////////////////////////////////////////////////////////////////////

/                       Route Description
/                       ----- -----------
DestinationRoute Create     1 LocalCO
DestinationRoute Create     2 OUt Analog line
DestinationRoute Create     3 Voice Application
DestinationRoute Create     4 Attendant
DestinationRoute Create     5 H323 ConneXtions Ports
DestinationRoute Create     8 8 Pool

/                            Route Entry DestinationExtension
/                            ----- ----- --------------------
DestinationRouteEntry Create     1     1 *0002
DestinationRouteEntry Create     1     2 *0001
DestinationRouteEntry Create     2     1 *0001
DestinationRouteEntry Create     2     2 *0002
DestinationRouteEntry Create     3     1 *0003
DestinationRouteEntry Create     4     1 *0004
DestinationRouteEntry Create     5     1 *0005
DestinationRouteEntry Create     8     1 *0008

/                                Route Entry OperId Operation  Value
/                                ----- ----- ------ ---------  -----
DestinationRouteOperation Create     1     1      1 stripLead  1
DestinationRouteOperation Create     1     2      1 stripLead  1
DestinationRouteOperation Create     2     1      1 stripLead  1
DestinationRouteOperation Create     2     2      1 stripLead  1