Skip to content

Voicemail/faxbox on/off#

Minimum API level

API version 4.0 or higher

Function call (URL) Permissions Possible parameters
/app_vmf_box_state user / sub-admin BoxId: Specification of the unique Box-ID (boxid).
activate: 1 switch on, 0 switch off
permanent: 0 temporarily until the next configuration switchover, 1 permanent

Example call:

https://192.168.0.240/app_vmf_box_state?boxId=4711&activate=1&permanent=1

Info

Temporary until the next configuration switch means that the status of the voicemail/fax box may change due to the settings in the following configuration.

Response type Possible content
successful true or false
Example response
{"successful":true}