userAgent = new SIP.UA(config);
I am using the default credentails and have replaced the IP with the local IP4 address. BUt i am still getting websocket connection error.
can freeswitch be installed on windows OS as well. ?
var config = {
uri: '10...@127.0.0.1',
traceSip: true,
register:true,
hackIpInContact: true,
hackViaTcp: false,
wsServers: 'ws://127.0.0.1:5066',
authorizationUser: '1000',
password: '1234'
};
userAgent = new SIP.UA(config);
logs : https://gist.github.com/anonymous/245eb2b605f774f37cd5