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

NBX 100 new ddi range 1

Status
Not open for further replies.

sebciu0

Technical User
Sep 1, 2009
4
IE
Hi, all
I have a question about nbx 100, company change location and they get new pri numbers. How change a range of the new ddi numbers?
 
That is a range New PRA - 014211700 to 014211799

/////////////////////////////////////////////////////////////////////////////////
/
/ NBX Dial Plan Configuration File
/ Generated from machine nbx100 10.9.144.201 owned by Valued Customer 0
/ Generated on TUE SEP 01 11:09:08 2009
/
/////////////////////////////////////////////////////////////////////////////////

/ First, delete all existing dialplan information

Table Delete *
DestinationRoute Delete *
TimedRoute Delete *
PreTranslator Delete *

/ Now, create all dialplan information

/////////////////////////////////////////////////////////////////////////////////
/ Settings. Note: ACD ranges included in HuntGroup category.
/////////////////////////////////////////////////////////////////////////////////

ExtensionLength 3
ExtensionRange Telephone 100 449
ExtensionRange Park 601 609
ExtensionRange AutoAttendant 500 599
ExtensionRange HuntGroup 450 499
ExtensionRange External 600 799
/////////////////////////////////////////////////////////////////////////////////
/ The ExtensionRange External Setting MUST include the Park range.
/ If the Call Park range is outside of the ExtensionRange External,
/ the Call Park feature will not work.
/////////////////////////////////////////////////////////////////////////////////
ExternalSettings 9 750 500

/////////////////////////////////////////////////////////////////////////////////
/ Dial Plan Tables
/////////////////////////////////////////////////////////////////////////////////

Table Create 1 Internal 3 Digit Extensions
/ Id Entry Digits Min Max Class Prio Route
/ -- ----- ------------ --- --- ------------- ---- -----
TableEntry Create 1 1 1 3 3 Internal 0 0
TableEntry Create 1 2 2 3 3 Internal 0 0
TableEntry Create 1 3 3 3 3 Internal 0 0
TableEntry Create 1 4 4 3 3 Internal 0 0
TableEntry Create 1 5 5 3 3 Internal 0 3
TableEntry Create 1 7 6 3 3 Internal 0 0
TableEntry Create 1 8 7 3 3 Diagnostics 0 0
TableEntry Create 1 9 0 1 1 Internal 0 4
TableEntry Create 1 10 9 6 16 LongDistance 0 1
TableEntry Create 1 11 900 4 32 International 0 1
TableEntry Create 1 12 9086 10 14 Wireless 0 1
TableEntry Create 1 13 9087 10 14 Wireless 0 1
TableEntry Create 1 14 9088 10 14 Wireless 0 1
TableEntry Create 1 15 910 3 3 Operator 0 1
TableEntry Create 1 16 9112 4 4 Emergency 0 1
TableEntry Create 1 17 9114 4 4 Operator 0 1
TableEntry Create 1 18 911811 5 5 LongDistance 0 1
TableEntry Create 1 19 911850 5 5 LongDistance 0 1
TableEntry Create 1 20 91197 5 5 LongDistance 0 1
TableEntry Create 1 21 91198 5 5 International 0 1
TableEntry Create 1 22 91800 10 14 TollFree 0 1
TableEntry Create 1 23 999 3 3 Emergency 0 2
TableEntry Create 1 50 8 4 30 WAN 0 5

Table Create 2 Incoming 3 Digit DDI
/ Id Entry Digits Min Max Class Prio Route
/ -- ----- ------------ --- --- ------------- ---- -----
TableEntry Create 2 1 1 3 3 Internal 0 0
TableEntry Create 2 2 2 3 3 Internal 0 0
TableEntry Create 2 3 3 3 3 Internal 0 0
TableEntry Create 2 4 4 3 3 Internal 0 0
TableEntry Create 2 5 5 3 3 Internal 0 3

Table Create 3 Least Cost Routing

/////////////////////////////////////////////////////////////////////////////////
/ Routes
/////////////////////////////////////////////////////////////////////////////////

/ Route Description
/ ----- -----------
DestinationRoute Create 1 LocalCO
DestinationRoute Create 2 LocalCONoStrip
DestinationRoute Create 3 Voice Application
DestinationRoute Create 4 Attendant
DestinationRoute Create 5 H323 ConneXtions Ports

