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

46 lines
773 B

{
"name": "contact",
"version": 6,
"columns": [
"id": {
"type": "int",
"default": null,
"null": false
},
"contact": {
"type": "string",
"default": null,
"null": false
},
"params": {
"type": "string",
"default": null,
"null": true
},
"path": {
"type": "string",
"default": null,
"null": true
},
"received": {
"type": "string",
"default": null,
"null": true
},
"user_agent": {
"type": "string",
"default": null,
"null": true
},
"expires": {
"type": "datetime",
"default": null,
"null": true
},
"callid": {
"type": "string",
"default": null,
"null": true
}
]
}