From e3d6caeac1098dc13b345a6deeb0593d71d711b3 Mon Sep 17 00:00:00 2001 From: perroned Date: Fri, 4 Sep 2015 12:25:17 -0700 Subject: [PATCH] Configuration settings for FreeSWITCH profile password --- bigbluebutton-html5/app/config.coffee | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bigbluebutton-html5/app/config.coffee b/bigbluebutton-html5/app/config.coffee index 4baf83ff9e..c18598fd05 100755 --- a/bigbluebutton-html5/app/config.coffee +++ b/bigbluebutton-html5/app/config.coffee @@ -51,6 +51,9 @@ config.vertoServerAddress = "HOST" # The Chrome extension key signed to the Chrome Extension config.deskshareExtensionKey = "your-extension-key" +# Allows a caller to access a FreeSWITCH dialplan +config.freeswitchProfilePassword = "1234" + # Logging config.log = {}