secubox-openwrt/package/secubox/luci-app-voip/root/usr/share/luci/menu.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

46 lines
756 B
JSON

{
"admin/services/voip": {
"title": "VoIP PBX",
"order": 60,
"action": {
"type": "firstchild"
},
"depends": {
"acl": ["luci-app-voip"],
"uci": {"voip": true}
}
},
"admin/services/voip/overview": {
"title": "Overview",
"order": 10,
"action": {
"type": "view",
"path": "voip/overview"
}
},
"admin/services/voip/extensions": {
"title": "Extensions",
"order": 20,
"action": {
"type": "view",
"path": "voip/extensions"
}
},
"admin/services/voip/trunks": {
"title": "SIP Trunks",
"order": 30,
"action": {
"type": "view",
"path": "voip/trunks"
}
},
"admin/services/voip/dialer": {
"title": "Click to Call",
"order": 40,
"action": {
"type": "view",
"path": "voip/dialer"
}
}
}