2
0
Fernando S. Santos 42a6566480 [Configuration] Fix Brazil daylight’s in xml files 3 rokov pred
..
autoload_configs 42a6566480 [Configuration] Fix Brazil daylight’s in xml files 3 rokov pred
dialplan 7a6303d6b3 Add minimal configuration for configuring FreeSWITCH from scratch 9 rokov pred
sip_profiles b21dd4e7f3 [Default-Configuration] Force sip subscription requests to require authentication. 4 rokov pred
README.md 7a6303d6b3 Add minimal configuration for configuring FreeSWITCH from scratch 9 rokov pred
freeswitch.xml 7a6303d6b3 Add minimal configuration for configuring FreeSWITCH from scratch 9 rokov pred
modules.conf 7a6303d6b3 Add minimal configuration for configuring FreeSWITCH from scratch 9 rokov pred
vars.xml 7a6303d6b3 Add minimal configuration for configuring FreeSWITCH from scratch 9 rokov pred

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"

Upstream

The configuration in this folder comes from mx4492/freeswitch-minimal-conf.

Other Minimal Configurations