Merge pull request #2480 from kusznir/master

Bug fix for two grandstream templates (Please backport to 4.2)
This commit is contained in:
Len 2017-04-07 01:39:08 -04:00 committed by GitHub
commit c05d6a2a6a
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}