/ Route Entry DestinationExtension
/ ----- ----- --------------------
DestinationRouteEntry Create 1 1 *0001
DestinationRouteEntry Create 1 2 *0002
DestinationRouteEntry Create 2 1 *0001
DestinationRouteEntry Create 2 2 *0002
DestinationRouteEntry Create 3 1 *0003
DestinationRouteEntry Create 4 1 *0004
DestinationRouteEntry Create 5 1 *0005

/ Route Entry OperId Operation Value
/ ----- ----- ------ --------- -----
DestinationRouteOperation Create 1 1 1 stripLead 1
DestinationRouteOperation Create 1 2 1 stripLead 1
DestinationRouteOperation Create 5 1 1 stripLead 1

/////////////////////////////////////////////////////////////////////////////////
/ Pretranslators
/////////////////////////////////////////////////////////////////////////////////

PreTranslator Create 1 4Digit DDI 3Digit Internal
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 1 1 42117
PreTranslatorEntry Create 1 2 2
PreTranslatorEntry Create 1 3 3
PreTranslatorEntry Create 1 4 4
PreTranslatorEntry Create 1 5 5
PreTranslatorEntry Create 1 6 6
PreTranslatorEntry Create 1 7 7
PreTranslatorEntry Create 1 8 8
PreTranslatorEntry Create 1 9 9
PreTranslatorEntry Create 1 10 0


/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 1 1 1 stripLead 5
PreTranslatorOperation Create 1 1 2 prepend 1
PreTranslatorOperation Create 1 3 1 stripLead 1
PreTranslatorOperation Create 1 4 1 stripLead 1
PreTranslatorOperation Create 1 5 1 stripLead 1
PreTranslatorOperation Create 1 6 1 stripLead 1
PreTranslatorOperation Create 1 7 1 stripLead 1
PreTranslatorOperation Create 1 8 1 stripLead 1
PreTranslatorOperation Create 1 9 1 stripLead 1
PreTranslatorOperation Create 1 10 1 stripLead 1

/ End of configuration


