You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ngcp-csc/resources/data/callForwardDestinationSets....

38 lines
981 B

{
"data": [
{
"name": "Voicemail",
"destinations": [
{
"destination": "sip:435678@10.15.20.112",
"priority": 1,
"simple_destination": "435678",
"timeout": 300
}
]
},
{
"name": "Home phone",
"destinations": [
{
"destination": "sip:555333@somedomain.som",
"priority": 1,
"simple_destination": "555333",
"timeout": 300
}
]
},
{
"name": "Conference",
"destinations": [
{
"destination": "sip:435670@10.15.20.112",
"priority": 1,
"simple_destination": "435670",
"timeout": 300
}
]
}
]
}