- removed xmlrpc-c todo; I compiled with external version in staging
dir, it didn't make a difference (didn't seem to be used)
- removed swig calls as per suggestion from upstream
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Moved location of example packages from /usr/share/freeswitch/conf to
/usr/share/freeswitch/examples. It makes more sense and is also the
place where the module configuration snippets go.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
Some modules include example content, e.g. xml snippets, in their source
directory. Added a symbol that causes these to be included in the
packages.
Disabled by default.
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
- meant for packages where one only needs to copy files from one
directory to another
- added three new packages using the new builder (dev, fonts, images)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
- fixed swig location in all Makefiles in libs/esl and src/mod/languages
- forced a reswig for mod_lua as well, like it is already done for
mod_python
- added patch for mod_lua to properly do the reswig (patch sent
upstream, too)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
- if source dir exists install the destination dir as it might not exist
yet
- if source dir does not exist do nothing (not even error out)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
- 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>
- 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>
- 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>
- 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>
- 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>
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>
- 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>
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>
- 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>
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>
Yate ships with a php script (banbrutes.php) which can help block brute
force login/password attacks. Since Yate for OpenWrt doesn't support
php scripts I've written a similar script in perl that's easier to use
with OpenWrt.
The script uses the iptables extension "recent" to keep track of
authentication failures and block users after too many authentication
failures.
This is an alternative to #87. The functionality is mostly the same,
but this is a slightly simplified, more light-weight version since
IP sets aren't used.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
pthread_key_create used to be called when a specific static key object was
initialized, but if another static object was initialized earlier and this
other object needed the key during its initialization yate would crash.
Fixes#99
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
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>
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>
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>
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)
Yate.pm that is included in yate-scripts-perl uses perl package Data::Dumper
which is provided by openwrt package perlbase-data. Update dependency to
reflect this.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
echo.sh is a simple yate script which can be used to echo back audio to a
caller. It's useful for testing purposes.
Since the script is a basic shell script it has no specific dependencies.
Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
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>
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>
- 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>
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>
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>
Always include `sys/types.h` as it is basically required by anything besides
Glibc and uClibc. Fixes build against musl.
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
- Add missing `sys/types.h` include to provide `u_short` type under musl
- Add missing `string.h` includes to avoid implicit function declarations
Signed-off-by: Jo-Philipp Wich <jow@openwrt.org>
- error.h does not seem to be used (musl doesnt provide one)
fixes error/handling of FILE *stderr leading to errors like:
miax.c:217:2: error: assignment of read-only variable 'stderr'
stderr=fopen(log_output,"w");
thx to jow for pointing things out
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
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>
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>
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>
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>
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>
* update to 11.18.0
* GNU specific glob extenions are not availble on musl, don't
use them.
* PTHREAD_MUTEX_FAST_NP also isn't available, use fallback mutex
types instead.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
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>
Asterisk's build-system tries to build against libneon on host if
headers are found. This is unintended and breaks the build.
Explicetely disable neon and neon29 detection to fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Asterisk's build-system tries to build against libneon on host if
headers are found. This is unintended and breaks the build.
Explicetely disable neon and neon29 detection to fix that.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Add the depensies for the chan_sip modul bacause chan_sip dos not function with out it.
Signed-off-by: Sven Pietack <redfox1977@users.noreply.github.com>
remove the chan_bridge.so depencies for copy file into packet. The so does not exists any more...
After apply the patch, the build process will work...
Signed-off-by: Sven Pietack <redfox1977@users.noreply.github.com>
Add the missing Confbridge and it brings the bridge_simple.so to activate the sip module.
Without the bridge_simple.so can not make calls via sip it.
Signed-off-by: redFOX1977 <redfox1977@users.noreply.github.com>
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>
- Refrase subpackage descriptions
- Remove general description from the soundfiles subpackage and Refrase sound subpackage description
Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
- Refrase subpackage descriptions
- Remove general description from the soundfiles subpackage and Refrase sound subpackage description
Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
This commit deals with the update of kamailio to version 4.2.2 and
also fixes the mechanism for module inclusion. Instead of building
all modules by default only selected modules are built.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
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>
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>
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>
1. Add a silent-rules configure switch
2. Set its default setting to --disable-silent-rules
3. Set FS_WITH_ALSA default setting to enable.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
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>
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>
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>
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>
1. Fix no FS_WITH_SQLITE3 due to @DEVEL in Config.in
2. Fix configure error due to no ldns package needed by mod_enum.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
Bash shebang is changed to sh. Kamailio utils are modified to be compatible
with ash. Shell colouring is disabled in this change.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Bash shebang is changed to sh. Kamailio utils are modified to be compatible
with ash. Shell colouring is disabled in this change.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
1. Bump to git HEAD c411f8c7a99ea535bac661fb70676cebd1acfac5
2. Fix mod_celt.
3. Fix installation sed scripts.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
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>
Update asterisk-11.x. to version 11.10.2 to address CVE-2014-4046.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Update asterisk-1.8.x to version 1.8.28.2 to address CVE-2014-4047.
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
1. Previous commit c009edf099
doesn't seem to update both the Makefile and Config.in
files.
2. Update to FS git HEAD 757b7440104e34cf57ab30a411e081470ce2e180
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
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>
added some core modules that are required for basic
operation:
account.so SIP account file parser
contact.so Contact list (address book)
menu.so Interactive menu
Signed-off-by: Alfred E. Heggestad <aeh@db.org>
[slachta@cesnet.cz: simplified patch]
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
spotted while looking through build-logs
only compile tested
asterisk-1.8.x uses OpenSSL instead of GnuTLS dunno about that
errors in log were:
configure: WARNING: unrecognized options:
--with-gnutls,
--without-curl,
--without-pbx-lua,
--without-gtk, --without-kde, --without-qt
Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
- update to 11.7.0
- fix build for lantiq target - broken chan-lantiq status caused the
breakage of the whole asterisk package
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
1. Added the following switches:
--(with/without)-pgsql
--(enable/disable)-core-pgsql-pkgconfig
--(enable/disable)-srtp
--(enable/disable)-threads, and
--(enable/disable)-visibility
2. Added preliminary support for mod-xml-radius.
- requres freeradius-client package
3. Synched to FS git HEAD 40c105322193b7d0160814ed8ffcd5bf7f566944.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
1. Reorganized configuration section into a file (Config.in) based
on suggestion from Luka (many thanks).
2. Synched opus to v1.0.3.
3. Synched to FS git HEAD c8be999c3446ffc8a4bbe10116855e542b29129e.
Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
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>
1. Synched to FS git HEAD 1825b5bc89a315d42ef822da0b449886d298ffb6.
3. Added mod_format_cdr -- An XML CDR Module to files or curl.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
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>
Disabled UUID caused missing RTP stack in previous revision.
Module res_rtp_asterisk requires in asterisk11 uuid which is
needed for media transport.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
modules depend on PACKAGE_alsa-lib, and sync to FS latest git HEAD
1. Previous commit (c038dad49a) didn't
seem to fix this issue. Hopefully, this fix that partially
reverts previous commit will.
2. This commit also includes some minor adjusments to modules depend on
PACKAGE_alsa-lib.
3. Synched to FS git HEAD dbfde499a42b4f72eaf5578da2ebc741b85dedb3.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. the main package size reduced by separating unneeded modules
2. refresh configure args, some of them were deprecated and unused
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
1. The FS libs/tiff package can make use of liblzma if avaialable. This
fix reverts commit bff1f87ad7. It
checks the CONFIG_PACKAGE_liblzma variable to determine liblzma
and will either pass --enable-lzma or --disable-lzma switch to
configure. For mod-spandsp, +liblzma:liblzma automatically sets
the liblzma dependency flag.
2. Synched to FS git HEAD d35db852a8bcc4fb10e7a8486046aabd45a7f9b2.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
1. Removed +FS_WITH_LZMA:liblzma from call to BuildPlugin spandsp
package that causes a recursive dependency issue.
2. Synched to FS git HEAD 3bd139514993ffa9a4723df4136afa089f57b292.
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
git HEAD.
1. The issue was reported by Berni through trac ticket #13728
(https://dev.openwrt.org/ticket/13728).
2. Updated to FS git HEAD 3ec15cce68852fd4dba7336dd7a7a505d143a111
Signed-off-by: Mazilo <openwrt.mazilo@recursor.net>
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>
1. Updated to git HEAD 03dcbde8b4a5e2861b848fe6fc0ef04dd915939f
2. Fixed error messages for missing dependency of liblzma.so.5.
FS libs/tiff package auto detects liblzma. As such, when
liblzma is enabled/compiled, libs/tiff will be compiled
and linked to liblzma. As such, package like spandsp which
depends on libs/tiff will be flagged by OpenWRT during
packaging stage for a missing dependency of liblzma.so.5.