Sebastian Kemper [Mon, 26 Feb 2018 22:08:01 +0000 (23:08 +0100)]
asterisk-13.x: bump to 13.19.2
No new features in this release. This is a bugfix release.
- Fixes:
AST-2018-004
AST-2018-005
- Remove res_pjsip_transport_management.so as it got moved into
res_pjsip's core as per AST-2018-003.
- Change to PKG_HASH.
- Remove 003-disable-ast-xml-docs.patch, it doesn't apply anymore.
Instead change --enable-xmldoc into --disable-xmldoc in the Makefile.
- Refreshed patches.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Mon, 26 Feb 2018 22:05:08 +0000 (23:05 +0100)]
pjproject: bump 2.7.2
Includes security fixes:
2094: Crash when receiving SDP with invalid fmtp attribute
2095: Crash when parsing SDP with an invalid media format description
No further changes.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 22 Jan 2018 18:52:07 +0000 (19:52 +0100)]
Merge pull request #243 from micmac1/asterisk-fixes-for-15.05
asterisk-13.x: fix some dependencies
Sebastian Kemper [Tue, 16 Jan 2018 19:55:37 +0000 (20:55 +0100)]
asterisk-13.x: fix some dependencies
- spandsp module for faxing is missing, add it
- res-pjproject is a missing dependency for pjsip, add it as well
- both res-srtp and res-pjproject depend on libsrtp, change
CONFIGURE_ARGS accordingly
- same for pjproject, as pjsip and res-rtp-asterisk depend on it
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Mon, 15 Jan 2018 19:14:36 +0000 (20:14 +0100)]
Merge pull request #239 from micmac1/kamailio-for-15.05
Kamailio for 15.05
Jiri Slachta [Mon, 15 Jan 2018 19:14:19 +0000 (20:14 +0100)]
Merge pull request #238 from micmac1/asterisk_II-for-15.05
Asterisk part 2 for 15.05
Jiri Slachta [Mon, 15 Jan 2018 19:14:04 +0000 (20:14 +0100)]
Merge pull request #237 from micmac1/asterisk_I-for-15.05
Asterisk part I for 15.05
Sebastian Kemper [Sun, 14 Jan 2018 18:05:34 +0000 (19:05 +0100)]
kamailio-4.x: fix build failure
hiredis is not available on Chaos Calmer, so remove the dependency.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Sun, 14 Jan 2018 17:59:36 +0000 (18:59 +0100)]
kamailio-3.x: add fix for CVE-2016-2385
Fixes heap-based buffer overflow in the encode_msg function.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Thu, 11 Jan 2018 19:33:23 +0000 (20:33 +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 [Thu, 11 Jan 2018 19:28:18 +0000 (20:28 +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 [Thu, 11 Jan 2018 19:20:24 +0000 (20:20 +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 [Thu, 11 Jan 2018 19:03:16 +0000 (20:03 +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>
Jiri Slachta [Thu, 11 Jan 2018 18:45:05 +0000 (19:45 +0100)]
Merge pull request #234 from micmac1/libs-for-15.05
Libs for 15.05
Sebastian Kemper [Wed, 10 Jan 2018 22:22:20 +0000 (23:22 +0100)]
asterisk-13.x: module updates
This commit:
- adds some missing descriptions
- updates some module files (e.g. new sub modules)
- updates some module dependencies
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 10 Jan 2018 22:19:48 +0000 (23:19 +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 [Wed, 10 Jan 2018 22:11:13 +0000 (23:11 +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 [Wed, 10 Jan 2018 22:04:41 +0000 (23:04 +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 [Wed, 10 Jan 2018 21:56:46 +0000 (22:56 +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 [Wed, 10 Jan 2018 21:18:46 +0000 (22:18 +0100)]
asterisk-13.x: bump to 13.18.5
The currently used version 13.8.0 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.8.0. So
upgrade to the current version instead.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 10 Jan 2018 21:02:08 +0000 (22:02 +0100)]
asterisk-11.x: add end-of-life warning
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 10 Jan 2018 21:00:06 +0000 (22:00 +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>
Sebastian Kemper [Wed, 10 Jan 2018 20:54:40 +0000 (21:54 +0100)]
asterisk-1.8: add end-of-life warning
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 10 Jan 2018 20:50:09 +0000 (21:50 +0100)]
pjproject: Makefile improvements
- Cleans up the flags
- Copies symbolic links to libraries instead of hard links to save space
- Cleans up pkgconfig file so there are no COPTS warnings during
Asterisk builds
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Sebastian Kemper [Wed, 10 Jan 2018 20:47:06 +0000 (21:47 +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 [Wed, 10 Jan 2018 20:42:25 +0000 (21:42 +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 [Wed, 10 Jan 2018 19:03:23 +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 [Wed, 10 Jan 2018 19:00:20 +0000 (20:00 +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 [Wed, 10 Jan 2018 18:57:38 +0000 (19:57 +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 [Wed, 10 Jan 2018 18:53:54 +0000 (19:53 +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 [Wed, 10 Jan 2018 18:50:24 +0000 (19:50 +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.
Upstream bug report here: https://github.com/meduketto/iksemel/issues/20
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Jiri Slachta [Sun, 12 Nov 2017 11:04:15 +0000 (13:04 +0200)]
Merge pull request #197 from wigyori/for-15.05-baresip
CC: baresip: upgrade to 0.5.6
Jiri Slachta [Sun, 12 Nov 2017 11:04:04 +0000 (13:04 +0200)]
Merge pull request #198 from wigyori/for-15.05-kama4
CC: kamailio-4.x: upgrade to 4.4.0, fix build
Jiri Slachta [Sun, 12 Nov 2017 11:01:33 +0000 (13:01 +0200)]
Merge pull request #196 from wigyori/for-15.05-re
CC: re/rem: fix build on CC and upgrade
Zoltan HERPAI [Sat, 11 Nov 2017 22:34:29 +0000 (23:34 +0100)]
kamailio-4.x: fix build
- drop dialog-ng module
- add dependency for hiredis lib
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Zoltan HERPAI [Sat, 11 Nov 2017 22:33:47 +0000 (23:33 +0100)]
kamailio-4.x: Fix sercmd/kamcmd patch
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
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>
Daniel Golle [Wed, 24 Jun 2015 13:02:46 +0000 (15:02 +0200)]
kamailio-4.x: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Jiri Slachta [Tue, 7 Nov 2017 19:48:49 +0000 (20:48 +0100)]
baresip: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 12 Sep 2017 12:10:43 +0000 (14:10 +0200)]
baresip: update to 0.5.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Daniel Engberg [Thu, 5 Jan 2017 00:13:57 +0000 (01:13 +0100)]
net/baresip: Update to 0.5.0
Update to 0.5.0
Remove Speex as it's being obsoleted by upstream.
Add Opus to replace Speex
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Alfred E. Heggestad [Fri, 20 May 2016 17:22:00 +0000 (19:22 +0200)]
upgrade baresip to version 0.4.19
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:05:46 +0000 (09:05 +0200)]
baresip: update to 0.4.18
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Tue, 7 Nov 2017 19:50:00 +0000 (20:50 +0100)]
rem: update to 0.5.2
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 12 Sep 2017 12:10:21 +0000 (14:10 +0200)]
rem: update to 0.5.1
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
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>
Daniel Golle [Wed, 24 Jun 2015 11:22:21 +0000 (13:22 +0200)]
libs/rem: fix build with musl
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Zoltan HERPAI [Fri, 10 Nov 2017 22:00:25 +0000 (23:00 +0100)]
re: bring back MD5SUM for CC
Signed-off-by: Zoltan HERPAI <wigyori@uid0.hu>
Jiri Slachta [Tue, 7 Nov 2017 19:49:23 +0000 (20:49 +0100)]
re: update to 0.5.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Jiri Slachta [Tue, 12 Sep 2017 12:09:48 +0000 (14:09 +0200)]
re: update to 0.5.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
Daniel Engberg [Wed, 4 Jan 2017 23:32:36 +0000 (00:32 +0100)]
libs/re: Add zlib dependency
Adds missing zlib dependency
Signed-off-by: Daniel Engberg <daniel.engberg.lists@pyret.net>
Alfred E. Heggestad [Sat, 25 Jun 2016 15:01:20 +0000 (17:01 +0200)]
libre: update to version 0.4.17
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>
Alfred E. Heggestad [Thu, 5 May 2016 14:52:40 +0000 (16:52 +0200)]
telephony: upgrade libre to 0.4.16
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, 9 May 2017 09:32:37 +0000 (11:32 +0200)]
Merge pull request #146 from pho/for-15.05
Fix PKG_SOURCE_URL for libpri 1.4.15
Jaime [Tue, 9 May 2017 07:53:06 +0000 (09:53 +0200)]
Fix PKG_SOURCE_URL for libpri
Jiri Slachta [Fri, 5 May 2017 11:17:06 +0000 (13:17 +0200)]
Merge pull request #119 from bernhardschmidt/fix-freeswitch-build
Fix build of FreeSWITCH due to missing libedit
Bernhard Schmidt [Sun, 14 Aug 2016 20:44:53 +0000 (22:44 +0200)]
Fix build of FreeSWITCH due to missing libedit
libedit is not available in 15.05. Add --disable-core-libedit-support
to configure flags to fix build error
Fixes #118
Signed-Off-By: Bernhard Schmidt <berni@birkenwald.de>
John Crispin [Wed, 20 Apr 2016 17:00:18 +0000 (19:00 +0200)]
Merge pull request #108 from blogic/for-15.05
freeswitch: libsqlite2 and libedit do not exist
John Crispin [Tue, 19 Apr 2016 09:47:06 +0000 (11:47 +0200)]
freeswitch: libsqlite2 and libedit do not exist
this leads to lots of these lines when updating the feed in CC
WARNING: No feed for package 'libsqlite2' found, maybe it's already part of the standard packages?
WARNING: No feed for package 'libedit' found, maybe it's already part of the standard packages?
Signed-off-by: John Crispin <blogic@openwrt.org>
Jiri Slachta [Wed, 13 Apr 2016 08:44:47 +0000 (10:44 +0200)]
asterisk-13.x: update to 13.8.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Jiri Slachta [Wed, 13 Apr 2016 08:44:17 +0000 (10:44 +0200)]
asterisk-11.x: update to 11.22.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
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>
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>
Daniel Golle [Wed, 11 Nov 2015 00:56:06 +0000 (01:56 +0100)]
Merge pull request #92 from dangowrt/for-15.05.01
backport fixes and minor updates from master to for-15.10
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 [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>
John Papandriopoulos [Sat, 22 Aug 2015 00:11:54 +0000 (17:11 -0700)]
iksemel: restore package and all dependent asterisk modules
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 [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>
Diederik de Groot [Thu, 25 Jun 2015 15:28:59 +0000 (17:28 +0200)]
chan-sccp-b:
- Update revision to point to stable V4.2 release
- Add sqlite3 realtime example files
Diederik de Groot [Thu, 25 Jun 2015 15:22:10 +0000 (17:22 +0200)]
Add realtime pbx, func and res modules
Diederik de Groot [Thu, 25 Jun 2015 15:19:46 +0000 (17:19 +0200)]
Add realtime pbx, func and res modules
Daniel Golle [Wed, 24 Jun 2015 19:08:16 +0000 (21:08 +0200)]
asterisk-11.x-chan-dongle: support E1752 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 24 Jun 2015 18:50:09 +0000 (20:50 +0200)]
asterisk-11.x-chan-dongle: fix audio endianess problem
Github user @ljakob supplied a patch in
https://github.com/openwrt/telephony/issues/7
--
Hi, I've solved the problem myself - it was an endianness bug:
Here what gave me the correct clue:
audio is broken in one direction only
audio is fine if you disable any timing-source within asterisk (no good idea if you want to use IAX)
audio was fine on my x86 box
I had a long look into the code :)
The bug is in the audio handling of timing_write in channel.c, the data sent to the socket is not changed to the correct endianness if a timing device is used.
Here is my patch, it's untested (just one call yet) but it's trivial enough:
http://www.hugo.weite-welt.com/asterisk13_chan_dongle_endianess.patch
it is against asterisk13 branch in
https://github.com/oleg-krv/asterisk-chan-dongle.git
but should fit into other asterisk versions nicely
--
This commit imports the patch above to asterisk-11.x-chan-dongle.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Daniel Golle [Wed, 24 Jun 2015 15:44:30 +0000 (17:44 +0200)]
kamailio-4.x: update to version 4.3.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Sebastian Kemper [Tue, 23 Jun 2015 19:08:23 +0000 (21:08 +0200)]
asterisk-11.x: Don't bootstrap menuselect
The configure script generated by bootstrap.sh in the menuselect folder doesn't work properly. It doesn't check for 'sed', for instance, resulting in './configure: line 4622: -e: command not found'. The build works well without the bootstrap.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>