Commit Graph

78 Commits

Author SHA1 Message Date
FusionPBX
cf10439e57 Fix the switch_branch condition 2026-04-07 17:50:53 -06:00
FusionPBX
b8666cb2bb Checkout the correct branch 2026-04-07 17:10:23 -06:00
FusionPBX
066ffe546a Use one condition to overwrite the branch
Simplifies the code by removing multiple conditions for the trixie codename
2026-04-07 18:04:34 +00:00
FusionPBX
f32430b587 Add the -$switch_version postfix and use it consistently 2026-02-22 00:02:01 -07:00
frytimo
7d41f37a18 Fix condition for checking OS codename and branch (#452) 2025-11-25 07:45:40 -07:00
frytimo
bc30e8c6c9 Add support for Debian version 13 codename Trixie (#451) 2025-11-21 18:27:09 -07:00
FusionPBX
1edb57cca5 Update source-release.sh 2025-08-06 17:29:47 -06:00
FusionPBX
2a2305f4fc Use the new git branch 2024-12-11 16:46:23 -07:00
FusionPBX
114f36fd7a Add bootstrap.sh 2024-11-23 16:46:31 -07:00
FusionPBX
32780058c2 Update the install to use a git repo 2024-11-23 16:34:47 -07:00
FusionPBX
acd052f6e9 Updated patches for FreeSWITCH 2024-06-22 13:28:23 -06:00
FusionPBX
65f3d2dd22 RTP audio patch
Fix RTP audio issues use the following for additional information. 

https://github.com/briteback/freeswitch/
2024-06-22 11:07:15 -06:00
FusionPBX
0260b66242 Add libsox-fmt-all for mp3 support 2024-02-09 13:32:45 -07:00
FusionPBX
ca3650baf9 Add debug symbols 2024-01-15 10:11:30 -07:00
FusionPBX
7e0c0ef76f Keep the version when compiling the Switch 2023-12-06 11:09:26 -07:00
FusionPBX
7ce1d5eea1 Compile sofia in the versioned directory 2023-12-06 10:53:47 -07:00
jailbird777
ec61ad1feb Remove unsupported error for aarch64 Linux (#414)
While SignalWire doesn't have aarch64 debs of FreeSWITCH, PostgreSQL.org
and sury.org have debs of PgSQL & PHP for aarch64, respectively.
Compiling FreeSWITCH from source works cleanly on aarch64, tested on
both Armbian and stock Debian. So might as well remove the unsupported.

While we're add it, let's parallelize the makes, as it's dreadfully slow
on most SBCs without it
2023-10-03 16:15:13 -06:00
FusionPBX
c71ec93538 Use a specific commit for spandsp
0d2e6ac65e
2023-09-30 22:12:21 -06:00
FusionPBX
41892a3ce0 Update to use latest commit 2023-09-21 09:53:54 -06:00
FusionPBX
f6a5513b05 Use a specific commit 2023-06-30 13:46:16 -06:00
FusionPBX
287da37b91 Update source-release.sh 2023-06-30 13:31:24 -06:00
FusionPBX
9e5676eb6c Update source-release.sh 2023-06-30 13:29:54 -06:00
FusionPBX
830368ed94 Change required version from 2.71 to 2.69
This is needed for Debian 11
2023-06-30 13:24:27 -06:00
emak-Corey
a7e1cfe3eb Enable mod_translate when building FreeSWITCH (#409)
Required for Advanced > Number Translations app.
2023-06-19 13:08:54 -06:00
FusionPBX
814cd820d4 Install sox 2023-02-23 20:16:12 -07:00
FusionPBX
2e74c5e380 Update source-release.sh 2023-01-18 13:10:53 -07:00
FusionPBX
ec316d100f Disable the patch for 1.10.8 2022-10-19 20:38:09 -06:00
emak
f60848e6e9 Add ability to build master branch (#400)
Adds the ability to build mater branch by setting the existing variable `$switch_branch` to `master` in config.sh
2022-09-10 09:56:37 -06:00
FusionPBX
c1b758be0d Add mod say for French and Spanish. 2022-04-15 11:11:44 -06:00
FusionPBX
2a3f61b528 Move python3-distutils so it works for Debian 10. 2022-04-14 15:56:30 -06:00
FusionPBX
48c06fc743 Enable mod_av for the install. (#389)
* Update source-release.sh

* Add package mod_av
2022-04-05 21:26:41 -06:00
FusionPBX
095c674cba Add libvlc-dev 2022-04-02 17:44:20 -06:00
FusionPBX
e2589576c7 Remove comments for older versions of freeswitch version before 1.10.0. 2022-03-23 23:09:58 -06:00
FusionPBX
100220418c Work on the dependency version if statements. 2022-03-23 22:38:03 -06:00
FusionPBX
913897b48b Relative path didn't use full path for the moment. 2022-03-18 12:33:47 -06:00
markjcrane
9fabc661e6 Apply the mod_pgsql.patch 2022-03-18 11:20:55 -06:00
FusionPBX
f531cdaea2 Update source-release.sh 2022-03-17 15:50:56 -06:00
FusionPBX
1fb06497dd Disable some modules skinny and verto 2022-01-25 23:56:12 -07:00
Andy Binder
73e1606d6c Add 1.10.7 to source-script. (#379)
Squashed commit of the following:
-install iptables as it is not part of minimal install.
-change swig for bullseye to swig4.0
-php7.4-dev for build required (php-config)
-add python3-distutils
-libks seems to be required for mod_verto
-disable mod_avmd to keep in sync with ubuntu-config (eaaef03163 (diff-62a8f25a3200194e88b1073f2b11ebdf1622761f025a30158c012e83e5f593aa))
2022-01-10 15:51:59 -07:00
emak
0fbbfe997b Add Preliminary Debian 11 "Bullseye" Support (#376)
* Add Debian 11 support
2021-11-01 11:27:28 -06:00
FusionPBX
12e7aed47d Add another Debian libswscale-dev dependency for mod_av. 2020-06-13 23:32:34 -06:00
FusionPBX
89ffcf5dbc Add debian dependency libavformat-dev needed for compiling mod_av-all 2020-06-13 22:55:23 -06:00
FusionPBX
4cc678face install dependencies that depend on the operating system version 2020-05-18 22:32:18 -06:00
DigiDaz
c87b8d15ac Fix path (#283) 2019-11-27 17:18:18 -07:00
FusionPBX
b4315bb1cb Update source-release.sh 2019-11-04 22:25:46 -07:00
FusionPBX
566d9fbec9 Update source-release.sh 2019-11-03 14:36:05 -07:00
FusionPBX
7f3a443831 Update source-release.sh 2019-08-07 09:45:50 -06:00
FusionPBX
85f7f0fa3c Update source-release.sh 2019-08-07 09:30:47 -06:00
FusionPBX
8645db15fa Update source-release.sh 2019-06-24 16:13:34 -06:00
FusionPBX
ca11a3f1c2 Update source-release.sh 2019-06-03 20:33:05 -06:00