Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 2.14 KB

Support_Testing_the_system.md

File metadata and controls

14 lines (11 loc) · 2.14 KB

This section explains how to test the Telepresence system.

As already explained on this document, any SIP client can be used to connect to the Telepresence system but we highly recommend using our WebRTC client. The WebRTC client is hosted at http://conf-call.org/.

Few steps to get started (we assume you have successfully built and installed the system):

  1. Build, install and run the system as explained here.
  2. Change (in your configuration file) the debug level value to INFO as explained here (not required).
  3. The default configuration already has a WebSocket transport listening on port 20060 but the IP address is automatically retrieve at the startup (because of the star (*) in the transport configuration entry). To bind to a specific IP address, change your settings as explained here.
  4. Starts the system and check the console logs to be sure that all is ok. The logs also show which IP addresses and port are used for each protocol (WS, WSS, TCP, TLS and UDP).
  5. Go to http://conf-call.org/settings.htm and enter your Private Identity and the WebSocket connection URL. The Private Identity is a SIP authentication name (without special characters or SPACEs). The connection URL must be the same the transport entry defined in the configuration file (the star (*) after the protocol name -scheme- must be replaced with a valid IP address or host name). Save your settings.
  6. Go back to the home page, enter a bridge identifier (any number would work) and press "join" button. If a bridge with this identifier doesn’t exist then, it will be created automatically. Any person calling the same identifier will be part of the conference. No pin code is required unless one is defined in the configuration file.