Add Jingle VoIP, SMS Relay, and Voicemail Notifications sections to the Jabber overview.js. Expose 9 new RPC methods in api.js for VoIP control. Also includes remaining VoIP package updates (dialer view, asterisk-config.sh) from previous session. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
525 B
JSON
22 lines
525 B
JSON
{
|
|
"luci-app-voip": {
|
|
"description": "Grant access to VoIP PBX configuration",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.voip": ["status", "extensions", "calls", "voicemails", "trunk_status"]
|
|
},
|
|
"uci": ["voip"]
|
|
},
|
|
"write": {
|
|
"ubus": {
|
|
"luci.voip": ["install", "start", "stop", "restart", "reload",
|
|
"ext_add", "ext_del", "ext_passwd",
|
|
"call_originate", "call_hangup",
|
|
"trunk_add", "trunk_test",
|
|
"vm_delete"]
|
|
},
|
|
"uci": ["voip"]
|
|
}
|
|
}
|
|
}
|