Company Users
Users are people who subscribed to an Evatel account using a subscription key. They all have a unique User ID and PIN to login to their account by Phone or on Web Portal. Users are members of an organization, a company or group. Independent subscribers belong to the pubic service (virtual company) managed by the service provider. The Users page enables you to view the list of company users and manage their account options, call permissions, service packages, etc. You can also assign DID and virtual extensions to users from this page.
The Users View
Click on Users in the Web Portal toolbar to open the Users page where you can create and manage user accounts. The Users view provides the following information organized in columns for each user:
- ID: the 4-digit User ID unique to each User.
- User: the user's first and last name.
- Ext: the virtual extension number (1 to 6 digits) assigned to the user on the Virtual Receptionist service (auto-attendant). Leave this field blank if the user does not belong to a company.
- DID: the direct telephone number (DID) assigned to the user. This field is blank if the user does not have a DID.
- Perm: a link to view and edit the user's call permissions.
- Options: a link to view and edit the user's advanced options such as maximum number of contacts, the number of messages downloaded at once, etc.
- Packages: a link to view and edit the user's service packages.
- Remove: a link to delete the user account as a company member or from the system completely.
Sorting the List of Users
- You can view the list of users sorted in many different ways: by User ID, User Name, User DID or User Ext fields, in ascending or descending order.
- To set the desired sorting order, simply click on the column title. The information is refreshed immediately to display the list of users in the requested order. You can click the column title again to switch the sorting order between ascending and descending.
- You may also list users whose first or last name starts with a specific letter. Simply click on the letter to list only the users who meet this criteria. To go back to the full list of users, click the All link.
- To navigate from one page to the other, use Next or Previous to browse through the list of users.
Checking the User's Number of Phone Sessions

- Click on the User Sessions button at the end of the list.
A window opens displaying the list of users with the number of sessions and the last login date and time for each user. You can browse through the different pages to view the desired information. - Click Close when finished.
Editing User Accounts

A User session opens in a new window. The user account data is displayed but without any confidential information.
As a company administrator, you are now able to perform most operations that the user can normally do on his/her account.
Click Submit each time you want to save changes. Click Close to end the User session and go back to your administrator session.
Important: Note that if you click Logout, your Administrator session will be closed.
Inviting Users to Subscribe using Reserved Keys
To learn more, go to Inviting Users to Subscribe using Reserved Keys.
Creating New User Accounts Manually

- Click on the New User button.
A New Registration- Account Setup session starts. One of the unused subscription keys will automatically be assigned to the new account and shown in the Subscription Key field.
- Fill in the forms with the new user information to create the account. Go to New User Account Setup to learn more on the information needed to create a new user account.
Once the registration is completed, an e-mail is sent to the new user confirming the account creation, the User ID and PIN, the Web Portal address and the phone numbers to access speech services.
Pre-configuring Services for Users
- Click on Users
in the Web Portal toolbar to open the Users page.
- From the Users list, click on the name of the user for whom you want to configure and setup the services.
A User session opens in a new window. - From the User's Welcome page, select the service that still needs to be configured, and enter the required information to complete its configuration.
- Click Submit to save changes. Click Close to end the User session and go back to your administrator session.
Go to New User Account Setup for more information on how to configure and setup services.
Importing New Users in Batch
Importing Users from Active Directory

- Click the Import Users button on the Users page.
An Import Users window opens. - Select Microsoft Exchange as the Source Type from the available list of supported formats.
Enter the following information to enable Web Portal to retrieve the user information from your Exchange server:- Server path: This is the path of the server running Active Directory
- Username: This is the username of the account used to retrieve users from Activate Directory
- Password: This is the password of the account used to access Active Directory.
- Press Retrieve Users to retrieve the users from the Active Directory.
- Select which users you want to import by checking the box under the Include field.
- Press OK to start importing the users into the system, or press Close to close the window without importing the users.
Importing Users from a CSV or XML File

