Browse Source

Use the new FusionPBX 5.2 release

FusionPBX 1 year ago
parent
commit
904e044320
3 changed files with 3 additions and 3 deletions
  1. 1 1
      debian/resources/config.sh
  2. 1 1
      freebsd/resources/config.sh
  3. 1 1
      ubuntu/resources/config.sh

+ 1 - 1
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.1                           # master, 5.1
+system_branch=5.2                           # master, 5.2
 
 # FreeSWITCH Settings
 switch_branch=stable                        # master, stable

+ 1 - 1
freebsd/resources/config.sh

@@ -3,7 +3,7 @@
 domain_name=hostname            # hostname, ip_address or a custom value
 system_username=admin           # default username admin
 system_password=random          # random or as a pre-set value
-system_branch=master            # master, stable
+system_branch=5.2               # master, 5.2
 
 # FreeSWITCH Settings
 switch_enabled=true             # true or false

+ 1 - 1
ubuntu/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.1               # master, 5.1
+system_branch=5.2               # master, 5.2
 
 # FreeSWITCH Settings
 switch_branch=stable            # master, stable