mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Fix a syntax problem with the Yealink vp530 provisioning template.
This commit is contained in:
@@ -1397,7 +1397,7 @@ forward.no_answer.off_code =
|
||||
{if $row.device_key_category == "line"}
|
||||
#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)
|
||||
linekey.{$row.device_key_id}.value = {$row.device_key_value}
|
||||
linekey.{$row.device_key_id}.pickup_value = {$row.device_key_extension}
|
||||
linekey.{$row.device_key_id}.type = {$row.device_key_type}
|
||||
linekey.{$row.device_key_id}.xml_phonebook =
|
||||
|
||||
Reference in New Issue
Block a user