secubox-openwrt/package/secubox/luci-app-voip/root/usr/share/rpcd/acl.d/luci-app-voip.json
CyberMind-FR e416fa14a6 feat(jabber): Add VoIP integration to LuCI dashboard
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>
2026-02-19 14:37:17 +01:00

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"]
}
}
}