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>