mirror of https://github.com/sipwise/ngcp-csc.git
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.
40 lines
1.0 KiB
40 lines
1.0 KiB
{
|
|
"data": [{
|
|
"id" : 1,
|
|
"name": "Marketing",
|
|
"extension": "201",
|
|
"hunt_policy": "Serial",
|
|
"hunt_timeout": "60",
|
|
"primary_number": "43991026",
|
|
"alias_numbers": ["012370", "012371"],
|
|
"seats": [11]
|
|
},{
|
|
"id" : 2,
|
|
"name": "Development",
|
|
"extension": "301",
|
|
"hunt_policy": "Parallel",
|
|
"hunt_timeout": "320",
|
|
"primary_number": "43991027",
|
|
"alias_numbers": ["012372", "012373"],
|
|
"seats": [1, 4]
|
|
}, {
|
|
"id" : 3,
|
|
"name": "Sales",
|
|
"extension": "401",
|
|
"hunt_policy": "Sequential",
|
|
"hunt_timeout": "10",
|
|
"primary_number": "43991028",
|
|
"alias_numbers": ["012374", "012375"],
|
|
"seats": [5, 3, 8]
|
|
}, {
|
|
"id" : 4,
|
|
"name": "Operations",
|
|
"extension": "601",
|
|
"hunt_policy": "Serial",
|
|
"hunt_timeout": "40",
|
|
"primary_number": "43991029",
|
|
"alias_numbers": ["012376", "012377"],
|
|
"seats": [2, 6]
|
|
}]
|
|
}
|