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

DID routing Question?? 1

Status
Not open for further replies.

mentallimit

IS-IT--Management
Joined
Oct 3, 2006
Messages
228
Hello all. I have a problem I hope you can solve to save me some programming.

We are switching carriers from AT&T to Global Crossing. I have about 80+ DID's from AT&T where they are sending me 3 digits for my 4 digit ext. So they send me 702...and I route it to 2702. In my trunk group I just add the "2" in the "Incoming call handling treatment" page...and away it goes.

So now Global Crossing is sending me the last 4 digits of the number. So like the example above I am now getting 8702 that I need to route to 2702.

My plan would be to make the 80+ vdn's to route to the correct ext. and hopefully only make 1 master vector to save time.

can anyone help? Or is there a better way? Global Crossing already said they cannot change the incoming DID.

Any help would be awesome.
 
you could strip the 8 and add the 2 in incoming call handling treatment

something like

Code:
display inc-call-handling-trmt trunk-group 2                    Page   3 of  30
                       INCOMING CALL HANDLING TREATMENT
 Service/       Called    Called        Del  Insert           Per Call  Night
 Feature         Len      Number                              CPN/BN    Serv
 public-ntwrk     4   2423              4    5450             bn-only
 public-ntwrk     4   2424              4    5450             bn-only
 public-ntwrk     4   2425              4    5450             bn-only
 public-ntwrk     4   2426              4    5450             bn-only
 public-ntwrk     4   2427              4    5450             bn-only
 public-ntwrk     4   2428              4    5450             bn-only
 public-ntwrk     4   2429              4    5450             bn-only
 public-ntwrk     4   2430              4    5450             bn-only
 public-ntwrk     4   8                 1    2                bn-only
the last entry, I believe should work for you...
(I haven't really tested it,, but in theory it should work....)
 
Also when looking at the vector I can place a "route to" step in there and my allowed character are 0-9 and then some ~p, ~m, ~s, ~w, ~W...any ideas what these mean?
 
Why can't you do it the same way...Use the same screen, drop 1 digit, and insert the 2...

Anyone else?

Am I missing something????

gblucas
 
Wow...I guess I really over-thought this...

I think that would work perfectly.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top