diff --git a/resources/templates/provision/grandstream/dp715/{$mac}.xml b/resources/templates/provision/grandstream/dp715/{$mac}.xml
index 3310e661e4..03e799b669 100644
--- a/resources/templates/provision/grandstream/dp715/{$mac}.xml
+++ b/resources/templates/provision/grandstream/dp715/{$mac}.xml
@@ -29,7 +29,7 @@
1
- {if isset($grandstream_firmware_path) && isset($firmware_version)}
+ {if isset($grandstream_firmware_path) && isset($firmware_version)}
{$grandstream_firmware_path}/dp715/{$firmware_version}
{elseif isset($grandstream_firmware_path)}
{$grandstream_firmware_path}/dp715
@@ -38,7 +38,14 @@
{/if}
- {$domain_name}{$project_path}/app/provision
+ {if $grandstream_config_server_path=="none"}
+
+ {elseif isset($grandstream_config_server_path)}
+ {$grandstream_config_server_path}
+ {else}
+ {$domain_name}{$project_path}/app/provision
+ {/if}
+