Asterisk Voicemail Agent Configuration
Root Resource Path
JSON Representation
"id": "b3116fa0-ccf9-46c5-911e-3ab489565b74",
"identifier": "local-vm",
"rootPath": "\/var\/spool\/asterisk\/voicemail",
"resourceHost": "pbx.mydomain.com",
"resourceExtension": "wav"
}
Property | Type | Description |
---|---|---|
id | String | Configuration id of the voicemail agent. |
identifier | String | The unique identifier of the voicemail agent. |
rootPath | String | The path on the server where the voicemail files are stored. |
resourceHost | String | The host used to build the voicemail playback URLs for the client. Usually the publicly accessible IP or hostname of the phone system. |
resourceExtension | String | File extension of the voicemail files. |
Resource Paths
communication_manager/rest/config/asterisk/voicemailAgents | |
---|---|
Description | Accesses all the voicemail agents connected to the server. |
GET | Gets the configuration for all the voicemail agents connected to the server. |
| |
communication_manager/rest/config/asterisk/voicemailAgents/{agentIdentifier} | |
Description | Accesses a specific voicemail agent connected to the server. Parameters:
|
GET | Gets the configuration of the specified voicemail agent connected to the server. Errors:
|
PUT | Updates the configuration of the specified voicemail agent. Errors:
|