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

PRI ANI outpulsing

Status
Not open for further replies.

t1techcole

Technical User
Aug 9, 2006
28
US
New to the NBX 100, but have plenty of other experience, have been requested to set the NBX to outpulse the DID extensions on placed calls, and really have no clue where to begin, have looked through the manual, but no reference to ANI there, any advice would be greatly appreciated.
Thanks in advance,

Jeff
 
Add ISDN PRI Channels used for outbound calls to the 'Devices Using for CLI' button in NetSet after importing to activate.

Create a pretranslator for outbound id:
PreTranslator Create 2 Outbound Caller ID Presentation (CLIP)
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 2 1 1
PreTranslatorEntry Create 2 2 2
PreTranslatorEntry Create 2 3 3
PreTranslatorEntry Create 2 4 4
PreTranslatorEntry Create 2 5 101
PreTranslatorEntry Create 2 6 102
PreTranslatorEntry Create 2 7 103

/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 2 1 1 replace 8185550000
PreTranslatorOperation Create 2 2 1 replace 8185550000
PreTranslatorOperation Create 2 3 1 replace 8185550000
PreTranslatorOperation Create 2 4 1 replace 8185550000
PreTranslatorOperation Create 2 5 1 replace 8185550101
PreTranslatorOperation Create 2 6 1 replace 8185550102
PreTranslatorOperation Create 2 7 1 replace 8185550103

This will cover all phones that don't have DID to send 8185550000. For the phones with DID create a seperate entry for each entry (lines 5-7). See how each entry shows the individual DID.

If this doesn't work you may have to move the first entry to the last line, but you get the idea.
 
For future reference, here is an entry that will accomplish what we were working for. Another thing is to verify that the carrier has actually done what they said they would, ours had not,they were blocking all digits we were sending and outpulsing our BTN not individual DID ANI's.


PreTranslator Create 2 CLIP Number
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 2 1 4


/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 2 1 1 prepend 2144321

 
Don't forget to mention the DID digits must match the extension numbers in the second example.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top