From a1d3374abc3ee2bdaa221787d7717ba19bb6b402 Mon Sep 17 00:00:00 2001 From: markjcrane Date: Sat, 28 Nov 2015 19:56:06 -0700 Subject: [PATCH] Remove the mac address from the path in one more location. --- resources/templates/provision/cisco/7940/SIP{$mac}.cnf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/cisco/7940/SIP{$mac}.cnf b/resources/templates/provision/cisco/7940/SIP{$mac}.cnf index f4a5ef6034..8cbd66528b 100644 --- a/resources/templates/provision/cisco/7940/SIP{$mac}.cnf +++ b/resources/templates/provision/cisco/7940/SIP{$mac}.cnf @@ -138,10 +138,10 @@ autocomplete: "1" time_format_24hr: "0" # URL for external Phone Services -#services_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=services.xml" +#services_url: "http://{$domain_name}/app/provision/?file=services.xml" # URL for external Directory location -directory_url: "http://{$domain_name}/app/provision/?mac={$mac}&file=directory.xml" +directory_url: "http://{$domain_name}/app/provision/?file=directory.xml" # URL for branding logo #logo_url: "http://{$domain_name}/app/provision/logo.bmp"