mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
@@ -1956,8 +1956,8 @@ forward.international.enable =
|
||||
#linekey.x.lable--Define the label for each line key.
|
||||
|
||||
|
||||
{foreach $keys as $row}
|
||||
{if $row.device_key_category == "line"}
|
||||
{foreach $keys['line'] as $row}
|
||||
|
||||
#Configure Line Key {$row.device_key_id}
|
||||
linekey.{$row.device_key_id}.line = {$row.device_key_line}
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
@@ -1966,6 +1966,6 @@ 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}
|
||||
|
||||
{/if}
|
||||
|
||||
{/foreach}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user