/////////////////////////////////////////////////////////////////////////////////
/ Configuration file command syntax guide:
/ Table Create {nTableId} {szDescription}
/ Table Delete {nTableId}
/ TableEntry Create {nTableId} {nEntryId} {szDigits}
/ {nMinDigits} {nMaxDigits} {szCallClass}
/ {nPriority} {nRouteId}
/ TableEntry Delete {nTableId} {nEntryId}
/ DestinationRoute Create {nRouteId} {szDescription}
/ DestinationRoute Delete {nRouteId}
/ DestinationRouteEntry Create {nRouteId} {nEntryId} {szExtension}
/ DestinationRouteEntry Delete {nRouteId} {nEntryId}
/ DestinationRouteOperation Create {nRouteId} {nEntryId} {nOperId}
/ {szOperation} {szValue}
/ DestinationRouteOperation Delete {nRouteId} {nEntryId} {nOperId}
/ TimedRoute Create {nRouteId} {nDefaultDestinationRouteId} {szDescription}
/ TimedRoute Delete {nRouteId}
/ TimedRouteEntry Create {nRouteId} {nEntryId} {szStartTime} {szEndTime}
/ {szDaysOfWeek} {nDestinationRouteId}
/ TimedRouteEntry Delete {nRouteId} {nEntryId}
/ TimedRouteOperation Create {nRouteId} {nEntryId} {nOperId}
/ {szOperation} {szValue}
/ TimedRouteOperation Delete {nRouteId} {nEntryId} {nOperId}
/ PreTranslator Create {nPreTranslatorId} {szDescription}
/ PreTranslator Delete {nPreTranslatorId}
/ PreTranslatorEntry Create {nPreTranslatorId} {nEntryId} {szDigits}
/ PreTranslatorEntry Delete {nPreTranslatorId} {nEntryId}
/ PreTranslatorOperation Create {nPreTranslatorId} {nEntryId} {nOperId}
/ {szOperation} {szValue}
/ PreTranslatorOperation Delete {nPreTranslatorId} {nEntryId} {nOperId}
/ PreTranslatorISDNNumberType {nPreTranslatorId} {nISDNNumberType}
/ ExtensionLength {nExtensionLength}
/ ExtensionRange {szExtensionType} {szLowestExtension} {szHighestExtension}
/ ExternalSettings {szExternalKeysetPrefix} {szFirstAutoDiscoverExtension}
/ {szDefaultAutoExtension}
/ Notes: 1. Each command must be entered on one line.
/ 2. Commands are case insensitive.
/ 3. Tabs and spaces are ignored except in szDescription arguments.
/ 4. The {} shown enclosing command argument names should not
/ be included in commands.
/ 5. Command arguments beginning with n must be numbers.
/ 6. Command arguments beginning with sz are strings.
/ 7. nTableId 1 is the default Internal 3 digit dial plan table.
/ 8. nTableId 2 is the default Incoming 3 digit dial plan table.
/ 9. nTableId 3 is the default LCR dial plan table. (If used the
/ LCR table is checked first, if no entry exists, string is then
/ run through the associated internal dial plan.
/ 10. szExtension *0001 is the default Line Card Port extension list
/ 11. szExtension *0002 is the default T1 extension list
/ 12. szExtension *0003 is the default Voicemail extension list
/ 13. szExtension *0004 is the default Attendant extension list
/ (The lowest telephone extension that is Auto-discovered will
/ populate)
/ 14. szExtension *0005 is the default H323 extension list
/ 15. szExtension *0008 is the default 8 Pool extension list
/ (for backward compatibility, 8 Pool from R1.x upgrades)
/ 16. szOperation can be: stripLead stripTrail replace prepend append
/ 17. szCallClass can be: Internal Local LongDistance International WAN
/ TollFree Emergency COCode Other Wireless Toll
/ AlternateLong Operator TrunkToTrunk Diagnostics
/ NotAllowed
/ 18. route 0 always means look up internal device by extension
/ 19. szStartTime and szEndTime are military time 00:00 through 23:59
/ 20. szStartTime and szEndTime can be: open closed lunch other
/ (if specifying a system mode, both must be the same mode)
/ 21. szExtensionType can be: telephone, park, autoAttendant, huntGroup,
/ external, page
/ 22. nISDNNumberType types for ETSI are as follows: (0, default) unknown;
/ (1) international; (2) national; (3) network; (4) subscriber
/////////////////////////////////////////////////////////////////////////////////
 
If your carrier not send 01 (014211700) dialplan is correct , what is the problem ??
by
 
i need ddi for incoming and out going calls, and after 5 p.m. hounting group, but hunting group it works fine. ex. 014211710 should go to 110 ext. and if 110 ext. call outside it should show me 014211710.

Regards
 
Here are some examples for you...
You will need to make sure that all your PRI channels are using pretranslator 2 for CLI (CallerID)



/ADD THIS TO PRETRANSLATOR 1
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 1 11 014211710
PreTranslatorEntry Create 1 12 014211711
PreTranslatorEntry Create 1 13 014211712
PreTranslatorEntry Create 1 14 014211713


/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 1 11 1 replace 110
PreTranslatorOperation Create 1 12 1 replace 111
PreTranslatorOperation Create 1 13 1 replace 112
PreTranslatorOperation Create 1 14 1 replace 113



PreTranslator Create 2 Outbound Caller ID
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 2 11 110
PreTranslatorEntry Create 2 12 111
PreTranslatorEntry Create 2 13 112
PreTranslatorEntry Create 2 14 113

/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 2 11 1 replace 014211710
PreTranslatorOperation Create 2 12 1 replace 014211711
PreTranslatorOperation Create 2 13 1 replace 014211712
PreTranslatorOperation Create 2 14 1 replace 014211713


//////////////////
/if you want timed routes...
//////////////////
/ PreTransId Entry Digits
/ ---------- ----- ------
PreTranslatorEntry Create 1 15 014211714

/ PreTransId Entry OperId Operation Value
/ ---------- ----- ------ --------- -----
PreTranslatorOperation Create 1 15 1 replace 4000


/ADD THIS TO TABLE 2
/ Id Entry Digits Min Max Class Prio Route
/ -- ----- ------------ --- --- ------------- ---- -----
TableEntry Create 2 99 4000 4 4 Internal 0 11

/ADD THIS TO THE ROUTES SECTION
/ Route DefaultDestinationRoute Description
/ ----- ----------------------- -----------
TimedRoute Create 11 20 Timed Route 1

/ Route Description
/ ----- -----------
DestinationRoute Create 12 Open
DestinationRoute Create 20 Closed

/ Route Entry Start End Days DestRoute
/ ----- ----- ----- --- ---- ---------
TimedRouteEntry Create 11 1 Open Open SMTWTFS 12
TimedRouteEntry Create 11 2 Closed Closed SMTWTFS 20


/ Route Entry DestinationExtension
/ ----- ----- --------------------
DestinationRouteEntry Create 12 1 400
DestinationRouteEntry Create 20 1 401
/400 AND 401 ARE THE EXTENSIONS OR HUNTGROUP TO SEND THE CALL TO
 
thx. I'll try this maybe on this week. I'll told you is it works.

Regards
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top