in fact you have numtyp = OD.
NEVER, NEVER put the OI in the DID range.
if the OP goes into night mode your main number will be unreachable! put the OC into the DID range, so you can have an alternative with OPADC when OP is in night mode.
small example:
DID range = 5555-900 till 5555-999
lets say you want 900 as the main number for the operator (internal & external)
nansi:numse=101,numtyp=oi;
nansi:numse=900,numtyp=oc;
nansi:numse=900,numtyp=od;
/* program OWS
operi:dir=101,type=4,equ=.... /* non DID number
now you can connect calltypes to corg
opcts:corg=1,calt=1,oacc=900;
opcts:corg=1,calt=2,oacc=900;
opcts:corg=1,calt=3,oacc=900;
opcts:corg=1,calt=7,oacc=900,rou=x;
opcgs:dir=101,corg=1,cho=1;
/Daddy
-----------------------------------------------------
What You See Is What You Get
Never underestimate tha powah of tha google!