Hi,
This is roughly what to do… 2 direct carriers and 1 indirect.
The example assumes that 9 is the access code to PSTN.
That route 1 is DEST=701 and route 2 is DEST=702 direct access carriers.
Route 1 also used for indirect carrier access via 1866.
You most likely need to free up some numbers to achieve this.
/* Assign a number for LCR */
NANSI:NUMTYP=LC,NUMSE=9;
/* set access to DEST codes */
LCDDI:TAB=FDT,FRCT=1,PRE=701;
LCDDI:TAB=FDT,FRCT=2,PRE=702;
LCDDI:TAB=FDT,FRCT=3,PRE=7011866;
/* find exceptions numbers 04 & 00 */
LCDDI:TAB=DNT1,ENTRY=904,TRC=1,FRCT=2;
LCDDI:TAB=DNT1,ENTRY=900,TRC=1,FRCT=3;
/* all other numbers */
LCDDI:TAB=DNT2,ENTRY=9,TRC=1,FRCT=1;
/* Set LIM defaults – just in case the above lists are complex */
LCLDI:LIM=1,DEST=701,AC=XXX;
Optionally Alternate route from 2 to 1 if faulty etc.
RODDI:ROU=1,DEST=702,CHO=1,TRC=3;
Regards
Isinor