- Click the Import Users button on the Users page.
An Import Users window opens. - Select XML or CSV as the Source Type from the available list of supported formats.
- Click on Browse to select the file containing the list of users to import.
- Select which users you want to import using the Include checkbox.
- Press OK to start importing the users, or Cancel to close the window without importing the users.
Preparing the CSV File for Batch User Import
- No field duplication: The fields for a user account must not be duplicated ( they appear only once).
- Exact field name spelling: Make sure that the field names in the file header are spelled exactly as defined in the sample CSV file provided to you. Field names are not case sensitive.
- Required fields must be included: Required user fields are in bold
- UserID is the User's ID field. Set this value to -1 if you want Evatel to automatically assign a new User ID
- Protocol is the protocol used by the user for mail access.
- OWA: Outlook Web Access
- IMAP
- POP3
- MailServer is the address of the mail server. example: http://mailserver.company.com
- UserName is the login username
Example:
UserID,FirstName,LastName,Email,Language,Mobile,Home,Business,DID,Protocol,MailServer,UserName
2206,John,Smith,This email address is being protected from spambots. You need JavaScript enabled to view it.,en,+1 (650) 555 1212,+1 (650) 555 1213,+1 (650) 555 1214,+1 (650) 123 4568,1,mailserver.mobileforce.com,john-smith
-1,Sylvie,Tremblay,This email address is being protected from spambots. You need JavaScript enabled to view it.,fr,+1 (650) 555 1299,+1 (650) 555 1298,+1 (650) 555 1297,+1 (650) 123 4567,3,pop3.mailserver.com,Sylvie.Tremblay
Preparing the XML File for Batch User Import
- No field duplication: The fields for a user account are not duplicated ( they appear only once).
- Exact field name spelling: Make sure that the field names (XML Tags) are spelled exactly as defined in sample XML file provided to you. Field names are not case sensitive.
- Required fields must be included: Required user fields are in bold.
- UserID is the User's ID field. Set this value to -1 if you want Evatel to automatically assign a new User ID
- Protocol is the protocol used by the user for mail access.
- OWA: Outlook Web Access
- IMAP
- POP3
- MailServer is the address of the mail server. example: http://mailserver.company.com
- UserName is the login username
Example:
<User>
<UserID>2206</UserID>
<FirstName>John</FirstName>
<LastName>Smith</LastName>
<Email>This email address is being protected from spambots. You need JavaScript enabled to view it.</Email>
<Language>en</Language>
<Mobile>+1 (650) 555 1212</Mobile>
<Home>+1 (650) 555 1213</Home>
<Business>+1 (650) 555 1214</Business>
<DID>+1 (650) 123 4568</DID>
<Protocol>1</Protocol>
<MailServer>mailserver.mobileforce.com</MailServer>
<UserName>john-smith</UserName>
</User>
<User>
<UserID>-1</UserID>
<FirstName>Sylvie</FirstName>
<LastName>Tremblay</LastName>
<Email>This email address is being protected from spambots. You need JavaScript enabled to view it.</Email>
<Language>fr</Language>
<Mobile>+1 (650) 555 1299</Mobile>
<Home>+1 (650) 555 1298</Home>
<Business>+1 (650) 555 1297</Business>
<DID>+1 (650) 123 4567</DID>
<Protocol>3</Protocol>
<MailServer>pop3.mailserver.com</MailServer>
<UserName>Sylvie.Tremblay</UserName>
</User>
Provisioning User Accounts Remotely
Changing User Call Permissions


- To authorize the user to make a specific type of call, simply check the box corresponding to the call type you want to authorize.
- To block the user from making a specific type of call, simply uncheck the box corresponding to the type of call you want to disallow.
Changing User Account Options

- Maximum Messages: This is the maximum number of messages downloaded by the system each time the user calls and request to access his/her mail messages.
- Maximum Contacts: This is the maximum number of personal contacts that the user is allowed to access by phone. These contacts are either downloaded from the user's mail server or managed on Web Portal.
- Maximum Voice Messages: Maximum number of voice messages that can be stored in the user's mailbox. This option applies only if the user's voicemail is stored on the virtual assistant's server.
- Account Expiry Date: Expiry date of the user's subscription. The user is notified by e-mail and when attempting to access the account or service. The user will not be able to use the service after this date.
- Authorize access to Company Public Contacts: Allow user to have access to the company's public contacts used by the virtual assistant.
- Account configuration by Administrator: Block the user from changing the account configuration. Only the administrator can do it.
- Assistant Stays on Calls:
Assistant stays on calls received to help in conferencing
Check the "Virtual Assistant Stays on Calls Received" checkbox if you want to have access to call conferencing and call transfer commands during calls received.
Assistant stays on the line during and after calls made
- Option Checked. Once activated, this feature enables you to go back to your phone session after each call. You will be able to perform other tasks including making many calls during the same phone session.
- Option Unchecked.If the option is disabled, all calls you make get you out of your phone session. You are no longer able to talk to your assistant during the call. You will have to call back and start a new phone session if you need to perform other tasks.
- Default SIP Credentials (Username and Password): Credentials submitted by the virtual assistant to authenticate the user with the SIP gateway when making calls on the user's behalf.
Click Submit to save the changes, or Cancel to close the window without saving the changes.
Removing Users

- Click Remove from Company to remove the user from the company's list of members without removing the user from the system; or
- Click Remove from System to completely remove the user from the company and the system.
If the user is not a member of a company, then select either Remove to remove the user from the system, or Cancel to close the window without removing the user.
Assigning DIDs to Users
From the Users page, you can assign a DID to a user simply by clicking the Assign DID link corresponding to the user. A window will open. Select the DID to assign to the user and click Submit. You can also assign DIDs to users from the DIDs page. To learn more, go to Assigning DIDs to Users.
Changing the DID Assigned to a User

Unsubscribing DIDs from Users

As the company administrator, you can also assign DIDs to existing users from the DIDs page. To learn more, go to Assigning DIDs to Existing Users.
Assigning Virtual Extensions to Users

Adding Service Packages to Users

Removing Service Packages from Users
