feed/telephony.git
6 years agoMerge pull request #237 from micmac1/asterisk_I-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

6 years agoMerge pull request #234 from micmac1/libs-for-15.05
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

6 years agoasterisk-13.x: module updates 237/head
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>
6 years agoasterisk-13.x: change LOW_MEMORY and -march=native treatment
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>
6 years agoasterisk-13.x: clean up compile stage
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>
6 years agoasterisk-13.x: change some default file locations
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>
6 years agoasterisk-13.x: .conf file fixes
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>
6 years agoasterisk-13.x: bump to 13.18.5
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>
6 years agoasterisk-11.x: add end-of-life warning
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>
6 years agoasterisk-11.x: add upstream patches for CVEs
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>
6 years agoasterisk-1.8: add end-of-life warning
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>
6 years agopjproject: Makefile improvements
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>
6 years agopjproject: add config_site.h
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>
6 years agopjproject: bump to 2.7.1
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>
6 years agolibsrtp: add patches that fix 2 CVEs 234/head
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>
6 years agolibosip2: add that fixes multiple CVEs
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>
6 years agoiksemel: clean up Makefile, bump revision
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>
6 years agoiksemel: address security problem
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>
6 years agoiksemel: fix gnutls detection
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>
6 years agoMerge pull request #197 from wigyori/for-15.05-baresip 211/head
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
6 years agoMerge pull request #198 from wigyori/for-15.05-kama4
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
6 years agoMerge pull request #196 from wigyori/for-15.05-re
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
6 years agokamailio-4.x: fix build 198/head
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>
6 years agokamailio-4.x: Fix sercmd/kamcmd patch
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>
6 years agokamailio-4.x: update to 4.4.0
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>
6 years agokamailio-4.x: fix build with musl
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>
6 years agobaresip: update to 0.5.6 197/head
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>
6 years agobaresip: update to 0.5.5
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>
6 years agonet/baresip: Update to 0.5.0
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>
6 years agoupgrade 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

6 years agobaresip: add DTMF input/output module
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>
6 years agobaresip: update to 0.4.18
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>
6 years agorem: update to 0.5.2 196/head
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>
6 years agorem: update to 0.5.1
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>
6 years agorem: update to version 0.4.7
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>
6 years agolibs/rem: fix build with musl
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>
6 years agore: bring back MD5SUM for CC
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>
6 years agore: update to 0.5.6
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>
6 years agore: update to 0.5.5
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>
6 years agolibs/re: Add zlib dependency
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>
6 years agolibre: 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

6 years agomultiple packages: change PKG_MAINTAINER email address
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>
6 years agotelephony: 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

6 years agore: update to 0.4.15
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>
7 years agoMerge pull request #146 from pho/for-15.05
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

7 years agoFix PKG_SOURCE_URL for libpri 146/head
Jaime [Tue, 9 May 2017 07:53:06 +0000 (09:53 +0200)]
Fix PKG_SOURCE_URL for libpri

7 years agoMerge pull request #119 from bernhardschmidt/fix-freeswitch-build
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

7 years agoFix build of FreeSWITCH due to missing libedit 119/head
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>
8 years agoMerge pull request #108 from blogic/for-15.05
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

8 years agofreeswitch: libsqlite2 and libedit do not exist 108/head
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>
8 years agoasterisk-13.x: update to 13.8.0
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>
8 years agoasterisk-11.x: update to 11.22.0
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>
8 years agodahdi-linux: skip blob firmware download
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>
8 years agochan-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>
8 years agoMerge pull request #92 from dangowrt/for-15.05.01
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

8 years agonet/asterisk: Update asterisk-13.x to 13.6.0 92/head
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]

8 years agonet/asterisk: Update asterisk-11.x to 11.20.0
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]

8 years agochan-sccp-b: conflicts with asterisk*-chan-skinny
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>
8 years agoasterisk-13.x: keep conf-* sounds
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>
8 years agoasterisk-13.x: don't install duplicate files
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>
8 years agoasterisk-13.x: add package for chan_dahdi
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>
8 years agoasterisk-13.x: update to version 13.5.0
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>
8 years agoasterisk-1.8.x: add package for chan_dahdi
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>
8 years agoasterisk-11.x: compile chan_dahdi with support for PRI and BRI
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>
8 years agolibpri: add new package
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>
8 years agoiksemel: 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

