- Add MixMonitor integration for automatic call recording - Add voipctl rec commands: enable/disable/status/list/play/download/delete/cleanup - Add recordings.js LuCI view with audio player and date filtering - Add RPCD methods for recording management - Add UCI config section for recording settings (format, retention) - Fix OVH API signature to use openssl instead of sha1sum - Improve PJSIP trunk config with realm and qualify settings Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
661 B
JSON
24 lines
661 B
JSON
{
|
|
"luci-app-voip": {
|
|
"description": "Grant access to VoIP PBX configuration",
|
|
"read": {
|
|
"ubus": {
|
|
"luci.voip": ["status", "extensions", "calls", "voicemails", "trunk_status",
|
|
"rec_status", "rec_list", "rec_download"]
|
|
},
|
|
"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",
|
|
"rec_enable", "rec_disable", "rec_delete", "rec_cleanup"]
|
|
},
|
|
"uci": ["voip"]
|
|
}
|
|
}
|
|
}
|