Sebastian Kemper [Tue, 23 Jan 2018 21:16:26 +0000 (22:16 +0100)]
dahdi-tools: fix dahdi-tools-libtonezone dependency on uClibc
Currently the package fails to build with this error:
Package dahdi-tools-libtonezone is missing dependencies for the following libraries:
libpthread.so.1
Makefile:97: recipe for target '/build/lede-17.01/slaves/phase2/arc_arc700/build/sdk/bin/packages/arc_arc700/telephony/dahdi-tools-libtonezone_2.11.1-2_arc_arc700.ipk' failed
make[3]: *** [/build/lede-17.01/slaves/phase2/arc_arc700/build/sdk/bin/packages/arc_arc700/telephony/dahdi-tools-libtonezone_2.11.1-2_arc_arc700.ipk] Error 1
Add the dependecy accordingly.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 22 Jan 2018 18:55:24 +0000 (19:55 +0100)]
Merge pull request #245 from micmac1/asterisk_II-for-17.01
Asterisk part 2 for 17.01
Jiri Slachta [Mon, 22 Jan 2018 18:53:24 +0000 (19:53 +0100)]
Merge pull request #244 from micmac1/asterisk_I-for-17.01
Asterisk part 1 for 17.01
Sebastian Kemper [Tue, 16 Jan 2018 19:38:53 +0000 (20:38 +0100)]
chan-sccp-b: fix variant build
The variant builing is not working properly because PKG_BUILD_DIR is
unset. This fixes that.
Also the Makefile is cleaned up. LOW_MEMORY is not explicitly defined
anymore because chan-sccp-b is getting the define from the Asterisk
headers.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:35:59 +0000 (20:35 +0100)]
asterisk-g72x: fix variant build
Currently variant building isn't working properly because PKG_BUILD_DIR
is not set. This commit fixes that.
It also cleans up the Makefile, making it much simpler. The cleanups are
already in master.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:31:50 +0000 (20:31 +0100)]
asterisk-chan-dongle: version bump, add variant for Asterisk 13
This commit adds VARIANT support. This is so that the module will also
be available for Asterisk 13.
The current version does not support Asterisk 13. So this commit also
updates the package to use the (more recent) source from wdoekes on
github, which is also used in master.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:24:59 +0000 (20:24 +0100)]
asterisk-11.x-chan-dongle: folder rename
Rename the folder to asterisk-chan-dongle to prepare for VARIANT build.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:19:13 +0000 (20:19 +0100)]
asterisk-13.x: module updates
This commit:
- adds some missing descriptions
- updates some module files (e.g. new sub modules)
- adds/updates some module dependencies
- adds some missing CONFIGURE_ARGS that are depending on module selections
- enables fax support (spandsp)
- adds res-xmpp (which seems it was just missed as CONFIGURE_ARGS for it exist)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:09:53 +0000 (20:09 +0100)]
asterisk-13.x: change LOW_MEMORY and -march=native treatment
- LOW_MEMORY is known to cause sporadic crashes, disable it by default.
- Prevent Asterisk from adding -march=native to CFLAGS.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:07:13 +0000 (20:07 +0100)]
asterisk-13.x: clean up compile stage
- Don't add extra TARGET_LDFLAGS for asterisk13-pbx-lua. It is not
needed anymore (apart from that the module isn't available currently,
see next commit).
- Stop setting -Wl,-rpath-link in LDFLAGS. There is no point to do that.
- Stop calling specific make targets like version.h; make handles the
build properly without it.
- Use the default compile routine instead of the custom one.
- Add AST_FORTIFY_SOURCE to MAKE_FLAGS (seen in Debian rules file,
prevents asterisk's build system to mess with OpenWrt/LEDE flags).
- Remove $(SITE_VARS) (unused)
- Remove $(SDK) from ifneq. The variable prevents the ifneq from
working on the buildbots. $(SDK) is set there, so the ifneqs that test
for empty will always be true.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 19:03:16 +0000 (20:03 +0100)]
asterisk-13.x: change some default file locations
- Set data dir to /usr/share/asterisk and use default locations for
everything else.
- This is more in line with FHS. Database files are now written to tmpfs
(/var is mounted there). This prevents the rootfs from filling up. It
also prevents the flash to degrade during constant database rewriting.
- As the data dir changes, so does the location of the sound files. This
commit also takes care of that.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:58:23 +0000 (19:58 +0100)]
asterisk-13.x: .conf file fixes
Fix issues with configuration files:
- missing configuration files
- conffiles define
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:48:31 +0000 (19:48 +0100)]
asterisk-13.x: bump to 13.18.5
The currently used version 13.9.1 has the following open CVEs:
CVE-2016-7551
CVE-2016-9938
CVE-2017-14099
CVE-2017-14100
CVE-2017-14603
CVE-2017-16671
CVE-2017-16672
CVE-2017-17090
CVE-2017-17664
CVE-2017-17850
CVE-2017-7617
CVE-2017-9358
CVE-2017-17850
Upstream provided patches for these but used 13.13.0 or later versions
as baseline. Multiple of these patches fail to apply to 13.9.1. So
upgrade to the current version instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:40:57 +0000 (19:40 +0100)]
pjproject: Makefile improvements
- Cleans up the flags
- Cleans up pkgconfig file so there are no COPTS warnings during
Asterisk builds
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:38:57 +0000 (19:38 +0100)]
pjproject: add config_site.h
Copied from Asterisk, sets some sane values. For instance it enables
IPv6 support.
Also it disables DEBUG. With debug enabled 'pjproject enables "assert"
functions which can cause Asterisk to crash unexpectedly' (quote from
Asterisk wiki).
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:37:48 +0000 (19:37 +0100)]
pjproject: bump to 2.7.1
- Version bump because current version has open CVEs for which
backported patches do not exist (CVE-2017-16875 and CVE-2017-16872).
- Adds dependency on openssl as otherwise Asterisk will complain. Some
Asterisk modules cannot load without it.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:29:48 +0000 (19:29 +0100)]
asterisk-11.x: add end-of-life warning
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Tue, 16 Jan 2018 18:27:52 +0000 (19:27 +0100)]
asterisk-11.x: add upstream patches for CVEs
This commit adds patches for:
CVE-2016-7551
CVE-2016-9938
CVE-2017-14099
CVE-2017-14100
CVE-2017-14603
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 15 Jan 2018 19:17:36 +0000 (20:17 +0100)]
Merge pull request #242 from micmac1/lede-17.01
Lede 17.01 libs
Sebastian Kemper [Mon, 15 Jan 2018 19:03:17 +0000 (20:03 +0100)]
libsrtp: add patches that fix 2 CVEs
Patches copied from Debian. They fix:
CVE-2013-2139
CVE-2015-6360
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 15 Jan 2018 19:01:55 +0000 (20:01 +0100)]
libosip2: add that fixes multiple CVEs
This commit adds a patch copied from Debian that addresses the following
bugs:
CVE-2016-10324
CVE-2016-10325
CVE-2016-10326
CVE-2017-7853
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 15 Jan 2018 19:00:20 +0000 (20:00 +0100)]
iksemel: clean up Makefile, bump revision
- clean up deps
- remove no longer needed build customizations
- revision bump
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 15 Jan 2018 18:59:11 +0000 (19:59 +0100)]
iksemel: address security problem
This commit removes the current patch regarding cipher selection and
replaces it with a patch copied from Debian. This fixes the problem that
only low-grade ciphers are available.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 15 Jan 2018 18:57:40 +0000 (19:57 +0100)]
iksemel: fix gnutls detection
This commit removes the current gnutls m4 macro patch. A patch that adds
gnutls detection via pkgconfig is added instead. The patch was copied
from Debian.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Daniel Golle [Thu, 31 Aug 2017 23:11:17 +0000 (01:11 +0200)]
dahdi-tools: package dahdi_cfg executable
Grab the binary instead of the libtool-shell-wrapper...
As a result, dahdi_cfg now depends on dahdi-tools-libtonezone.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
dahdi-tools: fix previous commit
The dependencies in the default section were modified instead of just
the ones for dahdi-cfg. Fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 15 Jul 2016 09:49:55 +0000 (11:49 +0200)]
dahdi-tools: fix build
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jiri Slachta [Mon, 4 Jul 2016 10:17:44 +0000 (12:17 +0200)]
Merge pull request #115 from alfredh/master
libre: update to version 0.4.17
Alfred E. Heggestad [Sat, 25 Jun 2016 15:01:20 +0000 (17:01 +0200)]
libre: update to version 0.4.17
Daniel Golle [Sun, 12 Jun 2016 18:30:14 +0000 (20:30 +0200)]
dahdi-tools: update to version 2.11.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 12 Jun 2016 18:30:02 +0000 (20:30 +0200)]
dahdi-linux: update to 2.11.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 12 Jun 2016 12:36:24 +0000 (14:36 +0200)]
libpri: update to version 1.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 12 Jun 2016 11:06:56 +0000 (13:06 +0200)]
asterisk-13.x: update to version 13.9.1
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 10 Jun 2016 12:18:40 +0000 (14:18 +0200)]
Merge pull request #114 from mantas-p/libpri-mirror
libpri: add old release dir to mirrors
Mantas Pucka [Fri, 10 Jun 2016 11:40:33 +0000 (14:40 +0300)]
libpri: add old release dir to mirrors
Signed-off-by: Mantas Pucka <mantas@8devices.com>
Jiri Slachta [Tue, 31 May 2016 18:12:51 +0000 (20:12 +0200)]
multiple packages: change PKG_MAINTAINER email address
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Wed, 25 May 2016 11:46:37 +0000 (13:46 +0200)]
Merge pull request #112 from alfredh/master
upgrade baresip to version 0.4.19
Alfred E. Heggestad [Fri, 20 May 2016 17:22:00 +0000 (19:22 +0200)]
upgrade baresip to version 0.4.19
Jiri Slachta [Wed, 11 May 2016 09:10:03 +0000 (11:10 +0200)]
Merge pull request #111 from alfredh/master
telephony: upgrade libre to 0.4.16
Alfred E. Heggestad [Thu, 5 May 2016 14:52:40 +0000 (16:52 +0200)]
telephony: upgrade libre to 0.4.16
Jiri Slachta [Thu, 7 Apr 2016 14:20:12 +0000 (16:20 +0200)]
asterisk-{11.x,13.x}: remove module fax and fax-spandsp
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 7 Apr 2016 14:04:59 +0000 (16:04 +0200)]
asterisk-g72x: remove variant for asterisk18
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 7 Apr 2016 14:03:07 +0000 (16:03 +0200)]
chan-sccp-b: remove variant for asterisk18
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 7 Apr 2016 14:01:19 +0000 (16:01 +0200)]
kamailio-3.x: remove obsolete package after EOL
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 7 Apr 2016 13:36:27 +0000 (15:36 +0200)]
asterisk-13.x: cleanup patches, add HEP support
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 7 Apr 2016 12:53:40 +0000 (14:53 +0200)]
kamailio-4.x: update to 4.4.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 08:42:02 +0000 (10:42 +0200)]
asterisk-13.x: use conflicts only in asterisk11 makefile
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 08:20:48 +0000 (10:20 +0200)]
asterisk-{11.x,13.x}: add package conflicts
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 08:17:38 +0000 (10:17 +0200)]
asterisk-1.8.x: remove obsolete package, it is after its EOL
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 08:06:43 +0000 (10:06 +0200)]
baresip: add DTMF input/output module
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 07:10:40 +0000 (09:10 +0200)]
rem: update to version 0.4.7
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 07:10:19 +0000 (09:10 +0200)]
re: update to 0.4.15
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 07:09:33 +0000 (09:09 +0200)]
restund: update to 0.4.12
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 5 Apr 2016 07:05:46 +0000 (09:05 +0200)]
baresip: update to 0.4.18
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Mon, 4 Apr 2016 14:24:46 +0000 (16:24 +0200)]
pjproject: update to 2.4.5
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Mon, 4 Apr 2016 14:05:58 +0000 (16:05 +0200)]
asterisk-{11.x,13.x}: add several modules
Within this commit several modules has been added, such as:
* app_queue
* func_presencestate
Fixes within this commit adds several cfg files to basic
set of files and reduces used space by installing symlinks
(manually merged changes from pr #98 and from pr #103)
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Mon, 4 Apr 2016 13:45:53 +0000 (15:45 +0200)]
Merge pull request #105 from dkgroot/patch-2
Chan-sccp-b release v4.2.3
Jiri Slachta [Mon, 4 Apr 2016 13:33:30 +0000 (15:33 +0200)]
asterisk-13.x: update to 13.8.0, fix several build issues
Within this commit asterisk has been upgraded to version 11.22.0.
Several build issues has also been fixed (thanks to musl fixes from
Alpine linux).
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Mon, 4 Apr 2016 13:27:09 +0000 (15:27 +0200)]
asterisk-11.x: update to 11.22.0, fix several build issues
Within this commit asterisk has been upgraded to version 11.22.0.
Several build issues has also been fixed (thanks to musl fixes from
Alpine linux).
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Mazi Lo [Wed, 30 Mar 2016 04:01:49 +0000 (00:01 -0400)]
[FreeSWITCH]: commit
cc0a062204cb51311619cd37f51b32b2f266729f
- fix libopus dependency
--
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Mazi Lo [Mon, 28 Mar 2016 18:06:29 +0000 (14:06 -0400)]
[FreeSWITCH]: flag mod-flite as broken (requires unavailable flite package).
--
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Mazi Lo [Sat, 26 Mar 2016 22:20:35 +0000 (18:20 -0400)]
[FreeSWITCH]: Update patched files for musl
--
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Mazi Lo [Sat, 26 Mar 2016 22:17:15 +0000 (18:17 -0400)]
[FreeSWITCH]: Remove unused patched files
--
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Mazi Lo [Sat, 26 Mar 2016 21:49:30 +0000 (17:49 -0400)]
[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>
Diederik de Groot [Thu, 18 Feb 2016 02:47:53 +0000 (03:47 +0100)]
Chan-sccp-b release v4.2.3
New Features in V4.2.3
- Warning about use of ancient gcc compiler
- New desktop/background images
- New AMI Function:SCCPShowRefcount
- Support for newer/future version of automake
- Small size reduction of chan_sccp.so
Bug Fixes
- Channel being left behind after hangup
- Scheduled Hangup / Schedule Digit Timeout
- Potential Deadlock Fallback Atomic Functions
- MWI loosing track of new voicemails under certain circumstances
- using gnu version of libiconv fixed
- gen_sccp_enum improved / gnu awk extension dependency removed
- set socket option should happen before binding to the socket
- channel monitor/record handling fixed
- Code cleanup / fixed memory leaks / fixed potential null pointer dereferences
- Some smaller patches (Check ChangeLog for details)
Daniel Golle [Tue, 19 Jan 2016 09:46:43 +0000 (10:46 +0100)]
dahdi-linux: skip blob firmware download
DAHDI tries downloading firmware blobs from Digium's server which are
for hardware not supported by the OpenWrt package and those blobs are
licensed prohibiting redistribution. Thus there is no point in
downloading them at all, especially as the download failing frequently
causes build failures.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jiri Slachta [Wed, 16 Dec 2015 11:26:16 +0000 (12:26 +0100)]
Merge pull request #97 from ryzhovau/chan-sccp-b_src
chan-sccp-b: fix source URL
Alexander Ryzhov [Sun, 6 Dec 2015 16:20:43 +0000 (11:20 -0500)]
chan-sccp-b: fix source URL
Signed-off-by: Alexander Ryzhov <openwrt@ryzhov-al.ru>
Sebastian Kemper [Sun, 11 Oct 2015 08:59:28 +0000 (10:59 +0200)]
net/asterisk: Update asterisk-13.x to 13.6.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
[daniel@makrotopia.org: split patch, one for each version]
Sebastian Kemper [Sun, 11 Oct 2015 08:59:28 +0000 (10:59 +0200)]
net/asterisk: Update asterisk-11.x to 11.20.0
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
[daniel@makrotopia.org: split patch, one for each version]
Daniel Golle [Fri, 9 Oct 2015 00:20:33 +0000 (02:20 +0200)]
chan-sccp-b: conflicts with asterisk*-chan-skinny
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 2 Oct 2015 01:21:31 +0000 (03:21 +0200)]
asterisk-13.x: keep conf-* sounds
conf-* sounds are not package anywhere else, thus keep them in
asterisk13-sounds.
Fixes #90
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 2 Oct 2015 01:19:59 +0000 (03:19 +0200)]
asterisk-13.x: don't install duplicate files
Fixes #89
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 2 Oct 2015 00:16:02 +0000 (02:16 +0200)]
asterisk-13.x: add package for chan_dahdi
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 2 Oct 2015 00:37:09 +0000 (02:37 +0200)]
asterisk-13.x: update to version 13.5.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 2 Oct 2015 00:07:44 +0000 (02:07 +0200)]
asterisk-1.8.x: add package for chan_dahdi
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 1 Oct 2015 22:12:09 +0000 (00:12 +0200)]
libpri: fix warning when building with musl
fix #warning redirecting incorrect #include <sys/signal.h> to <signal.h>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 26 Sep 2015 22:13:50 +0000 (00:13 +0200)]
asterisk-11.x: compile chan_dahdi with support for PRI and BRI
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sat, 26 Sep 2015 22:13:50 +0000 (00:13 +0200)]
libpri: add new package
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jiri Slachta [Wed, 9 Sep 2015 10:23:25 +0000 (12:23 +0200)]
Merge pull request #83 from jpap/jpap/restore-iksemel-1.4
iksemel: restore package and all dependent asterisk modules
John Papandriopoulos [Sat, 22 Aug 2015 00:11:54 +0000 (17:11 -0700)]
iksemel: restore package and all dependent asterisk modules
Jiri Slachta [Tue, 8 Sep 2015 11:01:38 +0000 (13:01 +0200)]
Merge pull request #82 from micmac1/master
asterisk-11.x: Bump to 11.19.0
Mazi Lo [Sun, 6 Sep 2015 04:45:25 +0000 (00:45 -0400)]
[FreeSWITCH]
1. Removed PROCESS_SHARED locks check from libs/apr/configure.ac.
2. Flagged mod_flite as BROKEN due to lack of flite package.
3. Added some additional modules, i.e. mod_av, mod_esl, and flagged as BROKEN for now.
4. Depricated mod_celt.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Mazi Lo [Sat, 29 Aug 2015 16:23:52 +0000 (12:23 -0400)]
[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>
Daniel Golle [Wed, 19 Aug 2015 10:33:11 +0000 (12:33 +0200)]
dahdi-tools: update to 2.10.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 19 Aug 2015 10:23:22 +0000 (12:23 +0200)]
dahdi-linux: update to 2.10.2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jiri Slachta [Wed, 12 Aug 2015 11:56:44 +0000 (13:56 +0200)]
[PATCH] baresip: upgrade to 0.4.14
- upgrade baresip to 0.4.14
- uuid module is now part of the core-baresip
- add building of dtmfio module
Signed-off-By: Alfred E. Heggestad <aeh@db.org>
Acked-by: Jiri Slachta <slachta@cesnet.cz>
Tested-by: Jiri Slachta <slachta@cesnet.cz>
Sebastian Kemper [Sat, 8 Aug 2015 07:33:59 +0000 (09:33 +0200)]
asterisk-11.x: Bump to 11.19.0
Compile-tested on BB 14.07.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Thu, 30 Jul 2015 11:17:26 +0000 (13:17 +0200)]
asterisk-13.x: fix syntax for bridge modules
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Wed, 22 Jul 2015 13:16:46 +0000 (15:16 +0200)]
baresip: closing #56, added modules speex-aec, speex-pp, httpd.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 2 Jul 2015 10:09:57 +0000 (12:09 +0200)]
asterisk-13.x: change module ordering
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 2 Jul 2015 09:35:13 +0000 (11:35 +0200)]
re: update to 0.4.13
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Thu, 2 Jul 2015 07:03:05 +0000 (09:03 +0200)]
asterisk-11.x: modules restructuralization and addition
Within this commit following issues has been fixed:
* app_directory has been added
* voicemail module has been split to res_adsi, res_smdi and voicemail
* res_calendar has been added
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Wed, 1 Jul 2015 13:25:30 +0000 (15:25 +0200)]
asterisk-13.x: modules restructuralization and addition
Within this commit several modules were reworked and simplified.
* Voicemail module has been split to res-adsi, res-smdi and voicemail
module.
* app_confbridge has been split to atomic bridge modules
* res_calendar has been added
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Daniel Golle [Sun, 28 Jun 2015 21:16:31 +0000 (23:16 +0200)]
yate: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 28 Jun 2015 20:27:00 +0000 (22:27 +0200)]
yate: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Sun, 28 Jun 2015 18:46:11 +0000 (20:46 +0200)]
baresip: fix build with musl
alsa-lib needs _GNU_SOURCE to be set for integer types to be defined.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Fri, 26 Jun 2015 13:06:56 +0000 (15:06 +0200)]
kamailio-4.x: build against libevent2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 25 Jun 2015 22:27:19 +0000 (00:27 +0200)]
chan-sccp-b: fix package install
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 25 Jun 2015 22:13:37 +0000 (00:13 +0200)]
asterisk-13.x: fixup real-time module
remove spurious ',' sign added in commit
a386bb33c7e519871e01e9a6ab7adb30bd002952
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Thu, 25 Jun 2015 21:39:58 +0000 (23:39 +0200)]
Merge pull request #74 from dkgroot/chan-sccp-b_V4.2
chan-sccp-b: stable release / realtime examples