-
Notifications
You must be signed in to change notification settings - Fork 8
Freeswitch
alochym01 edited this page May 3, 2018
·
7 revisions
- version 1.6.20
- install freeswitch repo
- Install freeswitch and packages dependancy
- yum install -y freeswitch-config-vanilla freeswitch-lua freeswitch-codec-opus freeswitch-sounds-music-8000 freeswitch-sounds-en-us-callie-8000
- Startup
- systemctl start freeswitch.service
- Start up at boot time
- systemctl enable freeswitch.service
- Shutdown firewalld and disable firewalld
- systemctl stop firewalld
- systemctl disable freeswitch.service
-
Dial-plan
-
Mod_lua
<configuration name="lua.conf" description="LUA Configuration">
<settings>
<param name="xml-handler-script" value="directory.lua"/>
<param name="xml-handler-bindings" value="directory"/>
</settings>
</configuration>
- mod_hash
- using vars.xml
<X-PRE-PROCESS cmd="set" data="max_calls=1"/>
- mod_callcenter
- Mod_event_socket