Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
F
freeswitch
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
freeswitch
Commits
87f03ca5
You need to sign in or sign up before continuing.
Commit
87f03ca5
authored
Feb 08, 2021
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Initial commit
parents
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
77 additions
and
0 deletions
+77
-0
Makefile
Makefile
+44
-0
freeswitch-1.10.5.-release-mod_test_enable.patch
freeswitch-1.10.5.-release-mod_test_enable.patch
+33
-0
freeswitch-1.10.5.-release.tar.xz
freeswitch-1.10.5.-release.tar.xz
+0
-0
No files found.
Makefile
0 → 100644
View file @
87f03ca5
all
:
freeswitch-service
tar
xf freeswitch-1.10.5.-release.tar.xz
patch
-Np1
-d
freeswitch-1.10.5.-release < freeswitch-1.10.5.-release-mod_test_enable.patch
cd
freeswitch-1.10.5.-release
&&
./configure
--prefix
=
/usr
--sysconfdir
=
/etc
--localstatedir
=
/var
--runstatedir
=
/run
$(MAKE)
-C
freeswitch-1.10.5.-release
$(MAKE)
-C
freeswitch-1.10.5.-release
install
$(MAKE)
-C
freeswitch-1.10.5.-release check
@
echo
"d /run/freeswitch 755 root root -"
>
/usr/lib/tmpfiles.d/freeswitch.conf
@
echo
"
$$
FREESWITCH_SERVICE"
>
/lib/systemd/system/freeswitch.service
systemctl
enable
freeswitch.service
rm
-rf
freeswitch-1.10.5.-release
freeswitch-service
:
define
FREESWITCH_SERVICE
[Unit]
Description
=
FreeSWITCH
Wants
=
network-online.target
Requires
=
network.target local-fs.target
After
=
syslog.target network.target network-online.target postgresql.service mysqld.service httpd.service
[Service]
User
=
root
EnvironmentFile
=
-/etc/sysconfig/freeswitch
WorkingDirectory
=
/run/freeswitch
ExecStart
=
/usr/bin/freeswitch
-nf
$$
FREESWITCH_PARAMS
ExecReload
=
/usr/bin/kill
-HUP
$$
MAINPID
Restart
=
on-failure
UMask
=
0007
LimitCORE
=
infinity
LimitNOFILE
=
100000
LimitNPROC
=
60000
;
LimitSTACK
=
240
LimitRTPRIO
=
infinity
LimitRTTIME
=
7000000
IOSchedulingClass
=
realtime
IOSchedulingPriority
=
2
CPUSchedulingPolicy
=
fifo
CPUSchedulingPriority
=
1
Nice
=
-19
[Install]
WantedBy
=
multi-user.target
endef
export
FREESWITCH_SERVICE
freeswitch-1.10.5.-release-mod_test_enable.patch
0 → 100644
View file @
87f03ca5
diff -uNr freeswitch-1.10.5.-release/build/modules.conf.in freeswitch-1.10.5.-release-mod_test_enable/build/modules.conf.in
--- freeswitch-1.10.5.-release/build/modules.conf.in 2020-08-19 05:35:00.000000000 +0930
+++ freeswitch-1.10.5.-release-mod_test_enable/build/modules.conf.in 2021-02-07 00:03:41.909075959 +1030
@@ -49,6 +49,7 @@
applications/mod_spandsp
#applications/mod_spy
#applications/mod_stress
+applications/mod_test
#applications/mod_translate
applications/mod_valet_parking
#applications/mod_video_filter
diff -uNr freeswitch-1.10.5.-release/build/modules.conf.most freeswitch-1.10.5.-release-mod_test_enable/build/modules.conf.most
--- freeswitch-1.10.5.-release/build/modules.conf.most 2020-08-19 05:35:00.000000000 +0930
+++ freeswitch-1.10.5.-release-mod_test_enable/build/modules.conf.most 2021-02-07 00:03:41.909075959 +1030
@@ -47,6 +47,7 @@
applications/mod_spandsp
applications/mod_spy
applications/mod_stress
+applications/mod_test
applications/mod_translate
applications/mod_valet_parking
applications/mod_video_filter
diff -uNr freeswitch-1.10.5.-release/modules.conf freeswitch-1.10.5.-release-mod_test_enable/modules.conf
--- freeswitch-1.10.5.-release/modules.conf 2020-08-19 05:35:01.000000000 +0930
+++ freeswitch-1.10.5.-release-mod_test_enable/modules.conf 2021-02-07 00:04:03.317141184 +1030
@@ -49,6 +49,7 @@
applications/mod_spandsp
#applications/mod_spy
#applications/mod_stress
+applications/mod_test
#applications/mod_translate
applications/mod_valet_parking
#applications/mod_video_filter
freeswitch-1.10.5.-release.tar.xz
0 → 100644
View file @
87f03ca5
File added
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment