Commit Graph

680 Commits

Author SHA1 Message Date
Andrey Volk
30eaf2c736 Bump sofia-sip library requirement to version 1.13.6 2021-10-19 23:41:27 +03:00
Andrey Volk
3c4a8d33f5 [Packaging] Require specific libsofia-sip-ua0 version when installing FreeSWITCH binary packages. 2021-10-19 23:39:49 +03:00
Andrey Volk
46efa0cdb8 [Build-System] Add Bullseye to the Debian packaging 2021-10-14 23:28:38 +03:00
Andrey Volk
a4603c7cb8 [Packaging] Fix a conflict between freeswitch-mod-python and freeswitch-mod-python3 Debian packages 2021-10-14 23:27:59 +03:00
Andrey Volk
e44fd2ea38 [mod_python3, ESL py3mod] Add Python3 support. 2021-10-14 23:26:36 +03:00
Andrey Volk
2b039a3c32 Bump sofia-sip library requirement to version 1.13.5 2021-08-25 19:32:43 +03:00
Andrey Volk
9b91e82fa8 Bump sofia-sip library requirement to version 1.13.4 2021-06-16 00:30:44 +03:00
Andrey Volk
dfb9541b08 [mod_sofia] Use thread-safe alternatives when destroying nua and nua_handle references. Bump sofia-sip library requirement to version 1.13.3 2021-03-22 18:43:19 +03:00
Stefan Weil
6609ce9510 Fix some typos (most found by codespell)
Signed-off-by: Stefan Weil <sw@weilnetz.de>
2021-02-24 13:59:11 +01:00
Andrey Volk
bb79c578cb [Packaging] fix debian/util.sh to work properly with new cowbuilder/pbuilder requirements for gpg keyfile formatting. add gpg to to Build-Depends as its needed to reformat the ascii armored key into the required binary format. 2020-09-03 20:49:09 +04:00
Andrey Volk
8da10404eb [Packaging] Change maintainer to SignalWire, Inc 2020-08-18 19:38:44 +04:00
Andrey Volk
0f95e265d1 [Build-System] Use spandsp3 package 2020-08-15 01:46:47 +04:00
Andrey Volk
edbcf876cc [Build-System] Fix wrong libspandsp-dev version for Debian 2020-08-05 03:50:52 +04:00
Andrey Volk
231d5e6494 [Build-System] Remove SpanDSP library from the FreeSWITCH tree and use packages instead. 2020-08-04 19:15:28 -04:00
Andrey Volk
a393fc7720 [Build-System] Fix typo in debian/bootstrap.sh 2020-08-04 03:26:52 +04:00
Andrey Volk
2fc0e3b80a [Build-System] Remove Sofia-Sip library from the FreeSWITCH tree and use packages instead. 2020-08-03 23:46:45 +04:00
Andrey Volk
92a746990c [Build-System] Enable mod_ilbc Debian packaging. 2020-03-31 21:28:00 +04:00
Alexey Khabulyak
b7e700ee16 fix hiredis dependency for debian buster 2020-02-16 22:24:58 +03:00
Andrey Volk
7725d90335 [Build-System] Update debian/control and replace all instances of Priority: extra with Priority: optional. Since Debian Policy version 4.0.1, the priority extra has been deprecated. 2020-02-08 20:29:44 +04:00
Mike Jerris
dbec998873 [build/docs] point all old stash references in docs and makefiles to new github repository 2019-10-01 10:02:20 -06:00
Andrey Volk
689a376886 FS-11972: [Build-System] Add Raspberry Pi support. 2019-07-31 19:00:13 +04:00
Andrey Volk
4a2812aaf5 FS-11727: [mod_mariadb] Add MariaDB (MySQL) support 2019-07-23 20:07:16 +04:00
Andrey Volk
ccc4ae282a FS-11880: [Core,mod_pgsql] Remove native PostgreSQL support from the core, add mod_pgsql database module. 2019-07-18 00:20:50 +04:00
Andrey Volk
4d932281e9 FS-11813: [Build-System] Remove libtpl dependency from FreeSWITCH 2019-07-17 23:09:50 +04:00
Andrey Volk
a7477ed0e2 FS-11911: Fix build on Debian Buster 2019-07-15 22:23:25 +04:00
Andrey Volk
088f1f2011 FS-11915: Enable freeswitch-mod-cdr-pg-csv Debian package. 2019-07-04 10:46:35 +04:00
joshebosh
70dc40e680 FS-11704 "DAEMON_OPTS=-ncwait -nonat" in freeswitch.server causing startup failure 2019-03-12 23:49:16 +04:00
Mike Jerris
9635c7d09c Merge pull request #1351 in FS/freeswitch from ~DRAGOS_OANCEA/freeswitch-dragos:feature/FS-10530_mod_opusfile to master
* commit 'ed2b3b7bb4a6ff0251452e519ff8cf309620770f':
  FS-10530: [mod_opusfile]: multichannel
  FS-10530: [mod_opusfile] new module, read and write ogg/opus files (".opus" extension)
