diff --git a/resources/templates/provision/grandstream/gxv3275/{$mac}.xml b/resources/templates/provision/grandstream/gxv3275/{$mac}.xml
index 17cb35fe65..05054468f5 100644
--- a/resources/templates/provision/grandstream/gxv3275/{$mac}.xml
+++ b/resources/templates/provision/grandstream/gxv3275/{$mac}.xml
@@ -3212,12 +3212,6 @@ Account 5 Codec Settings
2
-
-{$domain_name}/firmware/gs
-
-
-{$domain_name}{$project_path}/app/provision
-
{if isset($grandstream_firmware_path) && isset($firmware_version)}
{$grandstream_firmware_path}/gxv3275/{$firmware_version}
{elseif isset($grandstream_firmware_path)}
@@ -3227,7 +3221,13 @@ Account 5 Codec Settings
{/if}
+{if $grandstream_config_server_path=="none"}
+
+{elseif isset($grandstream_config_server_path)}
+{$grandstream_config_server_path}
+{else}
{$domain_name}{$project_path}/app/provision
+{/if}