Commit Graph

29 Commits

Author SHA1 Message Date
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
Jiri Slachta 29d6aa52ab Revert "FreeSWITCH: fixed cross-compile errors" 2015-04-13 15:11:08 +02:00
Bluemax 163874a260 FreeSWITCH: fixed cross-compile errors
Signed-off-by: Bluemax <bluemax@users.noreply.github.com>
2015-04-08 05:46:54 +02:00
Mazi Lo 409394e6ea FreeSWITCH:
1. Remove old patches.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-04-07 11:24:00 -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 8d0e8f3638 FreeSWITCH:
1. Some platforms failed in configure process while checking for working
PROCESS_SHARED locks. Perhaps, this is caused by apr_cv_process_shared_works
variable set to yes in configure.ac file. This commit will set the
variable to no and see if configure process will pass such test.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-28 02:25:39 -04:00
Mazi Lo 1fd4c936c6 FreeSWITCH:
1. The included patched file (1130800-libs-srtp-configure-ac.patch) did
not seem to get pushed to the git server. Here we try again.

2. Update the patches/0000011-Makefile.am.patch file.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-26 10:56:06 -04:00
Mazi Lo cc7c560f55 FreeSWITHC: git HASH 12b6940644a68ea444c0e430412d419ae368d4a8
1. libs/srtp/configure.ac: DO NOT check for urandom when
cross_compiling.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-26 00:02:04 -04:00
Mazi Lo 1ba02cf25c FreeSWITCH:
1. Partially revert previous commit (11c475ad4) for python detection
   in configure.ac scripts.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-23 15:14:01 -04:00
Mazi Lo 11c475ad46 FreeSWITCH: git HASH 7faf9f4c25420204b53b5bbda1d228536778b39b
1. Add mod-python
2. Fix PHP detection in configure.ac script.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-19 21:27:13 -04:00
Mazi Lo 9ce7981406 FreeSWITCH: git HASH e3e267f46249abf714dd596dc89e545fd844aaee
1. restore missing ac_cv_dev_urandom=yes for sofia-sip to configure.ac
2. restore missing ac_cv_file___dev_urandom_=yes for srtp to configure.ac

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-15 12:10:55 -04:00
Mazi Lo acf25d8230 FreeSWITCH:
1. Remove -Werror from gnu platform

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-11 13:27:34 -04:00
Mazi Lo 314840d879 FreeSWITCH: Git HASH 66dafbde8ca0484141f044bcdf8132310742b443
1. Update MD5SUM on sounds-en-us-callie files.
2. Update patches.
3. Fix on spelling error.
4. Fix (minor) on LDFLAGS for perl.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-10-10 10:19:31 -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 6c33bb006f FreeSWITCH:
1. Bump to version 1.5.14b with the FS git HEAD of
	59cd3c77d84fac242683c5eb0b61c52f10bb2bb5
  2. Remove mod-memcache due to lack of libmemcache support by OpenWRT.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-09-06 14:13:44 -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 3ee497693e FreeSWITCH:
1. Bump to git HEAD e3e84a7820954195e8311be783a3e0cf9c1ba2ad.
  2. mod_enum and mod_erlang flagged as BROKEN (lacking dependencies).
  3. Fix ticket #17410 (error: recursive dependency detected!).

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-09 00:35:50 -04:00
Mazi Lo d75c4d8d4c FreeSWITCH:
1. Bump to git HEAD e3e84a7820954195e8311be783a3e0cf9c1ba2ad.
  2. mod_enum and mod_erlang flagged as BROKEN (lacking dependencies).
  3. Fix ticket #17410 (error: recursive dependency detected!).

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-08-09 00:33:39 -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 d5e0757b11 FreeSWITCH:
1. Bump to git HEAD 3d5d8163b329f86aafed087815a51494ce50ce1a
  2. Fix mod-erlang-event
  3. Remove mod-speex
  4. Add mod-rtc, mod-perl, and mod-verto. The last two modules depend
	on perl	target binary package which is currently omitted from
	OpenWRT. As such, they are flagged as BROKEN.
  5. Since FS no longer maintains and/or provides in-tree version of
	portaudio library, both mod-portaudio and mod-portaudio-stream
	are flagged as BROKEN.
  6. Clean up and/or remove all staging paths from all libtool control
	file names (.la).

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-07-24 00:29:26 -04:00
Mazi Lo c009edf099 FreeSWITCH:
1. Bump to git HEAD dc671d9d82e5ccdc5617f53c68c272c44a56b535
  2. Fix mod-erlang-event
  3. Add mod-basic, mod-cdr-mongodb, mod-memcached, and mod-mongo

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2014-05-22 23:13:16 -04:00
Mazi Lo 96843eb905 maintainers: Added myself as maintainer.
FreeSWITCH: Synced to FS latest git HEAD and fixed dependency issue.

1. Synched to FS git HEAD 8ea0bc73a9e162504b8e0564f585cbfb5b39acfc.
3. Added libopenssl as dependency.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2013-10-19 00:00:20 -04:00
Mazilo 47b47e5107 FreeSWITCH: Synced to FS latest git HEAD with some fixes and added mod_ssml.
1. Synched to FS git HEAD 6b9382290d9b6cf3ebcd8396c32a305fc0182c6b.
2. Fixed error in recursive dependency detected (Trac #: 14111)
3. Added mod_ssml.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-28 11:21:29 -04:00
Mazilo 9218873acd FreeSWITCH: Sync to FS latest git HEAD with some updates on patched files.
1. Synched to FS git HEAD fb238ed99779b28eeb1cc839b033ea2cf9d03212.
2. Update some patched files.
3. Bumped to FS v1.5.6b.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-09-14 09:01:37 -04:00
Mazilo bff1f87ad7 FreeSWITCH: Fix dependency issue with LZMA and sync to FS latest git HEAD
1. Added CONFIG_FS_WITH_LZMA var to pass --enable-lzma or
		--disable-lzma switch to configure for libs/tiff package.
		The switch is determined by the selection of liblzma
		package.
	2. Synch to FS git HEAD 4eee5aee8c94910f65f47ade4e873aa62e7117eb.
	3. Patches refreshed.

Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
2013-08-09 07:44:02 -04:00
Mazilo 986ee83a4e Updated to git HEAD 9ed53db590ae63ed941a9fe48e56435a903d07a0 2013-07-06 08:01:36 -04:00
Jiri Slachta 100f27f3bb Directory structure restructuralized.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2013-06-21 13:55:47 +02:00