8 years ago[FreeSWITCH]: Update to v1.5.final
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>
8 years agodahdi-tools: update to 2.10.2
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>
8 years agodahdi-linux: update to 2.10.2
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>
8 years ago[PATCH] baresip: upgrade to 0.4.14
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>
8 years agoasterisk-11.x: Bump to 11.19.0
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>
8 years agoasterisk-13.x: fix syntax for bridge modules
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>
8 years agobaresip: closing #56, added modules speex-aec, speex-pp, httpd.
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>
8 years agoasterisk-13.x: change module ordering
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>
8 years agore: update to 0.4.13
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>
8 years agoasterisk-11.x: modules restructuralization and addition
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>
8 years agoasterisk-13.x: modules restructuralization and addition
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>
8 years agoyate: update source
Daniel Golle [Sun, 28 Jun 2015 21:16:31 +0000 (23:16 +0200)]
yate: update source

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agokamailio-4.x: build against libevent2
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>
8 years agochan-sccp-b: fix package install
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>
8 years agoasterisk-13.x: fixup real-time module
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>
8 years agochan-sccp-b:
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

8 years agoAdd realtime pbx, func and res modules
Diederik de Groot [Thu, 25 Jun 2015 15:22:10 +0000 (17:22 +0200)]
Add realtime pbx, func and res modules

8 years agoAdd 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

8 years agoasterisk-11.x-chan-dongle: support E1752 and refresh patches
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>
8 years agoasterisk-11.x-chan-dongle: fix audio endianess problem
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>
8 years agokamailio-4.x: update to version 4.3.0
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>
8 years agoasterisk-11.x: Don't bootstrap menuselect
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>
8 years agoasterisk-11.x: bump release
Daniel Golle [Tue, 23 Jun 2015 00:07:52 +0000 (02:07 +0200)]
asterisk-11.x: bump release

Updating configure-undef-res-ninit.patch in commit 2060702 changed
the resulting binaries on targets not previously failing to build
without the change. Bump the package release to reflect that.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoasterisk-11x: Update 010-asterisk-configure-undef-res-ninit.patch
Sebastian Kemper [Mon, 22 Jun 2015 21:34:59 +0000 (23:34 +0200)]
asterisk-11x: Update 010-asterisk-configure-undef-res-ninit.patch

Lately configure is recreated from configure.ac. The current patch changes configure. So we patch it, then it gets recreated and our change is gone. So patch configure.ac instead. Without this change the build fails due to an undefined reference to res_nsearch.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
8 years agoasterisk-11.x: fix package build
Daniel Golle [Sun, 21 Jun 2015 19:03:00 +0000 (21:03 +0200)]
asterisk-11.x: fix package build

Clean up asterisk-11.x package and fix host-tools (menuselect)
similar to how asterisk-13.x is built.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoasterisk-11.x: build-depend on libxml2/host
Daniel Golle [Fri, 19 Jun 2015 17:39:31 +0000 (19:39 +0200)]
asterisk-11.x: build-depend on libxml2/host

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoasterisk-11.x: update to 11.18.0
Daniel Golle [Fri, 19 Jun 2015 02:42:39 +0000 (04:42 +0200)]
asterisk-11.x: update to 11.18.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agonet/asterisk-11.x: Bump again to 11.17.1 (cross compile fix included)
Sebastian Kemper [Sun, 17 May 2015 08:03:31 +0000 (10:03 +0200)]
net/asterisk-11.x: Bump again to 11.17.1 (cross compile fix included)

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
8 years agoAvoid trying to load the echo module here
Vittorio G (VittGam) [Thu, 14 May 2015 02:15:44 +0000 (04:15 +0200)]
Avoid trying to load the echo module here

It would result in the warning "echo is already loaded" during package installation.

Signed-off-by: Vittorio Gambaletta <openwrt@vittgam.net>
8 years agochan-sccp-b: switch to stable version 4.2 from rc, fix sample cfg
Jiri Slachta [Thu, 30 Jul 2015 14:06:44 +0000 (16:06 +0200)]
chan-sccp-b: switch to stable version 4.2 from rc, fix sample cfg

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
8 years agoasterisk-13.x: close #78, update to 13.4.0
Jiri Slachta [Thu, 30 Jul 2015 11:20:44 +0000 (13:20 +0200)]
asterisk-13.x: close #78, update to 13.4.0

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
8 years agoasterisk-1.8.x: fix mysql library path detection
Daniel Golle [Thu, 18 Jun 2015 18:05:47 +0000 (20:05 +0200)]
asterisk-1.8.x: fix mysql library path detection

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoasterisk-11.x: disable building against broken libiksemel
Daniel Golle [Thu, 18 Jun 2015 14:04:18 +0000 (16:04 +0200)]
asterisk-11.x: disable building against broken libiksemel

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
8 years agoasterisk-1.8.x: disable building against broken libiksemel
Daniel Golle [Thu, 18 Jun 2015 14:02:27 +0000 (16:02 +0200)]
asterisk-1.8.x: disable building against broken libiksemel

comment-out left-overs of broken GTalk support, so build no
longers breaks looking for libiksemel if SDK is set.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>