Commit graph

895 commits

Author SHA1 Message Date
John Papandriopoulos
b57051c35d spandsp: disable fixed point implementation
On a Netgear R7000 (ARMv7) without floating point, using SpanDSP with
fixed point to send/receive fax on Asterisk resulted in repeated
failure and intermittent performance.  Disabling fixed point fixed
these issues; the software floating point implementation was fine for
real-time use.

Now on a Netgear R7800 (ARMv7) with hardware floating point, the
autoconf auto-detect will say no floating point is available, and
again enables the poor performing fixed point implementation.  Ouch!
2017-06-07 23:11:03 -07:00
John Papandriopoulos
5c23df1603 asterisk-g72x: update to 1.4 2017-06-07 23:07:53 -07:00
Jiri Slachta
6252899cf9 Merge pull request #155 from micmac1/PR
freeswitch-stable: Fix mod_unimrcp build failure
2017-06-08 07:46:23 +02:00
Sebastian Kemper
6aa76a284c freeswitch-stable: Fix mod_unimrcp build failure
- mod_unimrcp picked up external apr/apr-util if found in the target
  directory, which caused the build to fail (undefined references). Fixed
  by adding the FreeSWITCH apr/apr-util lib dirs to the front of LDFLAGS.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-06-03 18:30:35 +02:00
Jo-Philipp Wich
9c8937228a Merge pull request #154 from micmac1/PR
PR for freeswitch-stable
2017-06-02 23:25:41 +02:00
Sebastian Kemper
8e0aed4754 freeswitch-stable: Fix mod_erlang_event build
- added a patch for erlang.m4 so mod_erlang_event finds the right lib to
  link to

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-06-02 22:31:27 +02:00
Sebastian Kemper
c63725e867 freeswitch-stable: Fix mod_python build
- added sed scripts in order for mod_python to find the right lib to
  link to
- fixed some whitespaces

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-06-02 22:14:10 +02:00
Jo-Philipp Wich
9c27a3be61 Merge pull request #149 from micmac1/PR
PR for freeswitch-stable
2017-06-02 11:36:04 +02:00
Sebastian Kemper
2912f88259 freeswitch-stable: dependency cleanups
- removed $FS_STABLE_DEPS_BASE and $FS_STABLE_DEPS because they aren't
  needed to setup dependencies
- changed dependency setups of modules, utils and python-esl so that
  their dependencies don't leak to the main package
- fixed dep of mod-hiredis

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-24 22:11:36 +02:00
Sebastian Kemper
760c224389 freeswitch-stable: Python fixes
- removed python-setuptools build dep as it's not needed
- moved the Python autotools variables to CONFIGURE_VARS
- fixed host swig location
- changed from manually erasing files to force a reswig to calling the
  swigclean make targets provided by upstream instead

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-24 21:58:09 +02:00
Jiri Slachta
3cce8976b1 Merge pull request #148 from micmac1/PR
Pull request for 5 commits
2017-05-24 14:05:59 +02:00
Sebastian Kemper
af2f504cf6 freeswitch-stable: Fixes and housekeeping
- reworded some bools in Config.in
- removed some notes in Makefile which seemed a bit out of touch
- forced parallel build off again, as some module combinations won't
  allow it
- fixed modules.conf editing sed script to not uncomment lines
  accidentally
- removed wrong dep on db47 for mod_db

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-21 01:13:56 +02:00
Sebastian Kemper
3fd8b51929 freeswitch-stable: Add some modules
- added 30+ modules

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-21 01:08:51 +02:00
Sebastian Kemper
e667732dc1 freeswitch-stable: Add fs_ivrd utility
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-21 00:53:26 +02:00
Sebastian Kemper
581fe484d5 freeswitch-stable: Add Python support
- added mod_python as well as python-esl

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-21 00:50:42 +02:00
Sebastian Kemper
3822ad7e59 freeswitch-stable: Add options to include more libs
- added symbols to Config.in to enable additional libs
- libs are: freetype, libpng, libyuv (internal), libvpx (internal)
- they're not enabled by default

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-21 00:31:28 +02:00
Jiri Slachta
4aac26a247 asterisk-13.x: add pjproject module, update patches
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-16 09:44:24 +02:00
Mazi Lo
b2ad28f114 Merge branch 'master' of https://github.com/openwrt/telephony 2017-05-14 13:40:48 -04:00
Habibie
16a9cf8cd0 1. Updated to git HEAD 7a46fd67cd2833f07d583288b8d2dc084733fc91 (v1.9.0)
2. Updated patched files.
3. Fixed detection of perl and python3 in configure.ac file

