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