mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-02-22 02:46:30 +00:00
Update calls_active.php
This commit is contained in:
@@ -97,7 +97,7 @@
|
||||
//call controls
|
||||
function hangup(uuid) {
|
||||
if (confirm("<?php echo $text['confirm-hangup']?>")) {
|
||||
send_cmd('calls_exec.php?cmd=uuid_kill%20'+uuid);
|
||||
send_cmd('calls_exec.php?command=hangup&uuid='+uuid);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user