Update index.php

This commit is contained in:
FusionPBX 2019-07-12 10:44:11 -06:00 committed by GitHub
parent da37bfc952
commit bfcae5b02d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -291,8 +291,8 @@
}
}
//kill call
function kill_call(call_id) {
//hangup call
function hangup_call(call_id) {
if (call_id != '') {
send_cmd('exec.php?cmd=uuid_kill&call_id=' + call_id)
}