From cee321397389966c23603fe8adfa80c130c5b978 Mon Sep 17 00:00:00 2001 From: Jim Kusznir Date: Thu, 6 Apr 2017 21:21:16 -0700 Subject: [PATCH] Corrected bug with expansion board and call park value. Was 19, should be 16. --- resources/templates/provision/grandstream/gxp2140/{$mac}.xml | 2 +- resources/templates/provision/grandstream/gxp2170/{$mac}.xml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/templates/provision/grandstream/gxp2140/{$mac}.xml b/resources/templates/provision/grandstream/gxp2140/{$mac}.xml index aa57ba1d1f..6a8b029e92 100644 --- a/resources/templates/provision/grandstream/gxp2140/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2140/{$mac}.xml @@ -576,7 +576,7 @@ {if $row.device_key_type == "voicemail"} 6{/if} {if $row.device_key_type == "call return"} 7{/if} {if $row.device_key_type == "transfer"} 8{/if} -{if $row.device_key_type == "call park"} 19{/if} +{if $row.device_key_type == "call park"} 16{/if} {if $row.device_key_type == "intercom"} 10{/if} {if $row.device_key_type == "ldap search"} 11{/if} diff --git a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml index 1184345c3b..b62359d1d2 100644 --- a/resources/templates/provision/grandstream/gxp2170/{$mac}.xml +++ b/resources/templates/provision/grandstream/gxp2170/{$mac}.xml @@ -576,7 +576,7 @@ {if $row.device_key_type == "voicemail"} 6{/if} {if $row.device_key_type == "call return"} 7{/if} {if $row.device_key_type == "transfer"} 8{/if} -{if $row.device_key_type == "call park"} 19{/if} +{if $row.device_key_type == "call park"} 16{/if} {if $row.device_key_type == "intercom"} 10{/if} {if $row.device_key_type == "ldap search"} 11{/if}