Found a solution for this process. Thought I would post for others who may need this solution:
This is the route parameters for the Ericsson MD110
rocai:rou=xx(Route Number),sel=0110000000000010,trm=7,serv=0100000010,dist=30,disl=128,traf=01151515,bcap=001100,sig=011100000030;
rodai:rou=xx(Route Number),type=sl63,varc=00000100,vari=00000003,varo=000000C0;
roddi:dest=xx(Dest Number),rou=xx(Route Number),adc=120500000000025000200110010,trc=0,srt=1,numack=1;
roeqi:rou=(Route Number),tru=3-1&&3-23,equ=3-0-50-00;
Once the route is set up then you can set the rest up so that you can do 4 digit dialing between the systems:
If you do groups of 10 or 100 consecutive numbers you can consolidate.
EXL number & DEST number will be the same entry
/* Let's say you have 4 digit exts. and your moving exts. 2220 - 2229 over*/
/* end 2220 - 2229 in Num. Analysis and just put in 222 as dest code*/
/* this will cover all 10 extensions....*/
/*2200 - 2299 would end up as dest code 22 covering 100 exts*/
/* Number length needs to be min=4, max=4 for 4 digit extensions*/
change NADAP
nanse:numse=xxxx (or range),numtyp=ex;
nansi:numse=xxxx (or range),numtyp=ed;
nanls:exl=xx,min=4,max=4; (range of 100)
nanls:exl=xxx,min=4,max=4;(range of 10)
nanls:exl=xxxx,min=4,max=4; (single DID)
roddi:dest=xx,rou=66,adc=120500000000025000200110010,trc=0,srt=1,numack=1; (range of 100)
roddi:dest=xxx,rou=66,adc=120500000000025000200110010,trc=0,srt=1,numack=1; (range of 10)
roddi:dest=xxxx,rou=66,adc=120500000000025000200110010,trc=0,srt=1,numack=1; (single DID)