Freeswitch

The FreeSWITCH telephony engine is a powerful system enabling voice, video, presence, chat, and other media types via a variety of protocols.

Installing

Install the 'release' version with freeswitchAUR or the git version with freeswitch-gitAUR. The following instructions assume you are using the freeswitch-gitAUR package.

Also, you may wish to configure FreeSWITCH build options. Edit the PKGBUILD and change any BUILD CONFIGURATION options to suit your desired usage.

Note: Editing the PKGBUILD will configure both modules.conf and autoload_configs/modules.conf.xml according to the modules listed in ENABLED_MODULES and DISABLED_MODULES.

Configuring

The FreeSWITCH configuration files with the custom modules.conf and modules.conf.xml reside in /etc/freeswitch. For following FreeSWITCH documentation, the base directory is /var/lib/freeswitch (generally seen as /usr/local/freeswitch in FreeSWITCH documentation).

FreeSWITCH comes out of the box with a default password for registrations to users 1000-1019 as '1234'. You are advised to change this before running it. This variable is set in /etc/freeswitch/vars.xml. The overall default configuration given is a kitchen sink featured PBX, likely many more things than are typically used. Customizing the PBX (or non-PBX) features of FreeSWITCH is beyond the scope of this document; see the FreeSWITCH Wiki for in-depth documentation.

Upstream documentation as well as the original conf/ directory are provided in .

Running

Startup options are configured in . You may wish to add if you are not behind nat, see for a full list of command line options.

FreeSWITCH can be started using the .

To start FreeSWITCH upon each boot, enable . You will need to use the -nc and -nf options to the freeswitch command line to keep it running in the foreground as supervisors expect.

Testing

Hints

To see interesting things you can do with a dialplan, open up and scroll through those examples. Dialing the numbers that match the 'expression' of a condition from your SIP client will demonstrate their use.

You can dial into the FreeSWITCH public voice conference, for instance, by dialing 9888 (8k codec), 91616 (16k codec), or 93232 (32k codec)

FreeSWITCH support is available in #freeswitch on Libera Chat.

gollark: We do live in a society.
gollark: Then you should not propose them interacting with it more.
gollark: They should stop doing so.
gollark: That sentence is very hard to parse.
gollark: I don't think the government should, basically ever, look at people's privateish lives like that.
This article is issued from Archlinux. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.