Signed-off-by: Mazi Lo <openwrt.mazilo@xoxy.net>
2017-05-14 13:34:11 -04:00
Jiri Slachta
3a65188c41 libsrtp2: introduce new package
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-09 21:10:08 +02:00
Jiri Slachta
f9916da3bb Merge pull request #86 from robho/yate-scripts-perl_needs_perlbase-data
yate-scripts-perl: Add dependency on perlbase-data
2017-05-09 14:34:46 +02:00
Jiri Slachta
1ae479cade Merge pull request #120 from robho/init-thread-key-on-access
yate: Call pthread_key_create when the key is first accessed
2017-05-09 12:33:28 +02:00
Jiri Slachta
05353b091c Merge pull request #145 from micmac1/PR
freeswitch-stable-sounds: add bigger sound packs (tagged BROKEN)
2017-05-08 20:47:03 +02:00
Jiri Slachta
927ddb060d pjproject: update to 2.6
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-08 17:24:36 +02:00
Jiri Slachta
f2c3c887f3 libsrtp: update to 1.5.4
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-08 17:23:03 +02:00
Sebastian Kemper
058556e36b freeswitch-stable-sounds: add bigger sound packs (tagged BROKEN)
As suggested by Jo I uncommented the big sound packs, but marked as
BROKEN, meaning they're still available for selection, but not built by
default.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-07 20:40:06 +02:00
Jiri Slachta
bb6b12176a Merge pull request #141 from ffainelli/fixes
pcapsipdump: Pass down TARGET_CPPFLAGS and TARGET_LDFLAGS
2017-05-06 20:27:54 +02:00
Jiri Slachta
fa0171629b Merge pull request #144 from micmac1/PR
freeswitch-stable-sounds: General fixes
2017-05-06 08:40:27 +02:00
Sebastian Kemper
b44c134e28 freeswitch-stable-sounds: General fixes
- Fixed sha256 checksums of some of the Russian language prompts
- Commented out non 8 kHz sound packs to not clog the mirrors
- Changed versioning scheme to the one used by upstream
- Made "Sounds" function params more generic

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-05-05 23:34:32 +02:00
Jiri Slachta
b0b9b2ec46 Merge pull request #130 from diizzyy/patch-2
net/baresip: Update to 0.5.0
2017-05-05 13:37:35 +02:00
Jiri Slachta
75e7bb367d Merge pull request #131 from diizzyy/patch-3
net/yate: Remove support for Speex
2017-05-05 13:15:41 +02:00
Jiri Slachta
ed7d133cac kamailio-4.x: update to 4.4.5
Signed-off-by: Jiri Slachta <jiri@slachta.eu>
2017-05-03 14:27:57 +02:00
Jiri Slachta
dc394f8181 Merge pull request #129 from diizzyy/patch-1
libs/re: Add zlib dependency
2017-05-03 09:46:50 +02:00
Jo-Philipp Wich
7f5c390c4f Merge pull request #139 from micmac1/PR
Add FreeSWITCH stable packages
2017-05-02 23:08:52 +02:00
Daniel Golle
fa9a25b26e asterisk-11.x: remove 051-musl-include.patch
It was fixed upstream apparently.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-29 13:22:06 +02:00
Daniel Golle
1b40cf4304 asterisk-13.x: update to version 13.5.0
Reported-by: Jonas Albrecht <jalb-ledeml@freenet.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-29 13:08:07 +02:00
Daniel Golle
fd807ef17e asterisk-11.x: update to version 11.25.1
Reported-by: Jonas Albrecht <jalb-ledeml@freenet.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-29 13:07:40 +02:00
Daniel Golle
0d74b1de1d libpri: update to version 1.6.0
Reported-by: Jonas Albrecht <jalb-ledeml@freenet.de>
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2017-04-29 13:06:29 +02:00
Jiri Slachta
4c26d85a6e Merge pull request #143 from RoEdAl/master
asterisk-13.x: Add func_periodic_hook module
2017-04-26 14:06:23 +02:00
Jiri Slachta
4cbd88c0d6 Merge pull request #138 from zorxd/asterisk13.14only
asterisk-13.x: update to version 13.14.0
2017-04-26 13:28:02 +02:00
Roman Spychała
96bc8b8a19 asterisk-13.x: Add func_periodic_hook module
Signed-off-by: Roman Spychała <roed@onet.eu>
2017-04-25 14:44:46 +02:00
Florian Fainelli
7f8a7435d5 pcapsipdump: Pass down TARGET_CPPFLAGS and TARGET_LDFLAGS
Make sure that we properly pass down both TARGET_CPPFLAGS and
TARGET_LDFLAGS in order to fix build failures with external toolchains
that don't automatically search for headers and libraries in
$(STAGING_DIR).

Signed-off-by: Florian Fainelli <f.fainelli@gmail.com>
2017-04-18 18:05:02 -07:00
Sebastian Kemper
7ca40e4d0b freeswitch-stable: update to version 1.6.17
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-04-18 21:39:29 +02:00
Sebastian Kemper
b3b54bda22 freeswitch-stable: Update to FreeSWITCH 1.6.16
- Dropped upstreamed patches

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-04-04 21:40:52 +02:00
Sebastian Kemper
9d1c7211c0 Add FreeSWITCH stable packages
- FreeSWITCH stable series for OpenWrt/LEDE
 - clean, simple Makefiles
 - provides 'freeswitch' user on target device, no need for root
 - procd init script
 - musl and glibc support
 - SHA256 for download verification
 - hotplug script with extras (condition checks)
 - package size reduced

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2017-03-18 16:38:13 +01:00
Xavier Douville
8ff2560e6f upgrade to asterisk 13.14
Signed-off-by: Xavier Douville <zorxd@users.noreply.github.com>
2017-03-12 11:29:20 -04:00
Daniel Golle
6db8bc0706 Merge pull request #136 from kochstefan/feature_fax_speech
Feature fax speech
2017-03-10 01:01:15 +01:00
Daniel Golle
68d8da8be0 Merge pull request #135 from kochstefan/feature_chltq
add chan_lantiq for asterisk11 and asterisk13
2017-03-10 00:59:26 +01:00
Stefan Koch
e71ca4a6d5 asterisk-{11.x,13.x}: Added speech recognition support
Added needed res_speech dependency to res_agi

Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
2017-03-09 23:43:25 +01:00
Stefan Koch
4c65818334 asterisk-{11.x,13.x}: added module fax and fax-spandsp
Based on removed commit
4b395e9358

Signed-off-by: Stefan Koch <stefan.koch10@gmail.com>
2017-03-09 23:43:23 +01:00