summaryrefslogtreecommitdiffstats
path: root/lib/Settings
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2020-10-14 14:17:12 +0200
committerJoas Schilling <coding@schilljs.com>2020-10-30 10:38:07 +0100
commitf76a2add671f812ea778936aa149b2e4072acc6e (patch)
tree3ed88b55cdcf4cfdbd7adf0b1ebe313e51ba99f3 /lib/Settings
parent845c53faefebc8702d81c4435fc301f220177f1a (diff)
Add a shared secret
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to 'lib/Settings')
-rw-r--r--lib/Settings/Admin/AdminSettings.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/Settings/Admin/AdminSettings.php b/lib/Settings/Admin/AdminSettings.php
index da2df2f66..1bf2fa62d 100644
--- a/lib/Settings/Admin/AdminSettings.php
+++ b/lib/Settings/Admin/AdminSettings.php
@@ -488,6 +488,7 @@ class AdminSettings implements ISettings {
}
$this->initialStateService->provideInitialState('talk', 'sip_bridge_groups', $groups);
+ $this->initialStateService->provideInitialState('talk', 'sip_bridge_shared_secret', $this->talkConfig->getSIPSharedSecret());
$this->initialStateService->provideInitialState('talk', 'sip_bridge_dial-in_info', $this->talkConfig->getDialInInfo());
}