Hi Ewan,
There is already a WebRTC client build into the TMS... THis is why we have websockets open. What are you trying to achieve?
I think he wants to make calls from the web interface. Is that possible with the TMS?
Yes, the TMS does offer a phone functionality.
This can be found under the application's section of the TMS.
Ewan Sadie
I got a WebRTC client working.
I downloaded the following client
https://github.com/Collecttix/ctxSip
Changed the config to look like:
var user = {
// User Name
"User" : "2787......",
// Password
"Pass" : "......",
// Auth Realm
"Realm" : "sip1.freshphone.co.za",
// Display Name
"Display" : "John Doe",
// WebSocket URL
"WSServer" : "wss://sip1.euphoria.co.za"
};