- When grabbing the device from the CLI, we now add it to a new var
- We then add new var as the device so we can specify the group
- Updated the default UDP port in the audio device for OP25 config
This commit is contained in:
Logan Cusano
2024-03-10 00:03:30 -05:00
parent 73da7ee2f4
commit 7983670c81
2 changed files with 4 additions and 3 deletions

View File

@@ -150,7 +150,7 @@ class trunkingConfig {
}
class audioConfig {
constructor({ module = "sockaudio.py", port = 23457, deviceName = "default" }) {
constructor({ module = "sockaudio.py", port = 23456, deviceName = "default" }) {
this.module = module;
this.instances = [{
"instance_name": "audio0",