From 2b12ace5eeb7bda37b7447dd4fdcbabf28c5c2cb Mon Sep 17 00:00:00 2001 From: markjcrane Date: Tue, 21 Jun 2016 18:46:57 -0600 Subject: [PATCH] Fix the path to the 7940 and 7960 directory.xml. --- resources/templates/provision/cisco/7940/SIP{$mac}.cnf | 4 ++-- resources/templates/provision/cisco/7960/SIP{$mac}.cnf | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/templates/provision/cisco/7940/SIP{$mac}.cnf b/resources/templates/provision/cisco/7940/SIP{$mac}.cnf index e3823c9664..d55430f858 100644 --- a/resources/templates/provision/cisco/7940/SIP{$mac}.cnf +++ b/resources/templates/provision/cisco/7940/SIP{$mac}.cnf @@ -142,10 +142,10 @@ autocomplete: "1" time_format_24hr: "0" # URL for external Phone Services -#services_url: "http://{$domain_name}/app/provision/file/services.xml" +#services_url: "http://{$domain_name}/app/provision/services.xml" # URL for external Directory location -directory_url: "http://{$domain_name}/app/provision/file/directory.xml" +directory_url: "http://{$domain_name}/app/provision/directory.xml" # URL for branding logo #logo_url: "http://{$domain_name}/app/provision/logo.bmp" diff --git a/resources/templates/provision/cisco/7960/SIP{$mac}.cnf b/resources/templates/provision/cisco/7960/SIP{$mac}.cnf index e3823c9664..d55430f858 100644 --- a/resources/templates/provision/cisco/7960/SIP{$mac}.cnf +++ b/resources/templates/provision/cisco/7960/SIP{$mac}.cnf @@ -142,10 +142,10 @@ autocomplete: "1" time_format_24hr: "0" # URL for external Phone Services -#services_url: "http://{$domain_name}/app/provision/file/services.xml" +#services_url: "http://{$domain_name}/app/provision/services.xml" # URL for external Directory location -directory_url: "http://{$domain_name}/app/provision/file/directory.xml" +directory_url: "http://{$domain_name}/app/provision/directory.xml" # URL for branding logo #logo_url: "http://{$domain_name}/app/provision/logo.bmp"