mirror of
https://github.com/signalwire/freeswitch.git
synced 2025-03-03 17:30:37 +00:00
FS-5207 use the json version, thanks
This commit is contained in:
parent
55d01d3def
commit
5b73a80339
@ -785,8 +785,8 @@
|
||||
socket.onclose = function(){
|
||||
$('#ws-status').html('Socket Disconnected!').css("color", "red");
|
||||
console.log("socket disconnected, fallback to event_sink");
|
||||
// setInterval("App.channelsController.checkEvent()", 2000);
|
||||
setInterval("App.channelsController.checkXMLEvent()", 2000);
|
||||
setInterval("App.channelsController.checkEvent()", 2000);
|
||||
//setInterval("App.channelsController.checkXMLEvent()", 2000);
|
||||
}
|
||||
} catch(exception) {
|
||||
alert('Error' + exception);
|
||||
|
Loading…
x
Reference in New Issue
Block a user