[Index]
This data model encapsulates the information needed to deploy a dial plan schema.
Model ref.: data/HcsDpDialPlanSchemaDAT
The full URL would include the host-proxy name: https://[host-proxy].
Variables are enclosed in square brackets.
{ "$schema": "http://json-schema.org/draft-03/schema", "type": "object", "properties": { "timePeriodArray": { "is_password": false, "description": "Time Periods for this dial plan schema.", "title": "Time Periods", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "name": { "is_password": false, "description": "The name for this time period.", "title": "Time Period Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "endDayOfMonth": { "is_password": false, "description": "Optional end day of month for this period.", "title": "End Day of Month", "default": "0", "pattern": "^([0-9]|[12][0-9]|[3][01])$", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "endDay": { "is_password": false, "description": "Optional end day for this period.", "title": "End Day", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "startDay": { "is_password": false, "description": "Optional start day for this period.", "title": "Start Day", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "startMonth": { "is_password": false, "description": "Optional start month for this period.", "title": "Start Month", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "endMonth": { "is_password": false, "description": "Optional end month for this period.", "title": "End Month", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "startTime": { "is_password": false, "description": "The start time for this period.", "title": "Time of Day Start", "default": "No Office Hours", "required": true, "displayable": false, "choices": [ { "value": "No Office Hours", "title": "No Office Hours" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "endTime": { "is_password": false, "description": "The end time for this period.", "title": "Time of Day End", "default": "No Office Hours", "required": true, "displayable": false, "choices": [ { "value": "No Office Hours", "title": "No Office Hours" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "startDayOfMonth": { "is_password": false, "description": "Optional start day of month for this period.", "title": "Start Day of Month", "default": "0", "pattern": "^([0-9]|[12][0-9]|[3][01])$", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this time period.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "cssArray": { "is_password": false, "description": "Calling Search Spaces for this dial plan schema.", "title": "Calling Search Spaces", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "usage": { "is_password": false, "title": "Partition Usage", "default": "General", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "isClassOfService": { "is_password": false, "description": "If enabled, indicates that this CSS is a class of service.", "title": "Class of Service CSS", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "partitionMembers": { "is_password": false, "description": "The array of default partitions associated with this calling search space.", "title": "Partitions", "minItems": 0, "items": { "type": "object", "properties": { "index": { "is_password": false, "description": "The index for this route partition.", "title": "Index", "pattern": "^[0-9]*", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "partition": { "is_password": false, "description": "The name of the partition.", "title": "Route Partition Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "name": { "is_password": false, "description": "The name of the calling search space.", "title": "CSS Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this calling search space.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "name": { "is_password": false, "description": "Dial plan schema name.", "title": "Dial Plan Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "timeScheduleArray": { "is_password": false, "description": "Time Schedules for this dial plan schema.", "title": "Time Schedules", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "timeScheduleMembers": { "is_password": false, "title": "Time Periods", "minItems": 0, "items": { "type": "object", "properties": { "timePeriodName": { "is_password": false, "description": "A time period that is part of this time schedule.", "title": "Time Period Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "name": { "is_password": false, "description": "The name for this time schedule.", "title": "Time Schedule Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this time schedule.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "routeListArray": { "is_password": false, "description": "Route list items for this dial plan schema.", "title": "Route Lists", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "name": { "is_password": false, "description": "The name for this route list.", "title": "Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "routeListEnabled": { "is_password": false, "title": "Route List Enabled", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "runOnEveryNode": { "is_password": false, "title": "Run On Every Node", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "callManagerGroup": { "is_password": false, "title": "Call Manager Group Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "members": { "is_password": false, "title": "Members", "minItems": 0, "items": { "type": "object", "properties": { "calledPartyDiscardDigits": { "is_password": false, "title": "Called Party Discard Digits", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyPrefixDigits": { "is_password": false, "title": "Calling Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyTransformMask": { "is_password": false, "title": "Calling Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "selectionOrder": { "is_password": false, "title": "Selection Order", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "useCallingPartyExternalPhoneNumMask": { "is_password": false, "title": "Use Calling Party's External Phone Number Mask", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "On", "title": "On" }, { "value": "Off", "title": "Off" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyPrefixDigits": { "is_password": false, "title": "Called Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyTransformMask": { "is_password": false, "title": "Called Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "routeGroupName": { "is_password": false, "title": "Route Group Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "description": { "is_password": false, "description": "A meaningful description for this route list.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "ctiRoutePointArray": { "is_password": false, "title": "CTI Route Points", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "deviceName": { "is_password": false, "description": "The name for this CTI route point.", "title": "Device Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "Meaningful description for this CTI route point.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "cgPtyTransCss": { "is_password": false, "title": "Calling Party Transformation CSS", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "useTrustedRelayPoint": { "is_password": false, "title": "Use Trusted Relay Point", "default": "Default", "required": true, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "On", "title": "On" }, { "value": "Off", "title": "Off" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "useDevPoolCgPtyTransCss": { "is_password": false, "title": "Use Device Pool Calling Party Transformation CSS", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "geolocation": { "is_password": false, "title": "Geolocation", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "devicePool": { "is_password": false, "title": "Device Pool", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "location": { "is_password": false, "title": "Location", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "css": { "is_password": false, "title": "Calling Search Space", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "partitionArray": { "is_password": false, "description": "Partitions for this dial plan schema.", "title": "Partitions", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "timeSchedule": { "is_password": false, "description": "The time schedule to use for this partition.", "title": "Time Schedule", "default": "NULL", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "name": { "is_password": false, "description": "The name for this partition.", "title": "Partition Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this partition.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "callingPartyTransPatternArray": { "is_password": false, "description": "Calling party transformation patterns for this dial plan schema.", "title": "Calling Party Transformation Patterns", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "cgLineIdPres": { "is_password": false, "title": "Calling Line ID Presentation", "default": "Default", "required": true, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this calling party transformation pattern.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "cgPtyNumPlan": { "is_password": false, "title": "Calling Party Numbering Plan", "default": "Cisco CallManager", "required": true, "displayable": false, "choices": [ { "value": "Cisco CallManager", "title": "Cisco CallManager" }, { "value": "ISDN", "title": "ISDN" }, { "value": "National Standard", "title": "National Standard" }, { "value": "Private", "title": "Private" }, { "value": "Unknown", "title": "Unknown" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "pattern": { "is_password": false, "description": "The pattern for this calling party transformation.", "title": "Pattern", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "partition": { "is_password": false, "description": "The route partition to which this calling party transformation belongs.", "title": "Partition", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "prefixDigits": { "is_password": false, "title": "Calling Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "useCallingPartyExternalPhoneNumMask": { "is_password": false, "title": "Use Calling Party's External Phone Number Mask", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "cgPtyNumType": { "is_password": false, "title": "Calling Party Number Type", "default": "Cisco CallManager", "required": true, "displayable": false, "choices": [ { "value": "Cisco CallManager", "title": "Cisco CallManager" }, { "value": "Unknown", "title": "Unknown" }, { "value": "National", "title": "National" }, { "value": "International", "title": "International" }, { "value": "Subscriber", "title": "Subscriber" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "discardDigits": { "is_password": false, "title": "Calling Party Discard Digits", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" }, { "value": "PreDot", "title": "PreDot" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "transformMask": { "is_password": false, "title": "Calling Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "translationPatternArray": { "is_password": false, "description": "Translation patterns for this dial plan schema.", "title": "Translation Patterns", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "provideOutsideDialTone": { "is_password": false, "title": "Provide Outside Dial Tone", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "callingPartyPrefixDigits": { "is_password": false, "title": "Calling Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyTransformMask": { "is_password": false, "title": "Calling Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "nextHopByCallingPtyNum": { "is_password": false, "title": "Route Next Hop By Calling Party Number", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "releaseClause": { "is_password": false, "description": "If this is a blocking pattern, select the release clause when the call is blocked.", "title": "Release Clause", "default": "No Error", "required": false, "displayable": false, "choices": [ { "value": "No Error", "title": "No Error" }, { "value": "Unallocated Number", "title": "Unallocated Number" }, { "value": "Call Rejected", "title": "Call Rejected" }, { "value": "Call Rejected", "title": "Call Rejected" }, { "value": "Number Changed", "title": "Number Changed" }, { "value": "Invalid Number Format", "title": "Invalid Number Format" }, { "value": "Precedence Level Exceeded", "title": "Precedence Level Exceeded" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyDiscardDigits": { "is_password": false, "title": "Called Party Discard Digits", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" }, { "value": "PreDot", "title": "PreDot" }, { "value": "PreDot Trailing-#", "title": "PreDot Trailing-#" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "pattern": { "is_password": false, "description": "The translation pattern.", "title": "Translation Pattern", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "routeOption": { "is_password": false, "title": "Route Option", "default": "Route this pattern", "required": false, "displayable": false, "choices": [ { "value": "Route this pattern", "title": "Route this pattern" }, { "value": "Block this pattern", "title": "Block this pattern" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "routePartition": { "is_password": false, "description": "The route partition to which this pattern belongs.", "title": "Partition", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "noWaitInterdigitTimeoutSubseqHops": { "is_password": false, "title": "Do Not Wait For Interdigit Timeout On Subsequent Hops", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "css": { "is_password": false, "title": "CSS", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this translation pattern.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyPrefixDigits": { "is_password": false, "title": "Called Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "forEach": { "is_password": false, "description": "If a list is specific, create a translation pattern for each item in the list.", "title": "For Each", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyTransformMask": { "is_password": false, "title": "Called Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "cgLinePresBit": { "is_password": false, "title": "Calling Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "connNamePresBit": { "is_password": false, "title": "Connected Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "useCallingPartyExternalPhoneNumMask": { "is_password": false, "title": "Use Calling Party's External Phone Number Mask", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "cgNamePresBit": { "is_password": false, "title": "Calling Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "connLinePresBit": { "is_password": false, "title": "Connected Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "useOrigCss": { "is_password": false, "title": "Use Originator's Calling Search Space", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "urgentPriority": { "is_password": false, "title": "Urgent Priority", "required": false, "displayable": false, "readonly": false, "type": "boolean" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "calledPartyTransPatternArray": { "is_password": false, "description": "Called party transformation patterns for this dial plan schema.", "title": "Called Party Transformation Patterns", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "description": { "is_password": false, "description": "A meaningful description for this called party transformation pattern.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "numPlan": { "is_password": false, "title": "Called Party Numbering Plan", "default": "Cisco CallManager", "required": true, "displayable": false, "choices": [ { "value": "Cisco CallManager", "title": "Cisco CallManager" }, { "value": "ISDN", "title": "ISDN" }, { "value": "National Standard", "title": "National Standard" }, { "value": "Private", "title": "Private" }, { "value": "Unknown", "title": "Unknown" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "pattern": { "is_password": false, "description": "The pattern for this called party transformation.", "title": "Pattern", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "partition": { "is_password": false, "description": "The route partition to which this calling party transformation belongs.", "title": "Route Partition", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "prefixDigits": { "is_password": false, "title": "Called Party Prefix Digits", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "numType": { "is_password": false, "title": "Called Party Number Type", "default": "Cisco CallManager", "required": true, "displayable": false, "choices": [ { "value": "Cisco CallManager", "title": "Cisco CallManager" }, { "value": "Unknown", "title": "Unknown" }, { "value": "National", "title": "National" }, { "value": "International", "title": "International" }, { "value": "Subscriber", "title": "Subscriber" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "discardDigits": { "is_password": false, "title": "Discard Digits", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" }, { "value": "PreDot", "title": "PreDot" }, { "value": "PreDot Trailing-#", "title": "PreDot Trailing-#" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "transformMask": { "is_password": false, "title": "Called Party Transformation Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "sipRoutePatternArray": { "is_password": false, "description": "SIP Route pattern list for this dial plan schema.", "title": "SIP Route Patterns", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "description": { "is_password": false, "description": "A meaningful description for this SIP route pattern.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyPrefixDigits": { "is_password": false, "title": "Calling Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "useCallerCss": { "is_password": false, "title": "Use Caller CSS", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "pattern": { "is_password": false, "description": "The SIP route pattern.", "title": "Pattern", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "sipTrunkName": { "is_password": false, "title": "Sip Trunk/Route List Name", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "dnOrPatternIpv6": { "is_password": false, "title": "Dn or Pattern IPv6", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "routeOption": { "is_password": false, "title": "Route Option", "default": "Route this pattern", "required": false, "displayable": false, "choices": [ { "value": "Route this pattern", "title": "Route this pattern" }, { "value": "Block this pattern", "title": "Block this pattern" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "connLinePresBit": { "is_password": false, "title": "Connected Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "domainRoutingCssName": { "is_password": false, "title": "Domain Routing Css Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "useCallingPartyExternalPhoneNumMask": { "is_password": false, "title": "Use Calling Party's External Phone Number Mask", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "cgLinePresBit": { "is_password": false, "title": "Calling Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "cgNamePresBit": { "is_password": false, "title": "Calling Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "usage": { "is_password": false, "description": "The usage for this SIP route pattern.", "title": "Usage", "required": true, "displayable": false, "choices": [ { "value": "Domain Routing", "title": "Domain Routing" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "routeOnUserPart": { "is_password": false, "title": "Route On User Part", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "connNamePresBit": { "is_password": false, "title": "Connected Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "routePartitionName": { "is_password": false, "description": "The route partition to which this pattern belongs.", "title": "Route Partition", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyTransformationMask": { "is_password": false, "title": "Calling Party Transformation Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "routePatternArray": { "is_password": false, "description": "Route pattern list for this dial plan schema.", "title": "Route Patterns", "minItems": 0, "items": { "is_password": false, "type": "object", "properties": { "provideOutsideDialTone": { "is_password": false, "title": "Provide Outside Dial Tone", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "callingPartyPrefixDigits": { "is_password": false, "title": "Calling Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "callingPartyTransformMask": { "is_password": false, "title": "Calling Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "reqClientMatterCode": { "is_password": false, "title": "Require Client Matter Code", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "reqForcedAuthCode": { "is_password": false, "title": "Require Forced Authorization Code", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "releaseClause": { "is_password": false, "description": "If this is a blocking pattern, select the release clause when the call is blocked.", "title": "Release Clause", "default": "No Error", "required": false, "displayable": false, "choices": [ { "value": "No Error", "title": "No Error" }, { "value": "Unallocated Number", "title": "Unallocated Number" }, { "value": "Call Rejected", "title": "Call Rejected" }, { "value": "Number Changed", "title": "Number Changed" }, { "value": "Invalid Number Format", "title": "Invalid Number Format" }, { "value": "Precedence Level Exceeded", "title": "Precedence Level Exceeded" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "allowOverlapSending": { "is_password": false, "title": "Allow Overlap Sending", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "calledPartyDiscardDigits": { "is_password": false, "title": "Called Party Discard Digits", "default": "None", "required": false, "displayable": false, "choices": [ { "value": "None", "title": "None" }, { "value": "PreDot", "title": "PreDot" }, { "value": "PreDot Trailing-#", "title": "PreDot Trailing-#" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "pattern": { "is_password": false, "description": "The route pattern.", "title": "Route Pattern", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "patternPrecedence": { "is_password": false, "title": "MLPP Precedence", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Executive Override", "title": "Executive Override" }, { "value": "Flash", "title": "Flash" }, { "value": "Flash Override", "title": "Flash Override" }, { "value": "Immediate", "title": "Immediate" }, { "value": "Priority", "title": "Priority" }, { "value": "Routine", "title": "Routine" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "routeOption": { "is_password": false, "title": "Route Option", "default": "Route this pattern", "required": false, "displayable": false, "choices": [ { "value": "Route this pattern", "title": "Route this pattern" }, { "value": "Block this pattern", "title": "Block this pattern" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "routePartition": { "is_password": false, "description": "The route partition to which this pattern belongs.", "title": "Route Partition", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "authLevel": { "is_password": false, "title": "Authorization Level", "default": "0", "required": true, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "gatewayName": { "is_password": false, "title": "Gateway Name", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "description": { "is_password": false, "description": "A meaningful description for this route pattern.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyPrefixDigits": { "is_password": false, "title": "Called Party Prefix Digits (Outgoing Calls)", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "routeList": { "is_password": false, "title": "Route List", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "calledPartyTransformMask": { "is_password": false, "title": "Called Party Transform Mask", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" }, "cgLinePresBit": { "is_password": false, "title": "Calling Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "connNamePresBit": { "is_password": false, "title": "Connected Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "callClassification": { "is_password": false, "description": "OnNet or Offnet call", "title": "Call Classification", "default": "OffNet", "required": true, "displayable": false, "choices": [ { "value": "OffNet", "title": "OffNet" }, { "value": "OnNet", "title": "OnNet" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "allowDeviceOverride": { "is_password": false, "title": "Allow Device Override", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "useCallingPartyExternalPhoneNumMask": { "is_password": false, "title": "Use Calling Party's External Phone Number Mask", "required": false, "displayable": false, "readonly": false, "type": "boolean" }, "cgNamePresBit": { "is_password": false, "title": "Calling Name Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "connLinePresBit": { "is_password": false, "title": "Connected Line Presentation Bit", "default": "Default", "required": false, "displayable": false, "choices": [ { "value": "Default", "title": "Default" }, { "value": "Allowed", "title": "Allowed" }, { "value": "Restricted", "title": "Restricted" } ], "readonly": false, "maxLength": 1024, "type": "string" }, "urgentPriority": { "is_password": false, "title": "Urgent Priority", "required": false, "displayable": false, "readonly": false, "type": "boolean" } } }, "required": false, "displayable": false, "readonly": false, "type": "array" }, "description": { "is_password": false, "description": "A description for this dial plan schema.", "title": "Description", "required": false, "displayable": false, "readonly": false, "maxLength": 1024, "type": "string" } }, "schema_version": "2.0" }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the GUI Add form. | GET | /api/data/HcsDpDialPlanSchemaDAT/add/ |
|
The GUI Add form of data/HcsDpDialPlanSchemaDAT as JSON |
The API call to the /add/ URL can only be made from a hierarchy that allows the model type to be added. The actions in the response shows the url for the POST API call to create an instance.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Create | POST | /api/data/HcsDpDialPlanSchemaDAT | hierarchy=[hierarchy] |
|
tool/Transaction/[trans pkid]to inspect the created resource and its instance pkid.
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Bulk delete [pkid1],[pkid2]... | DELETE | /api/data/HcsDpDialPlanSchemaDAT/ | hierarchy=[hierarchy] | {"hrefs":["/api/data/HcsDpDialPlanSchemaDAT/[pkid1]", "/api/data/HcsDpDialPlanSchemaDAT/[pkid2]", ...]} |
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaDAT/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Get a selected [export_format] of the schema and instances [pkid1], [pkid2],... of data/HcsDpDialPlanSchemaDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | POST | /api/data/HcsDpDialPlanSchemaDAT/export/ |
|
{ "hrefs":["/api/data/HcsDpDialPlanSchemaDAT/[pkid1]", "/api/data/HcsDpDialPlanSchemaDAT/[pkid2]",...]}} |
For export_format=json, the response is a time stamped zip file of data in JSON as in the system database. Item properties such as strings that are empty or Boolean values that are not set, are not included. The filename in the response is of the format as the example:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
For export_format=raw_xlsx, the response is a MS Excel spreadsheet with columns corresponding to the JSON format export and a response filename format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, arranged by any Field Display Policies that apply. The columns correspond with those of a Bulk Load Template export sheet. The response filename format is:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
The XLSX format can be used to bulk load instances of data/HcsDpDialPlanSchemaDAT and the JSON format can be used to import instances of data/HcsDpDialPlanSchemaDAT.
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaDAT/?hierarchy=[hierarchy]
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a compressed format of the Bulk Load spreadsheet template for data/HcsDpDialPlanSchemaDAT | POST | /api/data/HcsDpDialPlanSchemaDAT/export_bulkload_template/ |
|
The response is an attachment of the format: filetype_bulkloadsheet.xlsx.gz |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
List | GET | /api/data/HcsDpDialPlanSchemaDAT/ |
|
The data/HcsDpDialPlanSchemaDAT schema and all instances as JSON. |
(The list will return 0 to 3 data/HcsDpDialPlanSchemaDAT instances)
{ "operations": [ "field_display_policy", "configuration_template", "help", "get", "export_bulkload_template", "list", "update", "remove", "move", "transform", "add", "export", "migration", "bulk_update_form" ], "pagination": { "direction": "asc", "order_by": "name", "maximum_limit": 2000, "skip": 0, "current": "/api/data/HcsDpDialPlanSchemaDAT/?skip=0&limit=3&order_by=name&direction=asc&traversal=default", "limit": 3, "total_limit": null, "total": 219 }, "meta": { "tags": [], "cached": true, "title": "", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "schema_version": "2.0", "references": { "device": [ { "pkid": "", "href": "" } ], "children": [], "parent": [ { "pkid": "6t0ggef2c0deab00hb595101", "href": "/api/data/HierarchyNode/6t0ggef2c0deab00hb595101" } ], "foreign_key": [] }, "actions": [ { "add": { "support_async": false, "class": "add", "href": "/api/data/HcsDpDialPlanSchemaDAT/add/?hierarchy=[hierarchy]", "method": "GET", "title": "Add" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaDAT/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaDAT/export/?hierarchy=[hierarchy]", "method": "POST", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "export_bulkload_template": { "support_async": false, "class": "bulkload_template", "href": "/api/data/HcsDpDialPlanSchemaDAT/export_bulkload_template/?hierarchy=[hierarchy]", "method": "POST", "title": "Export Bulk Load Template" } }, { "list": { "support_async": false, "class": "list", "href": "/api/data/HcsDpDialPlanSchemaDAT/?hierarchy=[hierarchy]", "method": "GET", "title": "List" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsDpDialPlanSchemaDAT/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsDpDialPlanSchemaDAT", "model_specific_actions": [ "get", "list", "add", "update", "remove", "clone", "help", "export", "export_bulkload_template", "help" ], "summary_attrs": [ { "name": "name", "title": "Dial Plan Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "resources": [ { "pkid": "5f3ae495ce894e0012053069", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae495ce894e0012053069", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/" } ], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/clone/?schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/help", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsDpDialPlanSchemaDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae495ce894e0012053069" ], "summary_attrs": [ { "name": "name", "title": "Dial Plan Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "cssArray": [ { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreLB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB RteSel CSS" } ], "description": "AAM_Group DP for per Customer per Country per Cluster", "routeListArray": [ { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "routeListEnabled": true, "description": "AAM_GroupDP International Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "routeListEnabled": true, "description": "AAM_GroupDP National Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "routeListEnabled": true, "description": "AAM_GroupDP Mobile Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupEmer-RL", "routeListEnabled": true, "description": "AAM_GroupDP Emergency Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeListEnabled": true, "description": "AAM_GroupDP Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "routeListEnabled": true, "description": "AAM_GroupDP Local Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "routeListEnabled": true, "description": "AAM_GroupDP Premium Rate Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "routeListEnabled": true, "description": "AAM_GroupDP TollFree Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "routeListEnabled": true, "description": "AAM_GroupDP Personal Comm Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "routeListEnabled": true, "description": "AAM_GroupDP Special Rate Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeListEnabled": true, "description": "AAM_GroupDP Operator Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Intl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP International Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Natl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP National Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Mobl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Mobile Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupEmer-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Emer", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Emergency Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Serv", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Local", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Local Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-PRSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Premium Rate Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-FPHN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP TollFree Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-PCSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Personal Comm Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-SRSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Special Rate Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Oper", "useCallingPartyExternalPhoneNumMask": "Default" } ], "description": "AAM_GroupDP Operator Service Route List" } ], "partitionArray": [ { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_GroupDP Definition PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreLB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreDB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-CustSCode-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} CustSCode-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-GDPR-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} GDPR-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} DP-Defn-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" } ], "name": "AAM_Group Customer DP-V01", "pkid": "5f3ae496ce894e001205306a", "translationPatternArray": [ { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X0.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X1.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : no FAC CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X2.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : FAC CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X3.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X0.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X1.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X2.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : CMC FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X3.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X005.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**00527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X105.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**10527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X205.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**20527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - CMC FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X305.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**30527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X011.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**01127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X111.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**11127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Cntr DBRtg non LBO Oper Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X211.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**21127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+\\+06X311.!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**31127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for LBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "pattern": "\\+*\\+*!", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for DBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "pattern": "\\+*\\+*!", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for LBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "pattern": "\\+*\\+*\\+!", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for DBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "pattern": "\\+*\\+*\\+!", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+.[^02]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+.[^02]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+.2[^7]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+.2[^7]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.[1-5]XXXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.8[6-8]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.[1-5]XXXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.8[6-8]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.6[0-5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.7[^5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.8[1-4]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "14D M2M Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.9[6-8]XXXXXXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.6[0-5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.7[^5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.8[1-4]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.9[6-8]XXXXXXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10XX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10XX#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Government services - Provincial offices", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.17737", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!#", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.9[0-5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.86[2-9]XXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.89XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.9[0-5]XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.86[2-9]XXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.89XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.80XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.80XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" } ], "hierarchy_friendly_name": "CS-P (Provider)", "routePatternArray": [ { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**001.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Intl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**101.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group Intl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": true, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**201.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Intl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**301.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group Intl Call Type - CMC FAC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Natl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group Natl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Natl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group RP for Natl Call Type - FAC CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Mobl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "8", "description": "AAM_Group Mobl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Mobl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "8", "description": "AAM_Group Mobl Call Type - FAC CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - no FAC no CMC", "cgLinePresBit": "Default", "pattern": "**005.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group RP for Service Call Type - FAC no CMC", "cgLinePresBit": "Default", "pattern": "**105.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - CMC no FAC", "cgLinePresBit": "Default", "pattern": "**205.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - CMC FAC", "cgLinePresBit": "Default", "pattern": "**305.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Local Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "1", "description": "AAM_Group Local Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Local Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "1", "description": "AAM_Group Local Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PRS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group PRS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PRS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group PRS Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group FPH Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group FPH Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group FPH Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group FPH Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PCS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group PCS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PCS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group PCS Call Type -CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**01027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group SRS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**11027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group SRS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**21027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group SRS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**31027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group SRS Call Type - cmc FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - no FAC no CMC", "cgLinePresBit": "Default", "pattern": "**011.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - FAC no CMC", "cgLinePresBit": "Default", "pattern": "**111.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - CMC no FAC", "cgLinePresBit": "Default", "pattern": "**211.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - CMC FAC", "cgLinePresBit": "Default", "pattern": "**311.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**001.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=IntlXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**101.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=IntlXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**201.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=IntlXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**301.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=IntlXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**002.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=NatlXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**102.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=NatlXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**202.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=NatlXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**302.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=NatlXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**003.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=MoblXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**103.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**203.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=MoblXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**303.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group Block not in Country Service Call", "cgLinePresBit": "Default", "pattern": "**[0-3]05X.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Block this pattern", "releaseClause": "Call Rejected", "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**006.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=LocalXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**106.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=LocalXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**206.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=LocalXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**306.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=LocalXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**007.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**107.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**207.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**307.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**008.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**108.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**208.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**308.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**009.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**109.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**209.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**309.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**010.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**110.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**210.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSNXnFACnyMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**310.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_GroupDP Non AAM_Group Operator Call Type", "cgLinePresBit": "Default", "pattern": "**[0-3]11X.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Block this pattern", "releaseClause": "Call Rejected", "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Intl1nFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=Intl1yFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Intl1nFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=Intl1yFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Natl1nFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Natl1yFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Natl1nFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Natl1yFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Mobl1nFACnCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACnCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Mobl1nFACyCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACyCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC55nFACnCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**00527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC1yFACnCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**10527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_GroupDP CT=SVC1nFACyCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**20527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Block this pattern", "releaseClause": "Call Rejected", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC1yFACyCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**30527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Local1nFACnCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=Local1yFACnCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Local1nFACyCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=Local1yFACyCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSN1nFACnCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSN1yFACnCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSN1nFACyCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSN1yFACyCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHN1nFACnCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHN1yFACnCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHN1nFACyCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHN1yFACyCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSN1nFACnCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSN1yFACnCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSN1nFACyCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSN1yFACyCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**01027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSN1nFACnCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**11027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSN1yFACnCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**21027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSN1nFACyCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**31027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSN1yFACyCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1nFACnCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**01127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1yFACnCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**11127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "Call Rejected", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1nFACyCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**21127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false }, { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1yFACyCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**31127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "6", "connNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "Call Rejected", "useCallingPartyExternalPhoneNumMask": false } ], "hierarchy_path": "sys.hcs.CS-P" } }, { "pkid": "5f3ae497ce894e0012053077", "meta": { "tags": [], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae497ce894e0012053077", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/" } ], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "foreign_key": [] }, "actions": [ { "update": { "support_async": true, "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/", "title": "Modify", "class": "update", "method": "PUT" } }, { "remove": { "support_async": true, "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/", "title": "Delete", "class": "delete", "method": "DELETE" } }, { "clone": { "support_async": false, "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/clone/?schema=&schema_rules=true", "title": "Clone", "class": "clone", "method": "GET" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/export/", "method": "GET", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/", "title": "Get", "class": "get", "method": "GET" } }, { "help": { "support_async": false, "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae497ce894e0012053077/help", "title": "Help", "class": "help", "method": "GET" } } ], "model_type": "data/HcsDpDialPlanSchemaDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae497ce894e0012053077" ], "summary_attrs": [ { "name": "name", "title": "Dial Plan Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "cssArray": [ { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" } ], "name": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "description": "{{macro.HcsDpUniqueSitePrefixMCR}}AAM_Group Emerg Handling CSS" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkAll-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-InternalOnly-CSS-26", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Internal Only" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Intl24HrsEnh-CSS-21", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIP-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-IntlWorkHrsEnh-CSS-21W", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl Work Hours Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-IntlExtHrsEnh-CSS-21E", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl Extended Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntl24HrsEnh-CSS-21R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIR-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntlWorkHrsEnh-CSS-21WR", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl Work Hours Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntlExtHrsEnh-CSS-21ER", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl Extended Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Intl24HrsStd-CSS-22", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-IntlWorkHrsStd-CSS-22W", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl Work Hours Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-IntlExtHrsStd-CSS-22E", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Intl Extended Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntl24HrsStd-CSS-22R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntlWorkHrsStd-CSS-22WR", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl Work Hours Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRIntlExtHrsStd-CSS-22ER", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Intl Extended Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Natl24HrsEnh-CSS-23", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIP-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlWorkHrsEnh-CSS-23W", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Work Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlExtHrsEnh-CSS-23E", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Extended Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatl24HrsEnh-CSS-23R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIR-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlWorkHrsEnh-CSS-23WR", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Work Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlExtHrsEnh-CSS-23ER", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl Extended Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Natl24HrsStd-CSS-24", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlWorkHrsStd-CSS-24W", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Work Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlExtHrsStd-CSS-24E", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Extended Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatl24HrsStd-CSS-24R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlWorkHrsStd-CSS-24WR", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl Work Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlExtHrsStd-CSS-24ER", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl Extended Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Natl24HrsRst-CSS-25", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlWorkHrsRst-CSS-25W", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Work Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-NatlExtHrsRst-CSS-25E", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Natl Extended Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatl24HrsRst-CSS-25R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-WkHrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlWorkHrsRst-CSS-25WR", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl Work Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRNatlExtHrsRst-CSS-25ER", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Natl Extended Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Local24HrsEnh-CSS-27", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Local 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRLocal24HrsEnh-CSS-27R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Local 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "26", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkFPN-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "32", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "33", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-Local24HrsStd-CSS-28", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Local 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "26", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkFPN-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "32", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "33", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CLIRLocal24HrsStd-CSS-28R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR Local 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-Intl24HrsStd-CSS-32", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-Natl24HrsStd-CSS-34", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd Natl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-Natl24HrsRst-CSS-35", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkAll-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-Internal-Only-CSS-36", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd Internal Only" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-Local24HrsEnh-CSS-37", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd Local 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-CLIRIntl24HrsStd-CSS-42", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd CLIR Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-CLIRNatl24HrsStd-CSS-44", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd CLIR Natl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-CLIRNatl24HrsRst-CSS-45", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd CLIR Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noFAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-CF-CLIRLocal24HrsEnh-CSS-47", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} Call Fwd CLIR Local 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-Intl24HrsEnh-CSS-51", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} FAC Intl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-CLIRIntl24HrsEnh-CSS-51R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR FAC Intl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-Intl24HrsStd-CSS-52", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} FAC Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-CLIRIntl24HrsStd-CSS-52R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR FAC Intl 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-Natl24HrsEnh-CSS-53", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} FAC Natl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "23", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "24", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-CLIRNatl24HrsEnh-CSS-53R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR FAC Natl 24Hrs Enhanced" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-Natl24HrsRst-CSS-54", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} FAC Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "26", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-CLIRNatl24HrsRst-CSS-54R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR FAC Natl 24Hrs Restricted" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "26", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkFPN-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIP-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "32", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "33", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-Local24HrsStd-CSS-56", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} FAC Local 24Hrs Standard" }, { "usage": "General", "isClassOfService": true, "partitionMembers": [ { "index": "1", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT" }, { "index": "2", "partition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT" }, { "index": "20", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FONet-PT" }, { "index": "21", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPRS-PT" }, { "index": "22", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-BlkIntl-PT" }, { "index": "23", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkPCS-PT" }, { "index": "24", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkMobl-PT" }, { "index": "25", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkNatl-PT" }, { "index": "26", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-BlkFPN-PT" }, { "index": "27", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-Allowed-PT" }, { "index": "28", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-24HrsCLIR-PT" }, { "index": "29", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-FAC-PT" }, { "index": "30", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-noCMC-PT" }, { "index": "31", "partition": "{{pwf.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" }, { "index": "32", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT" }, { "index": "33", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-CustSCode-PT" }, { "index": "35", "partition": "{{macro.DP_CUST_PRE_INTER_SITE_ROUTING_PT}}" }, { "index": "36", "partition": "{{macro.DP_CUST_ALLOW_VM_PT}}" }, { "index": "37", "partition": "{{macro.DP_SITE_ALLOW_INTERNAL_PT}}" }, { "index": "38", "partition": "{{macro.DP_SITE_FEATURE_PT}}" }, { "index": "39", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR}}-URILookUp-PT" }, { "index": "40", "partition": "{{pwf.HcsDpUniqueCustomerPrefixMCR }}-GDPR-PT" } ], "name": "{{pwf.HcsDpUniqueSitePrefixMCR}}-FAC-CLIRLocal24HrsStd-CSS-56R", "description": "{{pwf.HcsDpUniqueSitePrefixMCR}} CLIR FAC Local 24Hrs Standard" } ], "description": "AAM_Group DP per Site including CoS", "pkid": "5f3ae497ce894e0012053078", "partitionArray": [ { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT", "description": "{{macro.HcsDpUniqueSitePrefixMCR}} AAM_GroupDP Local Call PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT", "description": "{{macro.HcsDpUniqueSitePrefixMCR}} AAM_Group Emerg Handling PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT", "description": "{{macro.HcsDpUniqueSitePrefixMCR}}-LBOLBRtg-PT" } ], "name": "AAM_Group Site DP-V01", "callingPartyTransPatternArray": [ { "discardDigits": "None", "description": "DN wo DDI or from other site", "cgPtyNumPlan": "Cisco CallManager", "cgLineIdPres": "Default", "partition": "{{ macro.HcsDpUniqueCustomerPrefixMCR }}-DN2DDI4Emer-PT", "useCallingPartyExternalPhoneNumMask": false, "cgPtyNumType": "Cisco CallManager", "pattern": "*{{macro.HcsDpSiteId}}*!", "transformMask": "{{macro.HcsDpSiteEmergencyNumberMCR}}" }, { "discardDigits": "None", "description": "DN wo DDI or from other site", "cgPtyNumPlan": "Cisco CallManager", "cgLineIdPres": "Default", "partition": "{{ macro.HcsDpUniqueCustomerPrefixMCR }}-DN2DDI4Emer-PT", "useCallingPartyExternalPhoneNumMask": false, "cgPtyNumType": "Cisco CallManager", "pattern": "*{{macro.HcsDpSiteId}}*\\+!", "transformMask": "{{macro.HcsDpSiteEmergencyNumberMCR}}" } ], "translationPatternArray": [ { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Calling party pays local rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.860XXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100627", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Local Numbers INCLUDE Area Code", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.{{macro.HcsDpSiteAreaCodeItem_AreaCodeMCR}}XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100627", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error", "forEach": "{{ macro.HcsDpSiteAreaCodeMCR }}" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Local Numbers INCLUDE Area Code", "cgLinePresBit": "Default", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "\\+27.{{macro.HcsDpSiteAreaCodeItem_AreaCodeMCR}}XXXXXXX", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100627", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Local-PT", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "releaseClause": "No Error", "forEach": "{{ macro.HcsDpSiteAreaCodeMCR }}" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "Police", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "10111", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Police", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10111", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "Fire and Ambulance", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "10177", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Fire and Ambulance", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.10177", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "Emergency Numbers", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "107", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Emergency Numbers", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.107", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "Emergency Numbers", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "112", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Emergency Numbers", "callingPartyPrefixDigits": "*{{macro.HcsDpSiteId}}*", "connNamePresBit": "Default", "routeOption": "Route this pattern", "pattern": "{{macro.HcsDpPstnBreakout}}.112", "connLinePresBit": "Default", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**004", "cgLinePresBit": "Default", "cgNamePresBit": "Default", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "releaseClause": "No Error", "css": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-CSS", "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT" } ], "hierarchy_friendly_name": "CS-P (Provider)", "routePatternArray": [ { "urgentPriority": true, "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_GroupDP RPattern for Emergency Call Type", "cgLinePresBit": "Default", "pattern": "**004.!", "callClassification": "OffNet", "patternPrecedence": "Default", "allowDeviceOverride": false, "authLevel": "0", "connNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueSitePrefixMCR}}-AAM_GroupDP-Emer-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupEmer-SLRG-RL", "routeOption": "Route this pattern", "releaseClause": "No Error", "useCallingPartyExternalPhoneNumMask": false } ], "hierarchy_path": "sys.hcs.CS-P" } }, { "pkid": "5f3ae498ce894e0012053085", "meta": { "tags": [ "hcsbase", "HcsDialPlanZaf" ], "cached": true, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "schema_version": "2.0", "summary": "false", "references": { "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "self": [ { "pkid": "5f3ae498ce894e0012053085", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/" } ], "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "foreign_key": [] }, "version_tag": "0.8.0.2", "model_type": "data/HcsDpDialPlanSchemaDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae498ce894e0012053085" ], "actions": [ { "update": { "support_async": true, "method": "PUT", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/", "class": "update", "title": "Modify" } }, { "remove": { "support_async": true, "method": "DELETE", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/", "class": "delete", "title": "Delete" } }, { "clone": { "support_async": false, "method": "GET", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/clone/?schema=&schema_rules=true", "class": "clone", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "method": "GET", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/export/", "class": "export", "view": "/api/view/ExportData/add/" } }, { "get": { "support_async": false, "method": "GET", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/", "class": "get", "title": "Get" } }, { "help": { "support_async": false, "method": "GET", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/help", "class": "help", "title": "Help" } } ], "summary_attrs": [ { "name": "name", "title": "Dial Plan Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [ { "pkid": "5f3ae498ce894e0012053087", "version": "0.8.0.2", "href": "/api/v0/data/HcsDpDialPlanSchemaDAT/5f3ae498ce894e0012053085/?cached=5f3ae498ce894e0012053087" } ] }, "data": { "cssArray": [ { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF LB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF PreLB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF DB RteSel CSS" } ], "description": "ZAFDP for per Customer per Country per Cluster", "routeListArray": [ { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-RL", "routeListEnabled": true, "description": " ZAFDP International Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-RL", "routeListEnabled": true, "description": " ZAFDP National Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-RL", "routeListEnabled": true, "description": " ZAFDP Mobile Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFEmer-RL", "routeListEnabled": true, "description": " ZAFDP Emergency Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-RL", "routeListEnabled": true, "description": " ZAFDP Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-RL", "routeListEnabled": true, "description": " ZAFDP Local Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-RL", "routeListEnabled": true, "description": " ZAFDP Premium Rate Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-RL", "routeListEnabled": true, "description": " ZAFDP TollFree Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-RL", "routeListEnabled": true, "description": " ZAFDP Personal Comm Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "routeListEnabled": true, "description": " ZAFDP Special Rate Service Route List" }, { "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "runOnEveryNode": true, "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-RL", "routeListEnabled": true, "description": " ZAFDP Operator Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Intl", "selectionOrder": "0" } ], "description": " ZAFDP International Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Natl", "selectionOrder": "0" } ], "description": " ZAFDP National Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Mobl", "selectionOrder": "0" } ], "description": " ZAFDP Mobile Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFEmer-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Emer", "selectionOrder": "0" } ], "description": " ZAFDP Emergency Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Serv", "selectionOrder": "0" } ], "description": " ZAFDP Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Local", "selectionOrder": "0" } ], "description": " ZAFDP Local Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-PRSN", "selectionOrder": "0" } ], "description": " ZAFDP Premium Rate Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-FPHN", "selectionOrder": "0" } ], "description": " ZAFDP TollFree Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-PCSN", "selectionOrder": "0" } ], "description": " ZAFDP Personal Comm Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-SRSN", "selectionOrder": "0" } ], "description": " ZAFDP Special Rate Service Route List" }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "routeGroupName": "SLRG-Oper", "selectionOrder": "0" } ], "description": " ZAFDP Operator Service Route List" } ], "partitionArray": [ { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAFDP Definition PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF LB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF PreLB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF LB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF DB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreDBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF PreDB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} ZAF DB RteSel PT" } ], "name": "BT ZAF Customer DP-V01", "pkid": "5f3ae498ce894e0012053086", "translationPatternArray": [ { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF LBRtg non LBO : no FAC no CMC", "pattern": "\\+\\+06X0.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF LBRtg non LBO : FAC no CMC", "pattern": "\\+\\+06X1.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF LBRtg non LBO : no FAC CMC", "pattern": "\\+\\+06X2.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF LBRtg non LBO : FAC CMC", "pattern": "\\+\\+06X3.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO : no FAC no CMC", "pattern": "\\+\\+06X0.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO : FAC no CMC", "pattern": "\\+\\+06X1.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO : CMC no FAC", "pattern": "\\+\\+06X2.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO : CMC FAC", "pattern": "\\+\\+06X3.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO SVC Call - no FAC no CMC", "pattern": "\\+\\+06X005.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**00527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO SVC Call - FAC no CMC", "pattern": "\\+\\+06X105.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**10527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO SVC Call - CMC no FAC", "pattern": "\\+\\+06X205.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**20527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg nonLBO SVC Call - CMC FAC", "pattern": "\\+\\+06X305.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**30527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg non LBO Oper Call - no FAC no CMC", "pattern": "\\+\\+06X011.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**01127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg non LBO Oper Call - FAC no CMC", "pattern": "\\+\\+06X111.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**11127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Cntr DBRtg non LBO Oper Call - CMC no FAC", "pattern": "\\+\\+06X211.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**21127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF DBRtg non LBO Oper Call - CMC no FAC", "pattern": "\\+\\+06X311.!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**31127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRtg-PT", "nextHopByCallingPtyNum": true, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true }, { "provideOutsideDialTone": false, "description": "ZAF - FE Security for LBRteSel", "pattern": "\\+*\\+*!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-PT", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-CSS" }, { "provideOutsideDialTone": false, "description": "ZAF - FE Security for DBRteSel", "pattern": "\\+*\\+*!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreDBRteSel-PT", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-CSS" }, { "provideOutsideDialTone": false, "description": "ZAF - FE Security for LBRteSel", "pattern": "\\+*\\+*\\+!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreLBRteSel-PT", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-CSS" }, { "provideOutsideDialTone": false, "description": "ZAF - FE Security for DBRteSel", "pattern": "\\+*\\+*\\+!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-PreDBRteSel-PT", "nextHopByCallingPtyNum": false, "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "pattern": "\\+.[^02]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "pattern": "\\+.[^02]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "pattern": "\\+.2[^7]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "pattern": "\\+.2[^7]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Dialing", "pattern": "{{macro.HcsDpPstnBreakout}}0.[1-5]XXXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "pattern": "{{macro.HcsDpPstnBreakout}}0.8[6-8]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Plus Dialing", "pattern": "\\+27.[1-5]XXXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "pattern": "\\+27.8[6-8]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}0.6[0-5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}0.7[^5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}0.8[1-4]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "14D M2M Mobile Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}0.9[6-8]XXXXXXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "pattern": "\\+27.6[0-5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "pattern": "\\+27.7[^5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "pattern": "\\+27.8[1-4]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "pattern": "\\+27.9[6-8]XXXXXXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.10XX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.10XX#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Government services - Provincial offices", "pattern": "{{macro.HcsDpPstnBreakout}}.17737", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!#", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "{{macro.HcsDpPstnBreakout}}0.9[0-5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "{{macro.HcsDpPstnBreakout}}0.86[2-9]XXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "{{macro.HcsDpPstnBreakout}}0.89XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "\\+27.9[0-5]XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "\\+27.86[2-9]XXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "pattern": "\\+27.89XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "pattern": "{{macro.HcsDpPstnBreakout}}0.80XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "pattern": "\\+27.80XXXXXXX", "routeOption": "Route this pattern", "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-Defn-PT", "nextHopByCallingPtyNum": false, "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false } ], "hierarchy_friendly_name": "CS-P (Provider)", "routePatternArray": [ { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Intl Call Type - no FAC no CMC", "pattern": "**001.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Intl Call Type - FAC no CMC", "pattern": "**101.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": true, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Intl Call Type - CMC no FAC", "pattern": "**201.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Intl Call Type - CMC FAC", "pattern": "**301.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Natl Call Type - no FAC no CMC", "pattern": "**00227.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Natl Call Type - FAC no CMC", "pattern": "**10227.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Natl Call Type - CMC no FAC", "pattern": "**20227.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF RP for Natl Call Type - FAC CMC", "pattern": "**30227.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Mobl Call Type - no FAC no CMC", "pattern": "**00327.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Mobl Call Type - FAC no CMC", "pattern": "**10327.!", "callClassification": "OffNet", "authLevel": "8", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Mobl Call Type - CMC no FAC", "pattern": "**20327.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Mobl Call Type - FAC CMC", "pattern": "**30327.!", "callClassification": "OffNet", "authLevel": "8", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SVC Call Type - no FAC no CMC", "pattern": "**005.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF RP for Service Call Type - FAC no CMC", "pattern": "**105.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SVC Call Type - CMC no FAC", "pattern": "**205.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SVC Call Type - CMC FAC", "pattern": "**305.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Local Call Type - no FAC no CMC", "pattern": "**00627.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Local Call Type - FAC no CMC", "pattern": "**10627.!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Local Call Type - CMC no FAC", "pattern": "**20627.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Local Call Type - CMC FAC", "pattern": "**30627.!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PRS Call Type - no FAC no CMC", "pattern": "**00727.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PRS Call Type - FAC no CMC", "pattern": "**10727.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PRS Call Type - CMC no FAC", "pattern": "**20727.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PRS Call Type - CMC FAC", "pattern": "**30727.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF FPH Call Type - no FAC no CMC", "pattern": "**00827.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF FPH Call Type - FAC no CMC", "pattern": "**10827.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF FPH Call Type - CMC no FAC", "pattern": "**20827.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF FPH Call Type - CMC FAC", "pattern": "**30827.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PCS Call Type - no FAC no CMC", "pattern": "**00927.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PCS Call Type - FAC no CMC", "pattern": "**10927.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PCS Call Type - CMC no FAC", "pattern": "**20927.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF PCS Call Type -CMC FAC", "pattern": "**30927.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SRS Call Type - no FAC no CMC", "pattern": "**01027.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SRS Call Type - FAC no CMC", "pattern": "**11027.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SRS Call Type - CMC no FAC", "pattern": "**21027.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF SRS Call Type - cmc FAC", "pattern": "**31027.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF OPR Call Type - no FAC no CMC", "pattern": "**011.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF OPR Call Type - FAC no CMC", "pattern": "**111.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF OPR Call Type - CMC no FAC", "pattern": "**211.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF OPR Call Type - CMC FAC", "pattern": "**311.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-LBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=IntlXnFACnCMC use Intl RL", "pattern": "**001.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=IntlXyFACnCMC use Intl RL", "pattern": "**101.X!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=IntlXnFACyCMC use Intl RL", "pattern": "**201.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=IntlXyFACyCMC use Intl RL", "pattern": "**301.X!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=NatlXnFACnCMC use Intl RL", "pattern": "**002.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=NatlXyFACnCMC use Intl RL", "pattern": "**102.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=NatlXnFACyCMC use Intl RL", "pattern": "**202.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=NatlXyFACyCMC use Intl RL", "pattern": "**302.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=MoblXnFACnCMC use Intl RL", "pattern": "**003.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1yFACnCMC use Intl RL", "pattern": "**103.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=MoblXnFACyCMC use Intl RL", "pattern": "**203.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1yFACyCMC use Intl RL", "pattern": "**303.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF Block not in Country Service Call", "pattern": "**[0-3]05X.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Block this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "urgentPriority": true, "releaseClause": "Call Rejected" }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=LocalXnFACnCMC use Intl RL", "pattern": "**006.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=LocalXyFACnCMC use Intl RL", "pattern": "**106.X!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=LocalXnFACyCMC use Intl RL", "pattern": "**206.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=LocalXyFACyCMC use Intl RL", "pattern": "**306.X!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSNXnFACnCMC use Intl RL", "pattern": "**007.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSNXyFACnCMC use Intl RL", "pattern": "**107.X!", "callClassification": "OffNet", "authLevel": "9", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSNXnFACyCMC use Intl RL", "pattern": "**207.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSNXyFACyCMC use Intl RL", "pattern": "**307.X!", "callClassification": "OffNet", "authLevel": "9", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHNXnFACnCMC use Intl RL", "pattern": "**008.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHNXyFACnCMC use Intl RL", "pattern": "**108.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHNXnFACyCMC use Intl RL", "pattern": "**208.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHNXyFACyCMC use Intl RL", "pattern": "**308.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSNXnFACnCMC use Intl RL", "pattern": "**009.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSNXyFACnCMC use Intl RL", "pattern": "**109.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSNXnFACyCMC use Intl RL", "pattern": "**209.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSNXyFACyCMC use Intl RL", "pattern": "**309.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSNXnFACnCMC use Intl RL", "pattern": "**010.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSNXyFACnCMC use Intl RL", "pattern": "**110.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSNXnFACnyMC use Intl RL", "pattern": "**210.X!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSNXyFACyCMC use Intl RL", "pattern": "**310.X!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFIntl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAFDP Non ZAF Operator Call Type", "pattern": "**[0-3]11X.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Block this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "urgentPriority": true, "releaseClause": "Call Rejected" }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Intl1nFACnCMC use Natl RL", "pattern": "**00127.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Intl1yFACnCMC use Natl RL", "pattern": "**10127.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Intl1nFACyCMC use Natl RL", "pattern": "**20127.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Intl1yFACyCMC use Natl RL", "pattern": "**30127.!", "callClassification": "OffNet", "authLevel": "10", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Natl1nFACnCMC use Natl RL", "pattern": "**00227.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Natl1yFACnCMC use Natl RL", "pattern": "**10227.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Natl1nFACyCMC use Natl RL", "pattern": "**20227.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Natl1yFACyCMC use Natl RL", "pattern": "**30227.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFNatl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1nFACnCMC use Mobl RL", "pattern": "**00327.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1yFACnCMC use Mobl RL", "pattern": "**10327.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1nFACyCMC use Mobl RL", "pattern": "**20327.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Mobl1yFACyCMC use Mobl RL", "pattern": "**30327.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFMobl-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SVC55nFACnCMC use SVC RL", "pattern": "**00527.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SVC1yFACnCMC use SVC RL", "pattern": "**10527.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAFDP CT=SVC1nFACyCMC use SVC RL", "pattern": "**20527.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Block this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "urgentPriority": true, "releaseClause": "Call Rejected" }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SVC1yFACyCMC use SVC RL", "pattern": "**30527.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFServ-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Local1nFACnCMC use Local RL", "pattern": "**00627.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Local1yFACnCMC use Local RL", "pattern": "**10627.!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Local1nFACyCMC use Local RL", "pattern": "**20627.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Local1yFACyCMC use Local RL", "pattern": "**30627.!", "callClassification": "OffNet", "authLevel": "1", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFLocal-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSN1nFACnCMC use PRSN RL", "pattern": "**00727.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSN1yFACnCMC use PRSN RL", "pattern": "**10727.!", "callClassification": "OffNet", "authLevel": "9", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSN1nFACyCMC use PRSN RL", "pattern": "**20727.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PRSN1yFACyCMC use PRSN RL", "pattern": "**30727.!", "callClassification": "OffNet", "authLevel": "9", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHN1nFACnCMC use FPHN RL", "pattern": "**00827.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHN1yFACnCMC use FPHN RL", "pattern": "**10827.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHN1nFACyCMC use FPHN RL", "pattern": "**20827.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=FPHN1yFACyCMC use FPHN RL", "pattern": "**30827.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFFPHN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSN1nFACnCMC use PCSN RL", "pattern": "**00927.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSN1yFACnCMC use PCSN RL", "pattern": "**10927.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSN1nFACyCMC use PCSN RL", "pattern": "**20927.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=PCSN1yFACyCMC use PCSN RL", "pattern": "**30927.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFPCSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSN1nFACnCMC use SRSN RL", "pattern": "**01027.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSN1yFACnCMC use SRSN RL", "pattern": "**11027.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSN1nFACyCMC use SRSN RL", "pattern": "**21027.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=SRSN1yFACyCMC use SRSN RL", "pattern": "**31027.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "+27", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFSRSN-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Oper1nFACnCMC use Oper RL", "pattern": "**01127.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Oper1yFACnCMC use Oper RL", "pattern": "**11127.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "urgentPriority": true, "releaseClause": "Call Rejected" }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Oper1nFACyCMC use Oper RL", "pattern": "**21127.!", "callClassification": "OffNet", "authLevel": "0", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": false, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "ZAF CT=Oper1yFACyCMC use Oper RL", "pattern": "**31127.!", "callClassification": "OffNet", "authLevel": "6", "allowDeviceOverride": false, "routeOption": "Route this pattern", "reqClientMatterCode": true, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFDP-DBRteSel-PT", "reqForcedAuthCode": true, "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ZAFOper-SLRG-RL", "urgentPriority": true, "releaseClause": "Call Rejected" } ], "hierarchy_path": "sys.hcs.CS-P" } } ] }
(Show the first instance)
{ "pkid": "5f3ae495ce894e0012053069", "meta": { "tags": [], "cached": false, "title": "title format", "business_key": { "hierarchy": true, "unique": [ "name" ] }, "schema_version": "2.0", "references": { "parent": [ { "pkid": "5f3ae1fcce894e001204e0ed", "href": "/api/data/HierarchyNode/5f3ae1fcce894e001204e0ed" } ], "self": [ { "pkid": "5f3ae495ce894e0012053069", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/" } ], "foreign_key": [], "device": [ { "pkid": "", "href": "" } ], "owner": [ { "pkid": "" } ], "children": [] }, "actions": [ { "update": { "support_async": true, "class": "update", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/?hierarchy=[hierarchy]", "method": "PUT", "title": "Modify" } }, { "remove": { "support_async": true, "class": "delete", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/?hierarchy=[hierarchy]", "method": "DELETE", "title": "Delete" } }, { "clone": { "support_async": false, "class": "clone", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/clone/?hierarchy=[hierarchy]&schema=&schema_rules=true", "method": "GET", "title": "Clone" } }, { "export": { "title": "Export", "support_async": false, "submit": "payload", "class": "export", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/export/?hierarchy=[hierarchy]", "method": "GET", "view": "/api/view/ExportData/add/?auth_token=[authtoken] } }, { "get": { "support_async": false, "class": "get", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/?hierarchy=[hierarchy]", "method": "GET", "title": "Get" } }, { "help": { "support_async": false, "class": "help", "href": "/api/data/HcsDpDialPlanSchemaDAT/5f3ae495ce894e0012053069/help?hierarchy=[hierarchy]", "method": "GET", "title": "Help" } } ], "model_type": "data/HcsDpDialPlanSchemaDAT", "path": [ "6t0ggef2c0deab00hb595101", "5df35e48ce894e0012b345a1", "5f3ae1fcce894e001204e0ed", "5f3ae495ce894e0012053069" ], "summary_attrs": [ { "name": "name", "title": "Dial Plan Name" }, { "allow_filtering": true, "name": "hierarchy_friendly_name", "title": "Located At" } ], "api_version": "21.2", "tagged_versions": [] }, "data": { "cssArray": [ { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreLB RteSel CSS" }, { "usage": "General", "isClassOfService": false, "partitionMembers": [ { "index": "1", "partition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB RteSel CSS" } ], "description": "AAM_Group DP for per Customer per Country per Cluster", "routeListArray": [ { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP International Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP National Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Mobile Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupEmer-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Emergency Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Service Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Local Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Premium Rate Service Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP TollFree Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Personal Comm Service Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Special Rate Service Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "description": "AAM_GroupDP Operator Service Route List", "routeListEnabled": true, "runOnEveryNode": true }, { "description": "AAM_GroupDP International Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Intl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL" }, { "description": "AAM_GroupDP National Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Natl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL" }, { "description": "AAM_GroupDP Mobile Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Mobl", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL" }, { "description": "AAM_GroupDP Emergency Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Emer", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupEmer-SLRG-RL" }, { "description": "AAM_GroupDP Service Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Serv", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL" }, { "description": "AAM_GroupDP Local Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Local", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL" }, { "description": "AAM_GroupDP Premium Rate Service Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-PRSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL" }, { "description": "AAM_GroupDP TollFree Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-FPHN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL" }, { "description": "AAM_GroupDP Personal Comm Service Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-PCSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL" }, { "description": "AAM_GroupDP Special Rate Service Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-SRSN", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL" }, { "description": "AAM_GroupDP Operator Service Route List", "routeListEnabled": true, "runOnEveryNode": true, "callManagerGroup": "{{ macro.DEFAULT_CUCM_GROUP }}", "members": [ { "calledPartyDiscardDigits": "None", "selectionOrder": "0", "routeGroupName": "SLRG-Oper", "useCallingPartyExternalPhoneNumMask": "Default" } ], "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL" } ], "partitionArray": [ { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_GroupDP Definition PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreLB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group LB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB Rtg PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group PreDB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} AAM_Group DB RteSel PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-CustSCode-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} CustSCode-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-GDPR-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} GDPR-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}} DP-Defn-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIP-PT" }, { "timeSchedule": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AllDay-TSchd", "name": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT", "description": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-ExtHrsCLIR-PT" } ], "pkid": "5f3ae496ce894e001205306a", "translationPatternArray": [ { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X0.!", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X1.!", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : no FAC CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X2.!", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group LBRtg non LBO : FAC CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X3.!", "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X0.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**1", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X1.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**2", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X2.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO : CMC FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**3", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X3.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**00527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X005.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**10527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X105.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**20527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X205.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg nonLBO SVC Call - CMC FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**30527", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X305.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - no FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**01127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X011.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - FAC no CMC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**11127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X111.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Cntr DBRtg non LBO Oper Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**21127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X211.!" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group DBRtg non LBO Oper Call - CMC no FAC", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": true, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "**31127", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRtg-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "pattern": "\\+\\+06X311.!" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for LBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "cgNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "pattern": "\\+*\\+*!", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for DBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "cgNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "pattern": "\\+*\\+*!", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for LBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "cgNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreLBRteSel-PT", "pattern": "\\+*\\+*\\+!", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-CSS" }, { "calledPartyDiscardDigits": "None", "provideOutsideDialTone": false, "description": "AAM_Group - FE Security for DBRteSel", "cgLinePresBit": "Default", "connNamePresBit": "Default", "cgNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-PreDBRteSel-PT", "pattern": "\\+*\\+*\\+!", "connLinePresBit": "Default", "useOrigCss": false, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": true, "css": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-CSS" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}00.[^0]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "{{macro.HcsDpPstnBreakout}}0", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0027.[^0]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+.[^02]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+.[^02]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Intl dialing without #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+.2[^7]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Intl dialing with #", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01001", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+.2[^7]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.[1-5]XXXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.8[6-8]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "National Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.[1-5]XXXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Inbound, VoIP and Pagers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100227", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.8[6-8]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.6[0-5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.7[^5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.8[1-4]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "14D M2M Mobile Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.9[6-8]XXXXXXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.6[0-5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.7[^5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.8[1-4]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Mobile Plus Dialing", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100327", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.9[6-8]XXXXXXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.10XX" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.10XX#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.10XXX#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Government services - Provincial offices", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.17737" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.1[0-4]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.8[1-4]!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!" }, { "calledPartyDiscardDigits": "PreDot Trailing-#", "provideOutsideDialTone": false, "description": "Service Numbers", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++01005", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}.[34]XXXX!#" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.9[0-5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.86[2-9]XXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.89XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.9[0-5]XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.86[2-9]XXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Premium Rate", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100727", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.89XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "{{macro.HcsDpPstnBreakout}}0.80XXXXXXX" }, { "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "Freephone Pattern", "cgLinePresBit": "Default", "connNamePresBit": "Default", "releaseClause": "No Error", "routeOption": "Route this pattern", "nextHopByCallingPtyNum": false, "useCallingPartyExternalPhoneNumMask": false, "calledPartyPrefixDigits": "++0100827", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-Defn-PT", "cgNamePresBit": "Default", "connLinePresBit": "Default", "useOrigCss": true, "noWaitInterdigitTimeoutSubseqHops": true, "urgentPriority": false, "pattern": "\\+27.80XXXXXXX" } ], "routePatternArray": [ { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**001.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Intl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**101.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group Intl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": true, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**201.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Intl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**301.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group Intl Call Type - CMC FAC", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Natl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group Natl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Natl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group RP for Natl Call Type - FAC CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Mobl Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "8", "description": "AAM_Group Mobl Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Mobl Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "8", "description": "AAM_Group Mobl Call Type - FAC CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - no FAC no CMC", "cgLinePresBit": "Default", "pattern": "**005.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group RP for Service Call Type - FAC no CMC", "cgLinePresBit": "Default", "pattern": "**105.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - CMC no FAC", "cgLinePresBit": "Default", "pattern": "**205.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group SVC Call Type - CMC FAC", "cgLinePresBit": "Default", "pattern": "**305.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Local Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "1", "description": "AAM_Group Local Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group Local Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "1", "description": "AAM_Group Local Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PRS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group PRS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PRS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "10", "description": "AAM_Group PRS Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group FPH Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group FPH Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group FPH Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group FPH Call Type - CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PCS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group PCS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group PCS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group PCS Call Type -CMC FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**01027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group SRS Call Type - no FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**11027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group SRS Call Type - FAC no CMC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**21027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "0", "description": "AAM_Group SRS Call Type - CMC no FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**31027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "authLevel": "6", "description": "AAM_Group SRS Call Type - cmc FAC", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - no FAC no CMC", "cgLinePresBit": "Default", "pattern": "**011.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - FAC no CMC", "cgLinePresBit": "Default", "pattern": "**111.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - CMC no FAC", "cgLinePresBit": "Default", "pattern": "**211.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group OPR Call Type - CMC FAC", "cgLinePresBit": "Default", "pattern": "**311.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-LBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**001.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=IntlXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**101.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=IntlXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**201.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=IntlXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**301.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=IntlXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**002.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=NatlXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**102.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=NatlXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**202.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=NatlXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**302.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=NatlXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**003.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=MoblXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**103.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**203.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=MoblXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**303.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group Block not in Country Service Call", "cgLinePresBit": "Default", "pattern": "**[0-3]05X.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "Call Rejected", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Block this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**006.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=LocalXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**106.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=LocalXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**206.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=LocalXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**306.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=LocalXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**007.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**107.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**207.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**307.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**008.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**108.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**208.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**308.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**009.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**109.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**209.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSNXnFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**309.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**010.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSNXnFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**110.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSNXyFACnCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**210.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSNXnFACnyMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**310.X!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSNXyFACyCMC use Intl RL", "calledPartyPrefixDigits": "+", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupIntl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_GroupDP Non AAM_Group Operator Call Type", "cgLinePresBit": "Default", "pattern": "**[0-3]11X.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "Call Rejected", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Block this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Intl1nFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=Intl1yFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Intl1nFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30127.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "10", "description": "AAM_Group CT=Intl1yFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Natl1nFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Natl1yFACnCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Natl1nFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30227.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Natl1yFACyCMC use Natl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupNatl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Mobl1nFACnCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACnCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Mobl1nFACyCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30327.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=Mobl1yFACyCMC use Mobl RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupMobl-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC55nFACnCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**00527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC1yFACnCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**10527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_GroupDP CT=SVC1nFACyCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**20527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "Call Rejected", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Block this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=SVC1yFACyCMC use SVC RL", "cgLinePresBit": "Default", "pattern": "**30527.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupServ-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Local1nFACnCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=Local1yFACnCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=Local1nFACyCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30627.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "1", "description": "AAM_Group CT=Local1yFACyCMC use Local RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupLocal-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSN1nFACnCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSN1yFACnCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PRSN1nFACyCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30727.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "9", "description": "AAM_Group CT=PRSN1yFACyCMC use PRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHN1nFACnCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHN1yFACnCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=FPHN1nFACyCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30827.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=FPHN1yFACyCMC use FPHN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupFPHN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**00927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSN1nFACnCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**10927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSN1yFACnCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**20927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=PCSN1nFACyCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**30927.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=PCSN1yFACyCMC use PCSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupPCSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**01027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSN1nFACnCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": false, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**11027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSN1yFACnCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": false, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**21027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "0", "description": "AAM_Group CT=SRSN1nFACyCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "provideOutsideDialTone": false, "reqClientMatterCode": true, "reqForcedAuthCode": true, "releaseClause": "No Error", "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "pattern": "**31027.!", "patternPrecedence": "Default", "routeOption": "Route this pattern", "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "authLevel": "6", "description": "AAM_Group CT=SRSN1yFACyCMC use SRSN RL", "calledPartyPrefixDigits": "+27", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupSRSN-SLRG-RL", "cgLinePresBit": "Default", "connNamePresBit": "Default", "callClassification": "OffNet", "allowDeviceOverride": false, "useCallingPartyExternalPhoneNumMask": false, "cgNamePresBit": "Default", "connLinePresBit": "Default", "urgentPriority": true }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1nFACnCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**01127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1yFACnCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**11127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "Call Rejected", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": false, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1nFACyCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**21127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "No Error", "allowDeviceOverride": false, "authLevel": "0", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": false, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false }, { "allowOverlapSending": false, "calledPartyDiscardDigits": "PreDot", "provideOutsideDialTone": false, "description": "AAM_Group CT=Oper1yFACyCMC use Oper RL", "cgLinePresBit": "Default", "pattern": "**31127.!", "callClassification": "OffNet", "patternPrecedence": "Default", "releaseClause": "Call Rejected", "allowDeviceOverride": false, "authLevel": "6", "cgNamePresBit": "Default", "reqClientMatterCode": true, "reqForcedAuthCode": true, "routePartition": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupDP-DBRteSel-PT", "connNamePresBit": "Default", "connLinePresBit": "Default", "routeList": "{{macro.HcsDpUniqueCustomerPrefixMCR}}-AAM_GroupOper-SLRG-RL", "routeOption": "Route this pattern", "urgentPriority": true, "useCallingPartyExternalPhoneNumMask": false } ], "name": "AAM_Group Customer DP-V01" } }
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get the on-line Help for data/HcsDpDialPlanSchemaDAT. | GET | /api/data/HcsDpDialPlanSchemaDAT/help | hierarchy=[hierarchy] | On-line help of Model ref.: data/HcsDpDialPlanSchemaDAT as HTML |
Task | Call | URL | Parameters | Payload |
---|---|---|---|---|
Modify | PUT | /api/data/HcsDpDialPlanSchemaDAT/[pkid] | hierarchy=[hierarchy] | (For payload specification) |
For Bulk modification, refer to the Bulk Modify section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Delete | DELETE | /api/data/HcsDpDialPlanSchemaDAT/[pkid] | hierarchy=[hierarchy] |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Clone instance with [pkid]. The schema rules are applied. | GET | /api/data/HcsDpDialPlanSchemaDAT/[pkid]/clone/?schema=&schema_rules=true |
|
A JSON payload with:
|
GET http://[host-proxy]/api/data/HcsDpDialPlanSchemaDAT/?hierarchy=[hierarchy]&format=json
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get a selected [export_format] of the schema and a single instance with [pkid] of data/HcsDpDialPlanSchemaDAT; optionally with tag_version at [version] and Configuration Template as [configtemplate]. | GET | /api/data/HcsDpDialPlanSchemaDAT/[pkid]/export |
|
The response is an attachment. Refer to the list below. |
For export_format=raw_xlsx, the response is a "raw" MS Excel spreadsheet with columns corresponding to the JSON format export and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=xlsx, the response is a MS Excel spreadsheet, formatted to show all columns and a response format:
Content-Disposition: attachment; filename=<resource_type>_<resource_name>_exportedsheet_formatted_CCYY-MM-DD_HH-MM-SS.xlsx Content-Language:en Content-Type:application/vnd.openxmlformats-officedocument.spreadsheetml.sheet
For export_format=json, the response is a time stamped zip file of data in JSON and a response format:
Content-Disposition: attachment; filename=export_2013-05-17_14:20:19.186444.json.zip Content-Language:en Content-Type:application/x-zip
The XLSX format can be used to bulk load instances of data/HcsDpDialPlanSchemaDAT and the JSON format can be used to import instances of data/HcsDpDialPlanSchemaDAT.
For Bulk Export, refer to the Bulk Export section.
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Get | GET | /api/data/HcsDpDialPlanSchemaDAT/[pkid] | hierarchy=[hierarchy] | The data/HcsDpDialPlanSchemaDAT instance with [pkid]. |
Task | Call | URL | Parameters | Response |
---|---|---|---|---|
Help | GET | /api/data/HcsDpDialPlanSchemaDAT/[pkid]/help | hierarchy=[hierarchy] | The on-line Help for data/HcsDpDialPlanSchemaDAT. |