Toggle MSN/DDI call forwarding#
Function call (URL) | Permissions | Possible parameters |
---|---|---|
/app_msn_aws_set | user / sub-admin | msnId: Specifying the MSN ID (msnID). msnTyp: 0 immediately, 1 when occupied, 2 when not reporting switchOnOff: 1 switch on, 0 switch off ziel: Specifies the destination number including the exchange access digit of the call diversion. permanent: Sets the permanent configuration: 1 switch on, 0 switch off |
Example calls:
-
activate "immediate" call forwarding (saved destination number is accepted): https://192.168.0.240/app_msn_aws_set?msnId=6399&msnTyp=0&switchOnOff=1&permanent=1
-
activate "immediate" call forwarding, including destination number: https://192.168.0.240/app_msn_aws_set?msnId=6399&msnTyp=0&switchOnOff=1&ziel=00530692000&permanent=1
Info
- For the user to be able to switch MSN/DDI call forwarding, the option "Setting up features with the network operator (AWS, keypad)" must be activated under "Permissions" in the subscriber properties.
- Up to API version 6, the flag for the permanent configuration of the respective MSN had to be set in the configuration manager. With API version 7, this flag can now also be set via the API.
Response type | Possible content |
---|---|
successful | true or false |