Changes

From SME Server
Jump to navigationJump to search
607 bytes added ,  13:01, 21 February 2015
no edit summary
Line 11: Line 11:  
  yum install --nogpgcheck freeswitch-config-vanilla --enablerepo=freeswitch --enablerepo=,epel
 
  yum install --nogpgcheck freeswitch-config-vanilla --enablerepo=freeswitch --enablerepo=,epel
 
This will install about 60 RPM's with an installed size of 35M.
 
This will install about 60 RPM's with an installed size of 35M.
 +
 +
 +
==Configuration==
 +
===Adding Freeswitch as a service and open ports===
 +
To automatically start Freeswitch at boot and configure the ports:
 +
ln -s /etc/rc.d/init.d/e-smith-service /etc/rc7.d/S99freeswitch
 +
config set freeswitch service
 +
config setprop freeswitch status enabled
 +
config setprop freeswitch access private
 +
config setprop freeswitch UDPPorts "5060,5070,5080,3478,3479,16384:32768"
 +
config setprop freeswitch TCPPorts "5066,7443"
 +
You can toggle the ''access'' property to enable public/private access.
 +
 +
Then to apply the new service:
 +
signal-event remoteaccess-update
 +
 +
===Configuration file===
    
[[Category:Howto]]
 
[[Category:Howto]]

Navigation menu