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 wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Individual Station Call Routing

Status
Not open for further replies.

Poltergeek

IS-IT--Management
Feb 17, 2012
12
US
I currently have an PSTN PRI to Asterisk PRI to Definity system in place. I currently have all calls transparently passing through the Asterisk box. I want to start taking one extention(station) at a time off the definity and move it to the Aserisk box. Everything works great on the Asterisk box, but I cannot figure out how to get the definity to route a single station through the PRI to the asterisk box seemlessly. So I have DID's 6000 to 6099. I want say 6062 when dialed to go out the PRI instead of Station 6062 while all the other 6000 numbers stay the same. It's easy to do that kind of routing on Asterisk, so I hope it is possible on the Definity. Any Ideas would be most appreciated. Thanks,

Poltergeek
 
Use uniform dialing and aar analysis. You can do this on individual stations or blocks of numbers.

Definity / CM hardware platform? Software version?


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

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
Definity g3 v6... It's old. Unfortunatly, uniform dialing is not enabled on this old system as a customer option. It is available, but even lucent would know how to enable it now. If only I had the init password. I am hoping it is still do-able. Thanks,

Poltergeek
 
There are other ways to do this if uniform dialing is turned off.


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

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
I am a hack Definity admin at best, so if you could elaborate a little I would really appreciate it. Thanks,

Poltergeek
 
Code:
change feature-access-codes                                     Page   1 of   7
                               FEATURE ACCESS CODE (FAC)      
      Auto Alternate Routing (AAR) Access Code: 8    
    Auto Route Selection (ARS) - Access Code 1: 9     Access Code 2: 7

This is poor man's UDP (uniform dialplan) with no private networking turned on.

9 2222 1001
9 2222 1002

These should not conflict with local or LD numbers min 8 max 8 route to route 
pattern, delete 4 digits (2222) The last 4 will be sent to the trunk-group

you could also shorten it to 9 + 6 with no conflicts

9221001
9221002

min 6 max 6 

route to route pattern, delete 2 digits (22)
--------------------------------------------------------------------------------
# Or use secondary ARS 7 +

This would be like 4 digit stations starting with 7

route to route pattern, don't delete any, insert 7

7 221 
7 222 

min 3 max 3
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------
# Another way is to use remote coverage:

list station 2341                                                          SPE A

                                  STATIONS

      Port/                                          Data  Cv1/ COR/    Cable/
Ext   Type    Name                        Room       Ext   Cv2  COS TN  Jack

2421  X                                                    101  1   1        
      2500                                                      1            
2422  X                                                    102  1   1        
      2500                                                      1            
2423  X                                                    103  1   1        
      2500                                                      1            
2424  X                                                    104  1   1        
      2500                                                      1            
2425  X                                                    105  1   1        
      2500                                                      1            
--------------------------------------------------------------------------------
list coverage path                                              Page   3   SPE B

                                 COVERAGE PATHS

  Path Number   Next Path  Linkage    Pt1    Pt2    Pt3    Pt4    Pt5    Pt6

  101                                 r101
  102                                 r102
  103                                 r103
  104                                 r104
  105                                 r105
--------------------------------------------------------------------------------
display coverage remote                                  Page   1 of  23   SPE B

                       REMOTE CALL COVERAGE TABLE


101: 99992421              116:                       131:
102: 99992422              117:                       132:
103: 99992423              118:                       133:
104: 99992424              119:                       134:
105: 99992425              120:                       135:
--------------------------------------------------------------------------------
display ars analysis 9                                                     SPE A
                             ARS DIGIT ANALYSIS TABLE
                           Partitioned Group Number:  1     Percent Full:    4  

       Dialed      Total Rte Call Nd ANI       Dialed      Total Rte Call Nd ANI
       String      Mn Mx Pat Type Num Rq       String      Mn Mx Pat Type Num Rq
99                 7  7  2   hnpa     n                                       n
999                7  7  12  hnpa     n                                       n
--------------------------------------------------------------------------------
display route-pattern 2                                                    SPE B
                            Pattern Number: 2

   Grp.  FRL NPA Pfx Hop Toll No. Del Inserted                             IXC
   No.           Mrk Lmt List Digits  Digits
 1: 3     1  307  1                   9                                    user
 2:                                                                        user
 3:                                                                        user
 4:                                                                        user
 5:                                                                        user
 6:                                                                        user

     BCC VALUE  TSC CA-TSC    ITC  BCIE Service/Feature           Numbering LAR
    0 1 2 3 4 W     Request                                       Format
 1: y y y y y n  n            rest                                unk-unk   none
--------------------------------------------------------------------------------
display route-pattern 12                                                   SPE A
                            Pattern Number: 12 

   Grp.  FRL NPA Pfx Hop Toll No. Del Inserted                             IXC
   No.           Mrk Lmt List Digits  Digits
 1: 3     0  307  0             3                                          user
 2:                                                                        user
 3:                                                                        user
 4:                                                                        user
 5:                                                                        user
 6:                                                                        user

     BCC VALUE  TSC CA-TSC    ITC  BCIE Service/Feature           Numbering LAR
    0 1 2 3 4 W     Request                                       Format
 1: y y y y y n  n            rest                                          none

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

bsh

37 years Bell, AT&T, Lucent, Avaya
Tier 3 for 27 years and counting
 
Oof, I will have to take some time to digest all that and try it. I think I might like the remote coverage path best. I will have to test it. Thanks a lot. I will let you know how it turns out.

Poltergeek!
 
Well, that does technically work. I wish there was an option for 0 rings in the cov path. Also, the definity is not passing caller id with the coverage path option. I did not want to go with an feature access code, because I did not want my users to dial 6060 for one extention and 96062 for another. I wish I had a more elegant way of doing it. I have so much more control on Asterisk that it is hard for me to fathom how inflexible these old Definity's are. Thanks for your help. If you have any other suggestions to make it more elegant, I would love to hear it as well. I really appreciate your help AvayaTier3. You are awesome! It's people like you who make these forums awesome!

Poltergeek
 
Wow, I found it! The perfect solution was so flipping easy! I found a setting in the dial plan call eta routing pattern. Once I set that to be my pri route then all extensions that I delete from definity automatically get routed through to asterisk without delay! How awesome! Thank you!
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top