Difference between revisions of "PhoneBook"

From Kolmisoft Wiki
Jump to navigationJump to search
m
Line 53: Line 53:


The Speed Dial feature is explained [[Speed Dials for Users | here]].
The Speed Dial feature is explained [[Speed Dials for Users | here]].
=== See also ===
* [[PhoneBook]] API: [[MOR_API_phonebooks_api|List]], [[MOR_API_phonebook_edit_api|Edit]]
<br><br>

Revision as of 07:43, 14 November 2011

When is PhoneBook applied?

PhoneBook is applied when user call is authenticated. This means you have to use either Authentication by PIN or ANI dial plan if call comes from outside.

Purpose

PhoneBook has several purposes:

  1. If it recognizes the Caller, PhoneBook changes the CallerID Name.
  2. Speed Dials are configured in PhoneBook.


Definitions

  • There are two types of PhoneBook: Global and Simple.
  • There’s only one Global PhoneBook.
  • Each user has his own Simple PhoneBook, except for the admin user, who is the owner of Global PhoneBook.
  • A User's Simple PhoneBook has higher priority than Global PhoneBook. If a record is found in both the Simple and the Global PhoneBook, the record from the Simple PhoneBook will be used.


Global PhoneBook

Phonebook global.png

This PhoneBook is managed by System Admin and is applicable to all system Users (e.g. Global).

A good use for it is to create some short numbers for Users to call for Support/Emergency/etc.

The Speed Dial feature is explained here.


Simple PhoneBook

Each user has his own Simple PhoneBook, which has higher priority than Global PhoneBook. For example, if records from Simple PhoneBook match those of Global PhoneBook, the record from Simple PhoneBook will be used. (Again, in other words - the user can overwrite the System Admin's PhoneBook record.)

Speed dial for user.png

NOTE: Record '22'. It is Global - that is, created by System Admin. A User can use it, but he can't manage it.

The Speed Dial feature is explained here.


Using CallerID Name overwrite

When a number (CallerID Number) which is in PhoneBook calls in, MOR checks this number and sets the CallerID Name to the value from PhoneBook.

It’s visible on phones which support CallerID Name:

Callerid name from phonebook.png

Using Speed Dials

The Speed Dial feature is explained here.


See also