See: Description

| Interface | Description |
|---|---|
| PhoneNumberProvisioningManager |
Interface for plugging Phone Number Provisioning Providers.
|
| Class | Description | ||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ContainerConfiguration |
List of outbound interfaces exposed by RestComm container
|
||||||||||||||||||||
| PhoneNumber |
The following properties are available for phone numbers from the US and Canada:
Property
| Description
|
FriendlyName
| A nicely-formatted version of the phone number.
|
PhoneNumberParameters |
|
The following optional parameters for the DID provider to set when a number is bought or updated
Property
| Description
|
VoiceUrl
| The URL in host:port format that the DID provider should request when somebody dials the new phone number.
|
PhoneNumberSearchFilters |
| This POJO is holding the different filters that can be applied to Phone Number Search to filter the results
The following filters are available for phone numbers search:
Property
| Description
|
AreaCode
| The areacode for the phone number
| FilterPattern
| A pattern to match phone numbers on.
|
ProvisionProvider |
|
|
| Enum | Description |
|---|---|
| PhoneNumberType |
The differnt types of Phone Numbers :
Global : International numbers
Local : US Local numbers
TollFree : Toll Free numbers
Mobile : mobile numbers
|
| ProvisionProvider.PROVIDER | |
| ProvisionProvider.REQUEST_TYPE |
PhoneNumberProvisioningManager is the interface that needs to be implemented by Service Providers that want to provide Phone Number Provisioning integration. The init method of PhoneNumberProvisioningManager will be called by RestComm when it starts up.
Copyright © 2015. All Rights Reserved.