Update calls_active.php
This commit is contained in:
parent
daeb7a2965
commit
9730ef49e0
|
|
@ -97,7 +97,7 @@
|
||||||
//call controls
|
//call controls
|
||||||
function hangup(uuid) {
|
function hangup(uuid) {
|
||||||
if (confirm("<?php echo $text['confirm-hangup']?>")) {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue