Add hold music option and update the call_block dialplan.

This commit is contained in:
markjcrane
2015-10-19 18:30:55 -06:00
parent a66e1a61c3
commit 710a3fa696
4 changed files with 39 additions and 3 deletions
+6
View File
@@ -298,6 +298,12 @@ if (count($_POST)>0 && strlen($_POST["persistformvar"]) == 0) {
else {
echo " <option value='Busy'>".$text['label-busy']."</option>\n";
}
if ($action == "Hold") {
echo " <option value='Hold' selected='selected'>".$text['label-hold']."</option>\n";
}
else {
echo " <option value='Hold'>".$text['label-hold']."</option>\n";
}
call_block_get_extensions($extension);
echo " </select>\n";
echo "<br />\n";