mirror of
https://github.com/lkmio/gb-cms.git
synced 2025-09-26 19:51:22 +08:00
27 lines
537 B
JSON
27 lines
537 B
JSON
{
|
|
"sip_port": 5060,
|
|
"http_port": 9000,
|
|
"listen_ip": "0.0.0.0",
|
|
"public_ip": "192.168.2.143",
|
|
|
|
"sip_id":"34020000002000000001",
|
|
"password":"123456",
|
|
"alive_expires": 180,
|
|
"mobile_position_interval": 10,
|
|
|
|
"media_server": "0.0.0.0:8080",
|
|
|
|
"?auto_close_on_idle": "拉流空闲时, 立即关闭流",
|
|
"auto_close_on_idle": true,
|
|
|
|
"hooks": {
|
|
"?online": "设备上线通知",
|
|
"online": "",
|
|
|
|
"?offline": "设备下线通知",
|
|
"offline": "",
|
|
|
|
"?position" : "设备位置通知",
|
|
"position": ""
|
|
}
|
|
} |