Corrected bug with expansion board and call park value. Was 19, should be 16.

This commit is contained in:
Jim Kusznir
2017-04-06 21:21:16 -07:00
parent e360e513a9
commit cee3213973
2 changed files with 2 additions and 2 deletions

View File

@@ -576,7 +576,7 @@
{if $row.device_key_type == "voicemail"} <P{$type_id}>6</P{$type_id}>{/if}
{if $row.device_key_type == "call return"} <P{$type_id}>7</P{$type_id}>{/if}
{if $row.device_key_type == "transfer"} <P{$type_id}>8</P{$type_id}>{/if}
{if $row.device_key_type == "call park"} <P{$type_id}>19</P{$type_id}>{/if}
{if $row.device_key_type == "call park"} <P{$type_id}>16</P{$type_id}>{/if}
{if $row.device_key_type == "intercom"} <P{$type_id}>10</P{$type_id}>{/if}
{if $row.device_key_type == "ldap search"} <P{$type_id}>11</P{$type_id}>{/if}

View File

@@ -576,7 +576,7 @@
{if $row.device_key_type == "voicemail"} <P{$type_id}>6</P{$type_id}>{/if}
{if $row.device_key_type == "call return"} <P{$type_id}>7</P{$type_id}>{/if}
{if $row.device_key_type == "transfer"} <P{$type_id}>8</P{$type_id}>{/if}
{if $row.device_key_type == "call park"} <P{$type_id}>19</P{$type_id}>{/if}
{if $row.device_key_type == "call park"} <P{$type_id}>16</P{$type_id}>{/if}
{if $row.device_key_type == "intercom"} <P{$type_id}>10</P{$type_id}>{/if}
{if $row.device_key_type == "ldap search"} <P{$type_id}>11</P{$type_id}>{/if}