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/impu.json

51 lines
846 B

{
"name": "impu",
"version": 6,
"columns": [
"id": {
"type": "int",
"default": null,
"null": false
},
"impu": {
"type": "string",
"default": null,
"null": false
},
"barring": {
"type": "int",
"default": 0,
"null": true
},
"reg_state": {
"type": "int",
"default": 0,
"null": true
},
"ccf1": {
"type": "string",
"default": null,
"null": true
},
"ccf2": {
"type": "string",
"default": null,
"null": true
},
"ecf1": {
"type": "string",
"default": null,
"null": true
},
"ecf2": {
"type": "string",
"default": null,
"null": true
},
"ims_subscription_data": {
"type": "text",
"default": null,
"null": true
}
]
}