mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update the provisioning key assignment so that it will work for yealink phones.
This commit is contained in:
@@ -1897,7 +1897,7 @@ forward.international.enable =
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value =
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
|
||||
@@ -1897,7 +1897,7 @@ forward.international.enable =
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value =
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
|
||||
@@ -1897,7 +1897,7 @@ forward.international.enable =
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value =
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
@@ -1930,7 +1930,7 @@ linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
{if $row.device_key_category == "memory"}
|
||||
#Expansion Memory Key {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.pickup_value =
|
||||
memorykey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
@@ -1985,7 +1985,7 @@ programablekey.1.label =
|
||||
{if $row.device_key_category == "expansion"}
|
||||
#Expansion module 1 key {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.pickup_value =
|
||||
expansion_module.1.key.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
@@ -1897,7 +1897,7 @@ forward.international.enable =
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value =
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
@@ -1930,7 +1930,7 @@ linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
{if $row.device_key_category == "memory"}
|
||||
#Expansion Memory Key {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.pickup_value =
|
||||
memorykey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
@@ -1985,7 +1985,7 @@ programablekey.1.label =
|
||||
{if $row.device_key_category == "expansion"}
|
||||
#Expansion module 1 key {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.pickup_value =
|
||||
expansion_module.1.key.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
@@ -1398,7 +1398,7 @@ forward.no_answer.off_code =
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value =
|
||||
linekey.{$row.device_key_id}.pickup_value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
linekey.{$row.device_key_id}.xml_phonebook =
|
||||
linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
@@ -1429,7 +1429,7 @@ linekey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
{if $row.device_key_category == "memory"}
|
||||
#Expansion Memory Key {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
memorykey.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
memorykey.{$row.device_key_id}.pickup_value =
|
||||
memorykey.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
@@ -1484,7 +1484,7 @@ programablekey.1.label =
|
||||
{if $row.device_key_category == "expansion"}
|
||||
#Expansion module 1 key {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_id}
|
||||
expansion_module.1.key.{$row.device_key_id}.line = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
expansion_module.1.key.{$row.device_key_id}.pickup_value =
|
||||
expansion_module.1.key.{$row.device_key_id}.label = {$row.device_key_label}
|
||||
|
||||
Reference in New Issue
Block a user