Dial Plan Input Data#

Cisco

Overview#

The Cisco Custom dial plan Dial Plan Input Data menus (Global Data and Site level Data) simplify the update of Cisco Custom dial plans by exposing a set of values that can be provided to and then easily applied by lower level administrators.

The table describes the type of input data that can be defined, each corresponding to a dial plan type:

Global Data

Applies to Global dial plan type (customer)

Site level Data

Applies to Site dial plan type

All values are optional, and field display policies (FDPs) can be configured to hide unused fields, if required. For example, Secondary SIP Trunk Destination IP and Secondary SIP Trunk Destination Port.

You can also add custom values, and use macros to allow these values to be referenced in dial plan elements. In this case, you can use a FDP to rename the input field label, if needed.)

Input data may be used in combinations to build patterns dynamically, since the pattern itself is a macro. For example, site-level translation patterns for 7 or 10 digit dialing can use the Customer-level macro for PSTN access (or External Breakout Number), then followed by a “.” , then the macro for Area Code or Exchange:

{{ macro.DP_Global_PSTNAccess }}.{{ macro.DP_AreaCode }}XXXXXXX

when applied, could be inserted to Cisco Unified Communications Manager (CUCM) as 9.214XXXXXXX for 10 digit dialing.

{{ macro.DP_Global_PSTNAccess }}.{{ macro.DP_Exchange }}XXXX

when applied, could be inserted to CUCM as 9.256XXX for 7 digit dialing.

The diagram below provides an example of the use of a macro in a Global (customer) level dial plan element: Route Patterns.

nextgen-dial-plan-DialPlanInputData-flow

Global Data#

The Global Data page contains three tabs:

  • Dial Plan Data

  • Aggregation SIP Input Data

  • Custom Dial Plan Data

Dial Plan Data Tab (Global - Single Instance)#

On this tab you can use the following macros:

  • Custom Customer ID: {{ macro.DP_Global_CustomCustID }}

  • External Breakout Number: {{ macro.DP_Global_PSTNAccess }}

  • Published Number: {{ macro.DP_Global_PNum }}

  • Emergency Call Back Number: {{ macro.DP_Global_ENum }}

  • Area Code: {{ macro.DP_AreaCode }}

  • Exchange: {{ macro.DP_Exchange }}

../../../_images/Global-Dial-Plan-Data-Single-Instance.png

Aggregation SIP Input Data Tab (Global)#

On this tab you can use the following macros:

  • Primary SIP Trunk Destination IP: {{ macro.DP_Global_PrimarySIPAddr }}

  • Primary SIP Trunk Destination Port: {{ macro.DP_Global_PrimarySIPPort }}

  • Secondary SIP Trunk Destination IP: {{ macro.DP_Global_SecondarySIPAddr }}

  • Secondary SIP Trunk Destination Port: {{ macro.DP_Global_SecondarySIPPort }}

../../../_images/Global-Aggregation-SIP-Input-Data-Tab.png

Custom Dial Plan Data Tab (Global)#

On this tab you can use the following macros:

  • Dial Plan Custom Value 1: {{ macro.DP_Global_CVal01 }}

  • Dial Plan Custom Value 2: {{ macro.DP_Global_CVal02 }}

  • Dial Plan Custom Value 3: {{ macro.DP_Global_CVal03 }}

  • Dial Plan Custom Value 4: {{ macro.DP_Global_CVal04 }}

  • Dial Plan Custom Value 5: {{ macro.DP_Global_CVal05 }}

  • Dial Plan Custom Value 6: {{ macro.DP_Global_CVal06 }}

  • Dial Plan Custom Value 7: {{ macro.DP_Global_CVal07 }}

  • Dial Plan Custom Value 8: {{ macro.DP_Global_CVal08 }}

  • Dial Plan Custom Value 9: {{ macro.DP_Global_CVal09 }}

  • Dial Plan Custom Value 10: {{ macro.DP_Global_CVal10 }}

../../../_images/Global-Custom-Dial-Plan-Data-Tab.png

Site Level Data#

The Site level Data page contains three tabs:

  • Dial Plan Data

  • Aggregation SIP Input Data

  • Custom Dial Plan Data

Dial Plan Data Tab (Site - Single Instance)#

Data from the provided fields may be referenced with the provided macros:

  • Custom Site ID: {{ macro.DP_Site_ID }}

  • External Breakout Number: {{ macro.DP_Site_PSTNAccess }}

  • Site Location Code: {{ macro.DP_Site_SLC }}

  • Published Number: {{ macro.DP_Site_PNum }}

  • Emergency Call Back Number: {{ macro.DP_Site_ENum }}

  • Area Code: {{ macro.DP_AreaCode }}

  • Exchange: {{ macro.DP_Exchange }}

../../../_images/Site-Dial-Plan-Data-Single-Instance.png

Site Aggregation SIP Input Data Tab (Site)#

Data from the provided fields may be referenced with the provided macros:

  • Primary SIP Trunk Destination IP: {{ macro.DP_Site_PrimarySIPAddr }}

  • Primary SIP Trunk Destination Port: {{ macro.DP_Site_PrimarySIPPort }}

  • Secondary SIP Trunk Destination IP: {{ macro.DP_Site_SecondarySIPAddr }}

  • Secondary SIP Trunk Destination Port: {{ macro.DP_Site_SecondarySIPPort }}

Site-Aggregation-SIP-Input-Data

Site Custom Dial Plan Data Tab (Site)#

Data from the provided fields may be referenced with the provided macros:

  • Dial Plan Custom Value 1: {{ macro.DP_Site_CVal01 }}

  • Dial Plan Custom Value 2: {{ macro.DP_Site_CVal02 }}

  • Dial Plan Custom Value 3: {{ macro.DP_Site_CVal03 }}

  • Dial Plan Custom Value 4: {{ macro.DP_Site_CVal04 }}

  • Dial Plan Custom Value 5: {{ macro.DP_Site_CVal05 }}

  • Dial Plan Custom Value 6: {{ macro.DP_Site_CVal06 }}

  • Dial Plan Custom Value 7: {{ macro.DP_Site_CVal07 }}

  • Dial Plan Custom Value 8: {{ macro.DP_Site_CVal08 }}

  • Dial Plan Custom Value 9: {{ macro.DP_Site_CVal09 }}

  • Dial Plan Custom Value 10: {{ macro.DP_Site_CVal10 }}

Site-Custom-Dial-Plan-Data-Tab