Block |
Description |
|
This event is fired when the extension gets the contacts image list async.
Params |
Type |
Description |
list |
List |
The list of contacts images. |
|
|
This event is fired when the extension gets the contacts name list async.
Params |
Type |
Description |
list |
List |
The list of contact names |
|
|
This event is fired when the extension gets the contacts phone list async.
Params |
Type |
Description |
list |
List |
The list of contatcs phone numbers. |
|
|
Compare phone numbers a and b, return true if they're identical enough for caller ID purposes.
Params |
Type |
Description |
Num1 |
String |
the number which will be compared with num2 |
Num2 |
String |
the number which will be compared with num1 |
|
|
Format a phone number.
Params |
Type |
Description |
num |
String |
the number which will be compared with num2 |
defaultCountryIso |
String |
the country iso which will be used if there was no country iso |
|
|
Returns the contact image from phone number.This phone number must be defined in the user contacts.The result will be a content uri.
Params |
Type |
Description |
number |
String |
The number that the extension will get its image |
|
|
Returns the contact name from phone number.This phone number must be defined in the user contacts.T
Params |
Type |
Description |
number |
String |
The number that the extension will get its image |
|
|
Returns the contact uri from phone number.This phone number must be defined in the user contacts.T
Params |
Type |
Description |
number |
String |
The number that the extension will get its image |
|
|
Gets contacts image list.
|
|
Gets the Contacts images asynchronously.
|
|
Gets the Contacts names asynchronously.
|
|
Gets the Contacts names list.
|
|
Gets the Contacts phone number list.
|
|
Gets the Contacts phone numbers list asynchronously.
|
|
Returns true if the phone number is a global number.
Params |
Type |
Description |
number |
String |
The number that the extension will use to determine if its a global number. |
|
|
Returns true if the phone number is a valid phone number.
Params |
Type |
Description |
number |
String |
The number that the extension will validate. |
|
|
checks a given number against the voicemail number provided by the RIL and SIM card.
Params |
Type |
Description |
num |
String |
The number that the extension will check if it is a voice mail. |
|
|
Return true if the network portion of address is, as far as we can tell on the device, suitable for use as an SMS destination address.
Params |
Type |
Description |
num |
String |
The adderess that the extension will validate.Ex:5551234567@txt.att.net. |
|
|
Normalize a phone number by removing the characters other than digits.
Params |
Type |
Description |
num |
String |
The number the extension will normalize. |
|
|
Returns the contact id from phone number.This phone number must be defined in the user contacts.
Params |
Type |
Description |
num |
String |
The number the extension will get its contact id. |
|