Setting Up Freeswitch On Debian 5 (Lenny) - Page 2
ConfigurationEnable the daemon. vi /etc/default/freeswitch and change the parameter to "true". FREESWITCH_ENABLED="true" Start the freeswitch daemon: /etc/init.d/freeswitch start Basic configuration is done. To verfiy if freeswitch is running/listening, run lsof command. You should see freeswitch listening. lsof -i udp
Configuration layout
Creating a test extension:Head over to this folder: /opt/freeswitch/conf/directory/default. This folder contains the extensions parameters for the default/Internal profile. cd /opt/freeswitch/conf/directory/default We will create an extension 3333 with password 4321. vim /usr/local/freeswitch/conf/directory/default/3333.xml Paste this into it. <include> Save & exit. chown freeswitch:www-data 3333.xml Configure your hard/softphone & the phone LCD/interface should state that you have 1 registered account. If it doesn't restart the freeswitch or more elegantly reload the configuration of freeswitch. Reloading configuration. Run this on the freeswitch cli (i.e /opt/freeswitch/bin/fs_cli): freeswitch@internal> reloadxml or /etc/init.d/freeswitch restart Congratulations. You are done.
Todo: Trunking/Gateway
References:http://debian.org
|



Recent comments
1 day 18 hours ago
2 days 3 hours ago
2 days 6 hours ago
2 days 7 hours ago
2 days 8 hours ago
2 days 10 hours ago
2 days 12 hours ago
2 days 13 hours ago
3 days 5 hours ago
3 days 6 hours ago