19 lines
294 B
JSON
19 lines
294 B
JSON
|
{
|
||
|
"name": "SipConfig",
|
||
|
"base": "VnModel",
|
||
|
"options": {
|
||
|
"mysql": {
|
||
|
"table": "pbx.sipConfig"
|
||
|
}
|
||
|
},
|
||
|
"mixins": {
|
||
|
"AccountSynchronizer": {}
|
||
|
},
|
||
|
"properties": {
|
||
|
"id": {
|
||
|
"type": "Number",
|
||
|
"id": true
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|