Fix a syntax problem with the Yealink vp530 provisioning template.
This commit is contained in:
parent
e240cb75b9
commit
cf2e1db5f0
|
|
@ -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 =
|
||||
|
|
|
|||
Loading…
Reference in New Issue