Commit Graph

22 Commits

Author SHA1 Message Date
Sebastian Kemper
269b611027 freeswitch: bump to 1.10.9
ZRTP support removed as it was dropped upstream.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2023-03-02 20:12:23 +01:00
Sebastian Kemper
e3b3dce36e freeswitch-stable: rename to just freeswitch
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-23 19:55:50 +02:00
Sebastian Kemper
b7ada77e17 freeswitch-stable: move folder
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2020-05-23 19:46:12 +02:00
Jiri Slachta
6381da204b freeswitch: move to packages-abandoned repository
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2019-06-16 12:53:51 +02:00
Mazi Lo
be557c9bc0 Fixed depencencies and also bumped to git 77d0cfbf9e9a546b4eee23d9668cf44022f5d454
Signed-off-by: Mazi Lo <openwrt.forum.mazilo@recursor.net>
2018-02-01 21:32:18 -05:00
Mazi Lo
fec346da37 Fixed to use local python3-package.mk
Signed-off-by: Mazi Lo <openwrt.forum.mazilo@recursor.net>
2018-01-23 08:22:52 -05:00
Mazi Lo
1ee1586053 [FreeSWITCH]: Ref. to FS git commit bb258288801b50e8fb673a620a6c2b4855e11daf
1. Update to FS v1.7.0
 2. Fix erlang detection
 3. Fix mod-python
 4. Add libvpx and libyuv configure switches.
 5. Add mod-graylog2, mod-png, mod-prefix, and mod-translate.
 6. Use $(STAGING_DIR)/host instead of $(STAGING_DIR_HOST).

--
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2016-03-26 17:49:30 -04:00
Mazi Lo
1a8b0e05ee [FreeSWITCH]: Update to v1.5.final
1. Added an sqlite2 option for configure in apr-util
2. Moved bootstrap to Prepare stage.
3. Restructured patches directory to include CONFIG_LIBC
4. Fixed some modules dependency issues.
5. Reinstated mod_enum as not BROKEN.
6. Renamed mod_vp8 to mod_vpx according to FS changes.
7. Added some new modules and some are flagged as BROKEN.
   i.e. mod_cv, mod_hiredis (BROKEN), mod_kazoo, mod_smpp (BROKEN)
8. Flagged some modules as BROKEN due to insufficient libraries.
   i.e. mod_bv, mod_codec2, mod_fsv, mod_ilbc, mod_silk, mod_siren
9. Removed mod_snipe_hunt (depricated by FS)

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-08-29 12:23:52 -04:00
Mazi Lo
882da949e7 FreeSWITCH:
1. Update to FS Git HEAD 464d8ab91086715a2ec7eb1fb9a2d2cb53377eb7
  2. Revert Config.in file to before GitHUB.
  3. Revert dependency to libsrtp before GitHUB.
  4. Add patch from Bluemax <bluemax@users.noreply.github.com> to libs/apr/configure.ac to disable TCP_NODELAY_WITH_CORK when cross compile.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-04-14 22:04:50 -04:00
Mazi Lo
24f45c9b31 FreeSWITCH:
1. Update to FS git 6eb59c711989774fb797d1c447e3d63aac84826b.
  2. Disable mod_perl due to recent changes in perl package.
  3. Disable mod_verto (required mod_perl).
  4. Remove numbering scheme from patches.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-04-07 11:09:48 -04:00
Mazi Lo
3b8f19f56a FreeSWITCH:
1. Add a silent-rules configure switch
2. Set its default setting to --disable-silent-rules
3. Set FS_WITH_ALSA default setting to enable.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-11 15:25:26 -04:00
Mazi Lo
deca918110 FreeSWITCH: Git HASH e4e9b1b9f93f3b1c6e344519d52d3854520ba29a
1. Add an option to enable/disable STUN.
2. Set STUN default setting to disable for now.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-11 09:58:41 -04:00
Mazi Lo
ffd3093f2a FreeSWITCH: FS git hash f7210b2402488ec8f9be97cc79921fa605bbb7a4
1. Fix issue with perl package dependency.
2. Fix issue with building mod-erlang.
3. Suspend unused boot() function in files/freeswitch.init.
3. Add mod-bert.
4. Update sound/moh packages to v1.0.50

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-05 08:37:35 -04:00
Mazi Lo
89df986803 FreeSWITCH:
1. Bump to FS GIT EHAD 5173471b06d88063ec7e2622c92c9674840ae4b1.
 2. Flag mod_yaml as BROKEN.
 3. Fine tune PKG_CONFIG_PATH to ${STAGING_DIR}/usr/lib/pkg-config .

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-15 22:08:15 -04:00
Mazi Lo
12485ef0ef FreeSWITCH: Fix libs/srtp.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-12 10:49:12 -04:00
Mazi Lo
774c735f9f FreeSWITCH:
1. Fix no FS_WITH_SQLITE3 due to @DEVEL in Config.in
  2. Fix configure error due to no ldns package needed by mod_enum.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-10 11:43:25 -04:00
Mazi Lo
4184d65fc4 FreeSWITCH:
1. Bump to git HEAD c411f8c7a99ea535bac661fb70676cebd1acfac5
  2. Fix mod_celt.
  3. Fix installation sed scripts.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-07-27 15:04:19 -04:00
Mazi Lo
287dda8a61 Let's try again. Previous commit wasn't completed
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-07-24 00:38:02 -04:00
Mazi Lo
28259120d8 FreeSWITCH:
1. Previous commit c009edf099
	doesn't seem to update both the Makefile and Config.in
	files.
 2. Update to FS git HEAD 757b7440104e34cf57ab30a411e081470ce2e180

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-05-23 11:23:19 -04:00
Jo-Philipp Wich
25a10d6c6d freeswitch: don't select packages from Config.in, this causes stuff to end up in rootfs even if freeswitch is built as package only 2013-12-13 11:46:39 +00:00
Mazi Lo
6661c81470 FreeSWITCH: Added more configure switches, mod-xml-radius, and synched to FS latest git HEAD
1. Added the following switches:
	--(with/without)-pgsql
	--(enable/disable)-core-pgsql-pkgconfig
	--(enable/disable)-srtp
	--(enable/disable)-threads, and
	--(enable/disable)-visibility
2. Added preliminary support for mod-xml-radius.
	- requres freeradius-client package
3. Synched to FS git HEAD 40c105322193b7d0160814ed8ffcd5bf7f566944.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2013-10-29 00:26:55 -04:00
Mazi Lo
1cc5d996fd FreeSWITCH: Updated using Config.in file and sync to FS latest git HEAD
1. Reorganized configuration section into a file (Config.in) based
		on suggestion from Luka (many thanks).
	2. Synched opus to v1.0.3.
	3. Synched to FS git HEAD c8be999c3446ffc8a4bbe10116855e542b29129e.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2013-10-26 21:11:45 -04:00