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.
39 lines
991 B
39 lines
991 B
{
|
|
"data": [{
|
|
/* calls filters */
|
|
"from_date": "",
|
|
"to_date": "",
|
|
"incoming": true,
|
|
"outgoing": true,
|
|
"call": true,
|
|
"voicemail": true,
|
|
"fax": true,
|
|
"sms": true,
|
|
"chat": true,
|
|
"missed": true,
|
|
"answered": true,
|
|
/* input field filters */
|
|
"search_term": "",
|
|
/* Pbx config filters */
|
|
"name": "",
|
|
"groups_extension": "",
|
|
"hunt_policy": "",
|
|
"hunt_timeout": "",
|
|
"seats_extension": "",
|
|
"primary_number": "",
|
|
"alias_numbers": "",
|
|
"groups": "",
|
|
"mac": "",
|
|
"device": "",
|
|
"devices_seat": "",
|
|
"devices_type": "",
|
|
"devices_extension": "",
|
|
"devices_extension2": "",
|
|
"headerBarFieldInput": "",
|
|
"convFilterHideState": true,
|
|
"pbxSeatsFilterHideState": true,
|
|
"pbxGroupsFilterHideState": true,
|
|
"pbxDevicesFilterHideState": true
|
|
}]
|
|
}
|