Hi
We recently went live with Pure Cloud and this was one of the more difficult tasks.
You'll need to get a edge server in your own data center to connect your SIP provider to PureCloud.
Then, you'll need to do extensive testing to make sure the two can communicate. This was the most difficult part. It was not as simple as just installing the edge server and then being able to do 5 digit transfers. It required extensive work from the SIP provider and PureCloud to make it work.
Once you have crossed that major hurdle then you will need to decide which field you want to use, which is what most of this discussion has been about. We did turn on sync, and then used active directory to modify the field that we chose that imports a 5 digit extension over. The sync works fine (bridge server) it was a matter of choosing a field we wouldnt normally use and manually entering the 5 digit extension by itself in there.
Once that is finished, I would recommend changing the "default number" to that field so that when your team is trying to transfer to those people it uses the 5 digit extension.
------------------------------
Brian Schwinger
Lone Star Circle of Care
------------------------------
Original Message:
Sent: 09-26-2018 08:54
From: George Ganahl
Subject: Use Extensions as Work Numbers in People Import file
Since you are not using Active Directory, you can use the sql-connector instead. It involves more work on the front end, but could save time overall.
https://help.mypurecloud.com/articles/sql-database-connector/
You can use the free Express version of SQL Server: https://www.microsoft.com/en-us/sql-server/sql-server-editions-express
------------------------------
George Ganahl
Principal Program Manager
Genesys
------------------------------
Original Message:
Sent: 09-25-2018 11:41
From: Travis Tubbs
Subject: Use Extensions as Work Numbers in People Import file
We're not using Active Directory at our company so that's a no-go for us. :\
Guess I just have a bit of manual work to do. Bummer.
Original Message:
Sent: 09-24-2018 11:23
From: George Ganahl
Subject: Use Extensions as Work Numbers in People Import file
I don't know of a way to do it with the .csv import.
I have done it with Bridge and Active Directory connector import using phone_work.extension instead of phone_work.
If you are able to set up a connector and import (maybe using the sql-connector), you'd need to do it in the Advanced view, rather then the Field Mappings. Something like:
{
"internal": "contactInfo.phone_work.extension",
"external": "User.TelephoneNumber",
"direction": "ex2in"
},
------------------------------
George Ganahl
Principal Program Manager
Genesys