Update provision.php

This commit is contained in:
FusionPBX
2018-08-21 21:21:03 -06:00
committed by GitHub
parent e28d3428d2
commit 5f7006a22c

View File

@@ -1149,6 +1149,7 @@ include "root.php";
case "call return": $device_key_type = "17"; break;
case "transfer": $device_key_type = "18"; break;
case "call park": $device_key_type = "19"; break;
case "monitored call park": $device_key_type = "26"; break;
case "intercom": $device_key_type = "20"; break;
case "ldap search": $device_key_type = "21"; break;
}