Closed vernonvandam closed 1 year ago
Tracking with DEVENGAGE-1937
Hello Team - We too facing the same issue in the documentation it is mentioned addresses { number = "3174181234" type = "GROUPRING" } number = (String) Phone number for this contact type.
when we try to upgrade the provider client version it is excepting E.164 format and failing the upgrade. Let us in which version this will get fixed.
Hello Team - We too facing the same issue in the documentation it is mentioned addresses { number = "3174181234" type = "GROUPRING" } number = (String) Phone number for this contact type.
when we try to upgrade the provider client version it is excepting E.164 format and failing the upgrade. Let us in which version this will get fixed.
Hi Saravanakumar,
You must be using an pretty old provider as we have been enforcing the E.164 phone number for quite a while.
I've done an export of a resource to verify my data. Export is:
I try create a group and assign an extension number as in the above example and get an error:
Error is:
│ Error: Failed to parse number in an E164 format. Passed 9001 and expected: +19001 │ │ with module.groups.genesyscloud_group.PPE_Test_Group2, │ on modules\genesyscloud_group\main.tf line 87, in resource "genesyscloud_group" "PPE_Test_Group2": │ 87: resource "genesyscloud_group" "PPE_Test_Group2" {
I created the resource like this now and don't get the above error:
When looking at the Genesys Cloud UI,
for the group created manually (9000): the number is displayed in the lower corner displays as Group Phone ext. 9000
for the group created through Terrafrom (9001): the number is displayed in the lower corner displays as Group Phone +619001 ext. +619001 the Enabled Calls in top right is set to "off" if I set that to "on" both Group Phone Number and Extension is filled in but it should only have an extension.
FAULTS: