Update provision.php

This commit is contained in:
FusionPBX
2018-08-21 21:23:43 -06:00
committed by GitHub
parent 5f7006a22c
commit 3b393cc8ab

View File

@@ -1166,6 +1166,7 @@ include "root.php";
case "call return": $device_key_type = "7"; break;
case "transfer": $device_key_type = "8"; break;
case "call park": $device_key_type = "9"; break;
case "monitored call park": $device_key_type = "16"; break;
case "intercom": $device_key_type = "10"; break;
case "ldap search": $device_key_type = "11"; break;
}