Get MSN/DDI call forwarding overview#
| Function call (URL) | Permissions | Possible parameters |
|---|---|---|
| /app_msn_aws_list | user / sub-admin | none |
Example call:
https://192.168.0.240/app_msn_aws_list
| Response type | Possible content |
|---|---|
| msnId | Unique number of the external number (not the external number). |
| amtId | Unique number of the outside line (not the external number). |
| name | Shows the name of the external number. |
| rufNummer | Shows the actual external number. |
| permanent | Shows the status of the permanent configuration. 0 switched off 1 switched on |
| awssoforttyp | Shows the status of immediate call forwarding. 0 switched off 1 switched on |
| awssofortziel | Shows the call destination for immediate call forwarding. |
| awsnrtyp | Shows the status of call diversion in case of no reply. 0 switched off 1 switched on |
| awsnrziel | Shows the call destination of the call diversion when no answer is received. |
| awsbstyp | Shows the status of call forwarding on busy. 0 switched off 1 switched on |
| awsbsziel | Shows the call destination of the call forwarding on busy. |
Example response
[
{
"msnId": 6399,
"amtId": 749,
"name": "MSN1",
"permanent": 1,
"rufNummer": "4712",
"awssoforttyp": 0,
"awssofortziel": "6549432",
"awsnrtyp": 1,
"awsnrziel": "486433241",
"awsbstyp": 0, "awsbsziel":
"6548911"
},
{
"msnId": 864,
"amtId": 749,
"name": "MSN2",
"permanent": 0,
"rufNummer": "970852",
"awssoforttyp": 0,
"awssofortziel": "",
"awsnrtyp": 0,
"awsnrziel": "",
"awsbstyp": 0,
"awsbsziel": ""
}
]