added a better template setting for directory (#7041)

This commit is contained in:
Antonio Fernandez
2024-07-11 16:25:16 -04:00
committed by GitHub
parent fd22d407b8
commit cd79bf0a2e
3 changed files with 6 additions and 3 deletions

View File

@@ -154,7 +154,8 @@ SET DES_BLOCK 1
SET DES_SUPPORT 0
SET DES_STAT 0
SET BLF_LIST_URI_CURRENT BLFfakegroup
{if isset($avaya_directory_url)}SET DOWNLOADABLE_DIRECTORY {$avaya_directory_url}{/if}
SET DOWNLOADABLE_DIRECTORY {if isset($avaya_directory_url)}{$avaya_directory_url}{else}https://{$http_auth_username}:{$http_auth_password}@{$domain_name}{$project_path}/app/provision/index.php?mac={$mac}&file=directory.xml{/if}
SET ENABLE_RCV_CONFERENCE 0
{foreach $lines as $row}

View File

@@ -154,7 +154,8 @@ SET DES_BLOCK 1
SET DES_SUPPORT 0
SET DES_STAT 0
SET BLF_LIST_URI_CURRENT BLFfakegroup
{if isset($avaya_directory_url)}SET DOWNLOADABLE_DIRECTORY {$avaya_directory_url}{/if}
SET DOWNLOADABLE_DIRECTORY {if isset($avaya_directory_url)}{$avaya_directory_url}{else}https://{$http_auth_username}:{$http_auth_password}@{$domain_name}{$project_path}/app/provision/index.php?mac={$mac}&file=directory.xml{/if}
SET ENABLE_RCV_CONFERENCE 0
{foreach $lines as $row}

View File

@@ -160,7 +160,8 @@ SET DES_BLOCK 1
SET DES_SUPPORT 0
SET DES_STAT 0
SET BLF_LIST_URI_CURRENT BLFfakegroup
{if isset($avaya_directory_url)}SET DOWNLOADABLE_DIRECTORY {$avaya_directory_url}{/if}
SET DOWNLOADABLE_DIRECTORY {if isset($avaya_directory_url)}{$avaya_directory_url}{else}https://{$http_auth_username}:{$http_auth_password}@{$domain_name}{$project_path}/app/provision/index.php?mac={$mac}&file=directory.xml{/if}
SET ENABLE_RCV_CONFERENCE 0
{foreach $lines as $row}