mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
BLF Not Showing Correct Status When Using DNS-SRV (#6714)
* Update {$mac}.cfg
* Update {$mac}.cfg
* Update {$mac}.cfg
BLF Not Showing Correct Status When Using DNS-SRV
* Update y000000000095.cfg
yealink_language
* Update y000000000097.cfg
Add {$yealink_enhanced_dss_keys}
* Update y000000000096.cfg
Add {$yealink_enhanced_dss_keys}
* Update y000000000095.cfg
Add {$yealink_enhanced_dss_keys}
* Update y000000000070.cfg
Add {$yealink_enhanced_dss_keys}
This commit is contained in:
@@ -126,6 +126,10 @@ account.{$row.line_number}.password = {$row.password}
|
||||
|
||||
{if isset($row.server.1.address)}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}@{$row.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
{else}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}
|
||||
{/if}
|
||||
|
||||
@@ -121,6 +121,10 @@ account.1.password = {$account.1.password}
|
||||
|
||||
{if isset($account.1.server.1.address)}
|
||||
account.1.user_name = {$account.1.user_id}@{$account.1.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
{else}
|
||||
account.1.user_name = {$account.1.user_id}
|
||||
{/if}
|
||||
|
||||
@@ -934,7 +934,7 @@ expansion_module.2.key.{$row.device_key_id}.xml_phonebook =
|
||||
#######################################################################################
|
||||
##EDK Soft Keys(X ranges from 1 to 10)
|
||||
|
||||
features.enhanced_dss_keys.enable=
|
||||
features.enhanced_dss_keys.enable= {$yealink_enhanced_dss_keys}
|
||||
edk.id_mode.enable=
|
||||
softkey.1.position=
|
||||
softkey.1.use.dialing=
|
||||
|
||||
@@ -1047,7 +1047,7 @@ expkey.type_range.custom =
|
||||
#######################################################################################
|
||||
##EDK Soft Keys(X ranges from 1 to 10)
|
||||
|
||||
features.enhanced_dss_keys.enable=
|
||||
features.enhanced_dss_keys.enable= {$yealink_enhanced_dss_keys}
|
||||
edk.id_mode.enable=
|
||||
softkey.1.position=
|
||||
softkey.1.use.dialing=
|
||||
@@ -1535,8 +1535,8 @@ wui_lang.delete=
|
||||
gui_input_method.delete=
|
||||
gui_lang.url=
|
||||
gui_lang.delete=
|
||||
lang.gui=
|
||||
lang.wui=
|
||||
lang.gui= {$yealink_language_gui}
|
||||
lang.wui= {$yealink_language_web}
|
||||
|
||||
|
||||
#######################################################################################
|
||||
|
||||
@@ -1048,7 +1048,7 @@ expkey.type_range.custom =
|
||||
#######################################################################################
|
||||
##EDK Soft Keys(X ranges from 1 to 10)
|
||||
|
||||
features.enhanced_dss_keys.enable=
|
||||
features.enhanced_dss_keys.enable= {$yealink_enhanced_dss_keys}
|
||||
edk.id_mode.enable=
|
||||
softkey.1.position=
|
||||
softkey.1.use.dialing=
|
||||
|
||||
@@ -1048,7 +1048,7 @@ expkey.type_range.custom =
|
||||
#######################################################################################
|
||||
##EDK Soft Keys(X ranges from 1 to 10)
|
||||
|
||||
features.enhanced_dss_keys.enable=
|
||||
features.enhanced_dss_keys.enable= {$yealink_enhanced_dss_keys}
|
||||
edk.id_mode.enable=
|
||||
softkey.1.position=
|
||||
softkey.1.use.dialing=
|
||||
|
||||
@@ -22,6 +22,10 @@ account.{$row.line_number}.password = {$row.password}
|
||||
|
||||
{if isset($row.server.1.address)}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}@{$row.server_address}
|
||||
account.{$row.line_number}.fallback.redundancy_type=1
|
||||
account.{$row.line_number}.fallback.timeout=10
|
||||
account.{$row.line_number}.sip_server.1.address={$row.server.1.address}
|
||||
account.{$row.line_number}.sip_server.2.address={$row.server.2.address}
|
||||
{else}
|
||||
account.{$row.line_number}.user_name = {$row.user_id}
|
||||
{/if}
|
||||
|
||||
Reference in New Issue
Block a user