mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-08-13 01:26:58 +00:00
add some more signal tracking to verto
This commit is contained in:
@@ -145,7 +145,9 @@ var callbacks = {
|
||||
goto_page("incall");
|
||||
break;
|
||||
case $.verto.enum.state.hangup:
|
||||
$("#main_info").html("Call ended with cause: " + d.cause);
|
||||
case $.verto.enum.state.destroy:
|
||||
$("#hangup_cause").html("");
|
||||
clearConfMan();
|
||||
goto_page("main");
|
||||
cur_call = null;
|
||||
@@ -251,6 +253,8 @@ $("#callbtn").click(function() {
|
||||
return;
|
||||
}
|
||||
|
||||
$("#main_info").html("Trying");
|
||||
|
||||
cur_call = verto.newCall({
|
||||
destination_number: $("#ext").val(),
|
||||
caller_id_name: $("#name").val(),
|
||||
|
Reference in New Issue
Block a user