added a better template setting for directory (#7041)
This commit is contained in:
parent
fd22d407b8
commit
cd79bf0a2e
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
|
|
@ -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}
|
||||
|
|
|
|||
Loading…
Reference in New Issue