A new 4.2 sipxecs feature is the ability to import contacts from Google Accounts. This can be done from both admin and user portal - admin can import contacts in a public phonebook (shared by multiple users within an user group) while a regular user can import contacts only to his/her private phonebook.
...
Prerequisite:
...
There are some prerequisites needed in order to use Google Account import feature:
...
Code Block |
---|
keytool -importcert -alias equifaxsecureca -file verisignclass3ca.cer \ -trustcacerts -store-type jks -keystore $SIPX-INSTALL/etc/sipxpbx/ssl/authorities.jks \ -storepass changeit |
...
Importing Google Account contacts from admin portal:
...
- navigate to Features > Phonebooks and click on the phonebook name where the contacts to be imported
- insert Google Account (defaults to Gmail Account) and coresponding password, then proceed with Import
...
Importing Google Account contacts from user portal:
...
- navigate to Phonebook page and access "Import Gmail contacts" button
- a window that ask for Google Account and password will pop up
...
Setting the default Google Account domain
...
If the user omits the domain when importing contacts then a default Google Account domain is used. The default value for this domain defaults to "gmail.com" but it can be changed from admin portal (Features > Phonebooks page).