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

46 lines
765 B

{
"name": "lcr_rule",
"version": 3,
"columns": [
"id": {
"type": "int",
"default": null,
"null": false
},
"lcr_id": {
"type": "int",
"default": null,
"null": false
},
"prefix": {
"type": "string",
"default": null,
"null": true
},
"from_uri": {
"type": "string",
"default": null,
"null": true
},
"request_uri": {
"type": "string",
"default": null,
"null": true
},
"mt_tvalue": {
"type": "string",
"default": null,
"null": true
},
"stopper": {
"type": "int",
"default": 0,
"null": false
},
"enabled": {
"type": "int",
"default": 1,
"null": false
}
]
}