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>
46 lines
756 B
JSON
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"
|
|
}
|
|
}
|
|
}
|