Inbound rules will likely only need to be created in your Default Site. However, if users with stations in other sites expect to use the same manipulations you may need to propagate them to other sites - but that does not seem to be needed in your scenario.
Yes, if you want to match non-E.164 numbers, you can use match any format with the appropriate regex value. You can also use dynamic attributes, such as ^\+\d{6}$ to capture a + (plus) followed by 6 digits. I believe you can omit the "plus" as well if you want.
New Classifications can be created dynamically by typing free text in the Classifications field on the Number Plans tab. When the Number Plans are saved, the classifications you create will be available in Outbound Routes for assignment. You can call the classification anything you want. In this case you do not need to apply this classification to an Outbound Route as it is only for inbound routing.
------------------------------
Phil Whitener
Genesys - Employees
------------------------------
Original Message:
Sent: 10-01-2020 13:24
From: Dean Thames
Subject: Inbound Number Plan / Translations on a BYOC Trunk
Thanks Phil,
Idea here is to make it as easy on my provider as possible. If they're just truncating to last six it's much easier for them than having to create new "fake" numbers for routes.
So in your example you're saying I could do that same thing with a shorter / non e.164 string? ... ^\+123456
Which site should that number plan be associated with in order to be processed? The default one with the Genesys edges?
Also, i see you have the classification set as Internal... I'm not seeing that as an option in the pulldown, but I can type it in manually. Will that work?
------------------------------
Dean Thames
Koch Business Solutions
------------------------------
Original Message:
Sent: 10-01-2020 13:13
From: Phil Whitener
Subject: Inbound Number Plan / Translations on a BYOC Trunk
In your example it is not apparent why you want to send the number to GC as the fractional "extension" rather than the alternate number itself - which seems like an option. Route the number as +1333xxxxxxx rather than just the extension, but I feel you have some options available using regex number plans.
In the below example I converted an inbound number, which is a DID within a defined DID range - however it is not assigned - to another DID in a DID range that is assigned. With RegEx you can get trickier than this simple model to capture a larger range of numbers and manipulate them with a single rule.
------------------------------
Phil Whitener
Genesys - Employees