Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Adding new DID range

Status
Not open for further replies.

lwhalo

MIS
Joined
Feb 20, 2004
Messages
112
Location
US
We have an older Definity (G3v6i) and added a new range of DID's which are a completely different range than what's on the system now.

What do I need to do for this new range to work on the system? Our new range is 2600-2699 but when I try to add an extension of 2601, it won't let me.

Thank you for any help...
 
You probably need to add that range to the PBX dial plan (change dial).

Kevin
 
I looked at that but I don't understand how to interpret it. I have a table that looks like this:
Length
First Digit 1 2 3 4 5 6
1 fac
2 dac
3 fac
4 extension
5 fac
6 extension
7 extension
8 extension
9 extension
0 attd
* fac
# fac



 
Dial String = 2
Total Length = 4
Call Type = ext

If you have the digit 2 already configured, change the Dial String to 26
 
I understand the table but not sure how to enter the dial string of 26.

Here the line where i have the First Digit as 2:

2 - (dac - where lenght =3) so it won't let me add anything where lenght =4
 
Dial String = 26
Total Length = 4
Call Type = ext

 
Forgive the stupid question but how do i add the dial string of 26?
 
So when you type Change dial analysis and hit return, you will see 3 columns.

Dial String Total Length Call Type
__26__ __4__ __ext__

Now you can add a station, so then type Add Station 2600
 
Code:
G3v6 will look like this.

display dialplan                                                           SPE A
                               DIAL PLAN RECORD

    North American Area Code: 361                   Local Node Number:
       ARS Prefix 1 Required? y                       ETA Node Number:
        Uniform Dialing Plan: none                ETA Routing Pattern:

FIRST DIGIT TABLE
First                                 Length
Digit  - 1 -       - 2 -       - 3 -       - 4 -       - 5 -       - 6 -
  1:                         fac         extension
  2:                         extension
  3:                                     extension
  4:                                     extension
  5:             dac
  6:                                     extension
  7: fac
  8:                                     extension
  9: fac
  0: attd
  *:             fac
  #:             fac

extension can be replaced with misc

Then Command: change second-digit 6 to define 62

display second-digit 6                                          Page   1 of   1
                        SECOND DIGIT TABLE FOR DIGIT 1


SECOND DIGIT TABLE

Digit  Identification   Number of       Digit  Identification   Number of
                        Digits                                  Digits

    0: extension          4                 5: extension          4
    1: extension          4                 6: extension          4
    2: extension          4                 7: extension          2
    3: extension          4                 8: extension          2
    4: extension          4                 9: dac                4

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

39 years Bell, AT&T, Lucent, Avaya
Tier 3 for 29 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
AvayaTier3, Thanks for your notes as I can get to the screen you display but not sure I understand the rest of your instructions:

My current line where the First Digit is 2 is set to the following:

Length 1 = Blank
Length 2 = Blank
length 3 = dac
(rest are blank)

I want to add a new DID range of 2600-2699 so when I change the lenght 4 to extension, it won't let me.
What are the commands and entries I need next?
 
you may have to change your 3 digit dac codes to something else before changing the dialplan, then after
the change, you can change them back.
Code:
change dialplan                                                 Page   1 of   1
                               DIAL PLAN RECORD

      AAR/ARS Internal Call Prefix:                 Local Node Number: 1
AAR/ARS Internal Call Total Length:                   ETA Node Number:
              Uniform Dialing Plan: 4-digit       ETA Routing Pattern:
        UDP Extension Search Order: local-extensions-first
FIRST DIGIT TABLE
First                                 Length
Digit  - 1 -       - 2 -       - 3 -       - 4 -       - 5 -       - 6 -
  1:                                     extension
  2:
  3:
  4:
  5:                                     extension
  6: misc
  7: 
  8:                         dac
  9: fac
  0: attd
  *:                         fac
  #:                         fac
--------------------------------------------------------------------------------
add second-digit 6                                              Page   1 of   1
                        SECOND DIGIT TABLE FOR DIGIT 6


SECOND DIGIT TABLE

Digit  Identification   Number of       Digit  Identification   Number of
                        Digits                                  Digits

    0:                                      5:
    1: dac                3                 6:
    2: extension          4                 7:
    3:                                      8:
    4:                                      9:

A great teacher, does not provide answers, but methods to teach others "How and where to find the answers"

bsh

39 years Bell, AT&T, Lucent, Avaya
Tier 3 for 29 years and counting
[URL unfurl="true"]http://bshtele.com[/url]
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top