You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Manav Rathi 5ab948eecc Enable core dumps 11 years ago
autoload_configs Enable core dumps 11 years ago
dialplan Initial import of minimal configuration from a working instance 11 years ago
sip_profiles Initial import of minimal configuration from a working instance 11 years ago
README.md Mention other similar projects 11 years ago
freeswitch.xml Initial import of minimal configuration from a working instance 11 years ago
modules.conf Bundle the corresponding `modules.conf` 11 years ago
vars.xml Initial import of minimal configuration from a working instance 11 years ago

README.md

Minimal FreeSWITCH Configuration

The default "vanilla" configuration that comes with FreeSWITCH has been designed as a showcase of the configurability of the myriad of features that FreeSWITCH comes with out of the box. While it is very helpful in tinkering with FreeSWITCH, it has a lot of extraneous stuff enabled/configured for use in a production system. This configuration aims to take the reverse stance -- it attempts to be a starting point for configuring a new system by "adding" required features (instead of removing them as one would do if one starts with the default configuration).

This folder also includes the corresponding modules.conf that lists the modules that are required to get this configuration working.

Test

This configuration was tested by sending an INVITE (without registration) using the siprtp example program that comes with PJSIP, and verifying that the info dump is produced on the FreeSWITCH console.

$ ./siprtp -q -p 1234 "sip:stub@$(my_ip):5080"

Other Minimal Configurations