July 2017
Intermediate to advanced
434 pages
12h 59m
English
On a default FreeSWITCH installation you find the mod_verto configuration in /usr/local/freeswitch/conf/autoload_configs/verto.conf.xml. We will edit the profile "default-v4", for IPv4, eg, normal Internet connectivity. You want to check the TCP port where VERTO will listen for signaling on WSS transport. Note that secure="true"indicates WSS (as opposed to simple WS).
<param name="bind-local" value="$${local_ip_v4}:8082" secure="true"/>
<param name="ext-rtp-ip" value="93.58.44.181"/>
<param name="debug" value="0"/>
The value of ext-rtp-ip sets the IP address VERTO will tell the WebRTC clients they must connect to in order to exchange media streams. It must be set to FreeSWITCH IP address as seen from the WebRTC clients. ...
Read now
Unlock full access