Add. Ability to delete fax queue element

This commit is contained in:
Alexey Melnichuk
2015-12-08 16:42:13 +03:00
parent c76edde6d3
commit 279a745e4f
3 changed files with 76 additions and 2 deletions
+1 -1
View File
@@ -95,7 +95,7 @@ else {
//call controls
function hangup(uuid) {
if (confirm("<?php echo $text['confirm-hangup']?>")) {
send_cmd('fax_active_exec.php?cmd=uuid_kill%20'+uuid);
send_cmd('fax_active_exec.php?cmd=delete&id='+uuid);
}
}