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.
kamailio/utils/kamctl/mongodb/kamailio/userblocklist.json

31 lines
500 B

{
"name": "userblocklist",
"version": 1,
"columns": [
"id": {
"type": "int",
"default": null,
"null": false
},
"username": {
"type": "string",
"default": "",
"null": false
},
"domain": {
"type": "string",
"default": "",
"null": false
},
"prefix": {
"type": "string",
"default": "",
"null": false
},
"allowlist": {
"type": "int",
"default": 0,
"null": false
}
]
}