2019-02-27 14:47:57 -06:00
Serj
8fc796517b [FS-11674] Use systemd native RunAs User 2019-02-27 22:39:11 +02:00
Serj
cc39fed1e3 FS-11614: [Packaging] Remove syslog systemd unit requirement 2019-01-25 22:14:27 +00:00
Serj
f869288be1 FS-11614: [Packaging] Use full path for the chown command in the systemd unit. 2019-01-23 20:24:35 +00:00
Serj
fc26de0ad3 FS-11614: [Packaging] Systemd unit fixes. 2019-01-16 21:44:19 +00:00
Serj
3d906ec3a6 FS-11600: [Build-System] Install mod_signalwire with freeswitch-meta-all 2019-01-08 21:43:42 +02:00
Andrey Volk
d0cca7e222 FS-11555: [mod_signalwire] Initial commit. 2018-12-21 21:45:59 +04:00
Mike Jerris
561460028a Merge pull request #1618 in FS/freeswitch from ~THEHUNMONKGROUP/freeswitch:bugfix/FS-11485-debian-systemd-service-file-out to master
* commit 'ee1942bebb8d7b45888d056d221a02a4a1ef1c25':
  FS-11485: Debian systemd service file out of date
2018-11-20 20:27:34 +00:00
s3rj1k
8c8b7b5104 [FS-11507] use explicit architecture in control file
Signed-off-by: s3rj1k <evasive.gyron@gmail.com>
2018-11-07 00:45:11 +02:00
Mike Jerris
76b3bb586b FS-11494: [Debian] force build of iksemel before modules to avoid -j race condition on dep lib build 2018-10-31 15:10:53 -04:00
Chad Phillips
ee1942bebb FS-11485: Debian systemd service file out of date
- syslog.target is no longer available, replaced with syslog.socket
 - add Requires= to match After= section
2018-10-25 13:48:33 -07:00
Serj
8a5aa4209f Fix FS-9865 2018-10-14 17:25:22 +00:00
Serj
3cc2f8ab0d fix mod_hiredis deps 2018-10-14 16:26:20 +00:00
Serj
7ce7b11b30 add freeswitch-mod-shout as dep 2018-10-14 16:19:51 +00:00
Andrey Volk
3221557807 FS-11445: [Build-System] Add distro to the name of the source tarball. 2018-10-12 20:11:39 +00:00
Andrey Volk
96af4c26f7 FS-11398: [Build-System] Disable mod_event_zmq debian package. 2018-09-20 02:03:13 +03:00
Andrey Volk
e77c445c3a FS-11396: [mod_v8] Use proper libv8 naming. 2018-09-19 21:58:03 +03:00
Mike Jerris
f82e4a5944 Revert "FS-11209: [Debian] openssl linking"
This reverts commit 0342762f59.
2018-08-31 18:29:35 +00:00
Andrey Volk
ccc23b7870 FS-11368: [mod_flite] Use system flite1 instead of libflite 2018-08-30 18:06:47 +03:00
Andrey Volk
f98da7d5cc FS-11361: [Build-System] Switch Debian packages building script util.sh from jessie stable to stretch stable. 2018-08-29 00:00:04 +03:00
Muteesa Fred
db2ee2692e FS-11209: [Debian] openssl linking 2018-07-24 07:21:55 +00:00
Muteesa Fred
0342762f59 FS-11209: [Debian] openssl linking 2018-07-24 07:21:55 +00:00
Muteesa Fred
fe35b50926 FS-11208: [Debian] Prefer libssl1.0 in deb packages 2018-07-24 07:21:54 +00:00