forked from norman/fusionpbx-install.sh-github-mirror
Add application language_model to the install
This commit is contained in:
@@ -14,6 +14,9 @@ fi
|
||||
if [ .$application_speech = .'true' ]; then
|
||||
git clone https://github.com/fusionpbx/fusionpbx-app-speech.git speech
|
||||
fi
|
||||
if [ .$application_language_model = .'true' ]; then
|
||||
git clone https://github.com/fusionpbx/fusionpbx-app-language_model.git language_model
|
||||
fi
|
||||
if [ .$application_device_logs = .'true' ]; then
|
||||
git clone https://github.com/fusionpbx/fusionpbx-app-device_logs.git device_logs
|
||||
fi
|
||||
|
||||
@@ -33,6 +33,7 @@ letsencrypt_folder=true # true or false
|
||||
# Optional Applications
|
||||
application_transcribe=true # Speech to Text
|
||||
application_speech=true # Text to Speech
|
||||
application_language_model=true # Language model
|
||||
application_device_logs=true # Log device provision requests
|
||||
application_dialplan_tools=false # Add additional dialplan applications
|
||||
application_edit=false # Editor for XML, Provision, Scripts, and PHP
|
||||
|
||||
Reference in New Issue
Block a user