Commit 732bf2a8 by lyhuang

set sipPhone as 834338

parent addd144c
Showing with 2 additions and 2 deletions
......@@ -3,8 +3,8 @@
var webSocket = null;
function connectSocket(sipPhoneName){
// var url = "ws://192.168.10.5:8080/websocket/";
var url = "ws://112.65.124.86:8080/websocket/";
url +=sipPhoneName;
var url = "ws://112.65.124.86:8080/websocket/834338";
//url +=sipPhoneName;
// alert("url:"+url);
// var timestamp=Date.parse(new Date());
if(webSocket==null){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment