diff --git a/debian/resources/config.sh b/debian/resources/config.sh index 77a39ba..f2e951f 100755 --- a/debian/resources/config.sh +++ b/debian/resources/config.sh @@ -3,7 +3,7 @@ domain_name=ip_address # hostname, ip_address or a custom value system_username=admin # default username admin system_password=random # random or a custom value -system_branch=5.3 # master, 5.3 +system_branch=5.4 # master, 5.4 # FreeSWITCH Settings switch_branch=stable # master, stable @@ -36,4 +36,4 @@ application_speech=true # Text to Speech 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 -application_sip_trunks=false # Registration based SIP trunks +application_sip_trunks=false # Registration-based SIP trunks