Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 5.3

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:

...

  • import certificate within sipXconfig: navigate to System > Certificates > Certificate Authorities tab. Download attached verisignclass3ca.crt file and use it for to upload in "Certificate" field. After importing, the certificate , it gets validated and a screen like the one below is displayed:
    After the "Keep" button is accessed, Verisign Class 3 CA is added in sipXconfig and displayed in sipXconfig known CA's list. You will also be prompted to restart config service and registrar in order for the newly imported CA to be picked up.
  • import certificate using keytool utility: one can directly use keytool utility to import the attached verisignclass3ca.cer certificate
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:

...

Still to come...

...

-

...

TBD:

...

  • 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).