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

help on roddi 3

Status
Not open for further replies.

pawshman

Programmer
Mar 7, 2005
168
GB
HI fellas,

need some help with some LCR, I am getting vacant number when I try to do this. here is the scenario.

Have a customer who is using a provider say "TELCO"
there access code is say "12345"

The idea is that certain mobiles go over the vpn to this provider.

now the telco code works fine, that is when you dial

9 12345 07952111111 works !

ok I tried various permutations and am getting nowhere.

My thinking on the way the LCR works is this

1> dial 9 07980 111111 ->

2> LCR looks at DNT1,
entry trc pre frct
07980 1 14

SO strips off 9, no PRE and allocates it to use FRCT 14,
so 07980111111 ->

3> LCR looks at FDT table

frct pre
14 2775

so pre's dialled number with 2775.

so 2775 07980111111 ->


4> then the RODDI does the rest

RODDI:DEST=2775,PRE=12345,ROU=73,SRT=1,TRC=4

so 277507980111111 trc=4
so 07980111111 pre=12345
so 123450798011111 srt=1

sends 12345079801111 to line...

but IT DONT work, comes up vacent.

I'm missing something.

other things I have tried

pre=12345,srt=5,trc=0
pre=12345,srt=5,trc=4
pre=12345,srt=5,trc=5


help !
 
Have you set 9 as the LCR access code with nansi (NANSI:NUMTYP=LC,NUMSE=9;). If you did not LCR tables are not used.


______________________________
"Reload and Restart Requested
System Initiated"
 
You descibe the following:

2> LCR looks at DNT1,
entry trc pre frct
07980 1 14

This entry should be prefixed with a "9"..

I would try.....

DNT1 Entry=907980, trc=6, frct=14.
Assuming frct14 = dest 2775, CHANGE this dest to 12345,then
set Dest=12345,trc=5,pre=12345,srt=1
MAKE SUE THAT THE 12345 id defined in NADAP as ED.

lemme know how you get on..

cheers


 

HI ALCHOHAZ,

sorry typo DNT1 is

entry trc frct
907980 1 14

ok, that idea, surly that would remove the 907980

maybe I'm not clear, I'll try again.

The customer wants to route mobile numbers (from alist)
the list is in the DNT1 table and has at least 40 entries !


EDITED FOR CLARITY


<RODDP:DEST=2775;
EXTERNAL DESTINATION ROUTE DATA
DEST ROU CHO ADC TRC SRT PRE
2775 73 0605000000000250000 0 5
1 1 0605000000000250000 0 5
2 2 0605000000000250000 0 5
10 0605000000000250000 0 5
10 1 0605000000000250000 0 5

END

<LCDDP:TAB=DNT1;
LEAST COST DESTINATION DATA
EXCEPTIONS TABLE
ENTRY TRC PRE ACCT FRCT TOLL
907701 1 0 14 111111111111111
etc
etc
etc
907789 1 0 14 111111111111111
907980 1 0 14 111111111111111


<LCDDP:TAB=FDT;
LEAST COST DESTINATION DATA
FICTITIOUS DESTINATION TABLE
FRCT TZONE PRE
14 1 2775
END


<LCDDP:TAB=DNT2;
LEAST COST DESTINATION DATA
NUMBER TABLE
ENTRY TRC PRE ACCT FRCT TOLL
907 1 0 1 111111111111111
END


<NADAP;
NUMBER ANALYSIS DATA
TYPE OF SERIES NUMBER SERIES
EXTERNAL DESTINATION CODE 2771 - 2778

LEAST COST ROUTING ACCESS
CODE NUMBER SERIES 9


the idea is that the number going out to line should be

acc.code any mobile
16677 07980123456

but the user dials

9 07980123456

they have LCR and the dest code in the RODDI is

 

Is the Account number specific to each number OR is 16677 applied to all of the specified mobile numbers (16677 for all numbers)?

Using the info you have provided, where is the acc number being applied to the digit stream?

 
Think you need to do it like this, if my memory serves me right.

LEAST COST DESTINATION DATA
EXCEPTIONS TABLE
ENTRY TRC PRE ACCT FRCT TOLL
907701 1 12345 0 14 111111111111111


LCDDP:TAB=FDT;
LEAST COST DESTINATION DATA
FICTITIOUS DESTINATION TABLE
FRCT TZONE PRE
14 1 2775


RODDI:DEST=2775,ROU=73,SRT=5;








 
Based on what you have told me, i would try the following:

<LCDDP:TAB=DNT1;
LEAST COST DESTINATION DATA
EXCEPTIONS TABLE
ENTRY TRC PRE ACCT FRCT TOLL
907701 1 0 25 111111111111111 (ANY NEW FRCT)

<LCDDP:TAB=FDT;
LEAST COST DESTINATION DATA
FICTITIOUS DESTINATION TABLE
FRCT TZONE PRE
25 1 2775

<RODDP:DEST=16677;
EXTERNAL DESTINATION ROUTE DATA
DEST ROU CHO ADC TRC SRT PRE
2775 73 0605000000000250000 4 5 277516677
1 1 0605000000000250000 4 5 277516677

etc etc

This should work, i use it here to apply a prefix for LCR (instead of Carrier Pre Select), this also asumes that 16677 is common to all Mobile Numbers in DNT1.

I have only suggested a new FRCT so that you can test, but equally (as i am sure you will know) you can use the FRCT you have stated.

 
hi guy's
will try both on site tommorow

cheers

PM
 
Code:
RODDP:DEST=75203;
EXTERNAL DESTINATION ROUTE DATA


DEST  DRN ROU CHO CUST ADC                        TRC SRT NUMACK PRE


75203     1            0005000000000250000000000  5   6   0      752031664      
          20  1        0005000000000250000000000  5   6   0      752031664      
          22  2        0005000000000250000000000  5   6   0      75203          
          1       2    0005000000000250000000000  5   6   0      75203          


END


[b]This WORKS..[/b] (and i am trying to get the MD print on the page and in the columns !!!)
 
How to send printout with columns?
It is answer thread806-898504

If anything can go wrong, it will.
(Murphy's Laws)
 
Use the "code" switch, inside square brackets

[red]Like this but with square brackets -
(code)
text
(/code)
[/red]

Code:
CON = C               B
A    0  1  2  3  4  5  6  7  8  9 10 11 12 13 14 15
 0   1  1  0  0  0  0  0  0  0  0  1  1  0  0  0  1
 1   1  0  0  0  0  0  0  0  0  0  1  1  0  0  0  1
 2   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 3   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 4   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 5   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 6   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 7   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 8   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
 9   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
10   1  1  0  0  0  0  0  0  0  0  1  1  0  0  0  1
11   1  1  0  0  0  0  0  0  0  0  1  1  0  0  0  1
12   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
13   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
14   0  0  0  0  0  0  0  0  0  0  0  0  0  0  0  1
15   1  1  1  1  1  1  1  1  1  1  1  1  1  1  1  1
END

[blue] So Pawshman, how'd you go with this ? [/blue]



Striker :
My orders came through. My squadron ships out tomorrow, we're bombing the storage depots at Daiquiri at 18:00 hours. We're coming in from the North, below their radar.

Elaine :
When will you be back?

Striker :
I can't tell you that? It's classified.
 
HI all

I posted a reply but seems not to have come out.

I'll try again.

The above scenarios worked what was causing the failure was that the route I was asked to send the calls over is NOT accepting the 16677 code !

When the customer dialled manually

9 16677 mob, it went over BT !
the VPN route is NOT BT

so I was going mad wondering about the trc's and srt's
and all along it was nothing to do with that

gold stars to all that helpd

PM

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top