2020-11-12 22:20:25 +00:00
|
|
|
{
|
|
|
|
"name": "SipConfig",
|
|
|
|
"base": "VnModel",
|
|
|
|
"options": {
|
|
|
|
"mysql": {
|
|
|
|
"table": "pbx.sipConfig"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"mixins": {
|
2023-11-20 17:39:37 +00:00
|
|
|
"AccountLinker": {}
|
2020-11-12 22:20:25 +00:00
|
|
|
},
|
|
|
|
"properties": {
|
|
|
|
"id": {
|
2022-05-12 07:47:47 +00:00
|
|
|
"type": "number",
|
2020-11-12 22:20:25 +00:00
|
|
|
"id": true
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|