Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | main/freeswitch: Add more modules | L. Tosser | 2016-01-25 | 1 | -5/+5 |
| | | | | | | * applications/mod_avmd: advanced voicemail detection * applications/mod_voicemail_ivr voicemail IVR * codecs/mod_opus: codec opus for freeswitch | ||||
* | main/freeswitch: Add more modules, and remove deprecated modules | L. Tosser | 2016-01-22 | 1 | -4/+4 |
| | | | | | | * Add modules applications/mod_esl applications/mod_spy * Remove codecs/mod_vp8 (and replace it in the list with the good one: #codecs/mod_vpx) * Remove codecs/mod_speex (deprecated) | ||||
* | main/freeswitch: upgrade to 1.6.6, remove patches & add modules | L. Tosser | 2016-01-19 | 1 | -19/+15 |
| | | | | | | | * Upgrade to Freeswtich 1.6.6 * Remove useless patches (integrated in Freeswitch 1.6.6) * Add applications/mod_blacklist endpoints/mod_rtc endpoints/mod_skinny endpoints/mod_verto * Add patch for mod_verto | ||||
* | main/freeswitch: remove options=!configsub | Michael Zuo | 2016-01-06 | 1 | -1/+0 |
| | | | | | options=!configsub does nothing as of abuild cbee419, superseded by update_config_sub. No functional changes. | ||||
* | main/freeswitch: rebuild against fixed ncurses widechar only | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: rebuild against ncurses wide char | Natanael Copa | 2015-12-17 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: fix crash reported in FS-8612 | Leonardo Arena | 2015-12-05 | 1 | -4/+8 |
| | |||||
* | main/freeswitch: add mod_json_cdr to modules.conf | rob dux | 2015-11-25 | 1 | -4/+4 |
| | |||||
* | main/freeswitch: build fix for x86 | Natanael Copa | 2015-11-16 | 1 | -1/+5 |
| | |||||
* | main/freeswitch: upgrade to 1.6.2 | Natanael Copa | 2015-11-15 | 1 | -66/+23 |
| | |||||
* | main/freeswitch: rebuild against ncurses-6.0 | Natanael Copa | 2015-10-15 | 1 | -1/+1 |
| | |||||
* | Do not delete *.la files manually | Bartłomiej Piotrowski | 2015-09-10 | 1 | -1/+0 |
| | | | | | Since abuild v2.22.0, these are removed automatically unless 'libtool' option has been specified. | ||||
* | main/freeswitch: fix empty voicemail password | Natanael Copa | 2015-09-07 | 1 | -4/+8 |
| | | | | | Upstream issue: https://freeswitch.org/jira/browse/FS-8131 | ||||
* | main/freeswitch: fix reset of voicemail greeting | Natanael Copa | 2015-09-07 | 1 | -4/+8 |
| | | | | | Upstream bug and pull request: https://freeswitch.org/jira/browse/FS-1772 | ||||
* | main/freeswitch: use patch from upstream for pthread priority fix | Natanael Copa | 2015-08-20 | 1 | -8/+8 |
| | | | | and increase timeout on stop | ||||
* | main/freeswitch: fix threading priority inheirtance | Natanael Copa | 2015-08-19 | 1 | -4/+4 |
| | | | | | The previously posted patch has a bug that makes it not set the inherited priority properly. | ||||
* | main/freeswitch: upgrade to 1.4.20 | Natanael Copa | 2015-08-17 | 1 | -5/+5 |
| | |||||
* | main/freeswitch: set threading priority before thread is created | Natanael Copa | 2015-08-17 | 1 | -7/+11 |
| | | | | | This should fix segfault that happens when pthread_setschedparam is called ona thread that already exited. | ||||
* | main/freeswitch: enable -dbg | Natanael Copa | 2015-06-29 | 1 | -2/+2 |
| | |||||
* | main/freeswitch: upgrade to 1.4.19 | Natanael Copa | 2015-06-25 | 1 | -9/+5 |
| | |||||
* | main/freeswitch: Specify pidfile. | Mika Havela | 2015-06-03 | 1 | -4/+4 |
| | | | | | When running freeswitch in a lxc environment, rc-status will fail when called using the 'lxc-attach' (and maybe also other tools). Specifying the pidfile for 'start-stop-daemon' will resolve this problem. | ||||
* | main/freeswitch: fix default paths to be FHS compliant | Natanael Copa | 2015-05-21 | 1 | -23/+14 |
| | | | | fixes #4065 | ||||
* | main/freeswitch: fix shutdown | Timo Teräs | 2015-05-21 | 1 | -1/+5 |
| | | | | | | fix incorrect usage of pthread_detach/pthread_join. fixes #3496 | ||||
* | main/freeswitch: enable -dbg subpackage | Natanael Copa | 2015-05-21 | 1 | -2/+2 |
| | | | | to help debug #3496 | ||||
* | main/*: replace all sbin/runscript with sbin/openrc-run | Natanael Copa | 2015-04-28 | 1 | -4/+4 |
| | |||||
* | main/*: remove libiconv-dev from makedepends | Natanael Copa | 2015-04-09 | 1 | -1/+0 |
| | |||||
* | main/freeswitch: force build with system lame | Natanael Copa | 2015-04-01 | 1 | -4/+9 |
| | | | | mod_shout failed to build on 32 bit x86. Make it use system lame instead. | ||||
* | main/freeswitch: upgrade to 1.4.18 | Natanael Copa | 2015-04-01 | 1 | -21/+42 |
| | |||||
* | main/freeswitch: upgrade to 1.4.13 | Natanael Copa | 2014-11-18 | 1 | -14/+14 |
| | |||||
* | main/freeswitch: fix mod_lua | Natanael Copa | 2014-11-18 | 1 | -4/+4 |
| | | | | | fix patch for system lua fixes #3505 | ||||
* | main/freeswitch: remove unused patch for Lua | Natanael Copa | 2014-09-11 | 1 | -4/+0 |
| | | | | | we use system liblua so we dont need patch the lua sources in freeswitch source tree. | ||||
* | main/freeswitch: upgrade to 1.4.7 | Natanael Copa | 2014-09-10 | 1 | -9/+12 |
| | | | | | | | | also rework the system-lua patch so we dont need bootstrap as it takes too much time. Patch has been sent upstream: https://jira.freeswitch.org/browse/FS-353 | ||||
* | main/freeswitch: use system liblua instead of embedded | Natanael Copa | 2014-09-10 | 1 | -5/+10 |
| | |||||
* | main/freeswitch: enable and upgrade to 1.4.6 | Carlo Landmeter | 2014-06-12 | 1 | -23/+26 |
| | |||||
* | main/freeswitch: disable. does not build with musl | Natanael Copa | 2014-05-30 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: save 3rdparty archives with freeswitch prefix | Natanael Copa | 2013-09-04 | 1 | -20/+25 |
| | | | | | | freeswitch appears to patch the 3rdparty and use same name as upstream we need to avoid clash in our download cache with the upstream archives so we prefix the freeswitch variant with "freeswitch" | ||||
* | main/freeswitch: add --host/--build and use /sbin/nologin as shell | Natanael Copa | 2013-09-04 | 1 | -2/+53 |
| | | | | | we need to download and unpack sources for 3rd party libs so we can update config.sub for those. | ||||
* | main/freeswitch: use /sbin/nologin as shell | Natanael Copa | 2013-09-03 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: build fix | Natanael Copa | 2013-08-13 | 1 | -3/+1 |
| | | | | | | | remove the --build --host options for now we will probably need to manually wget and unpack all the source packages freeswitch needs, before running update_config_sub. | ||||
* | [all autotools packages]: normalize ./configure | Timo Teräs | 2013-07-30 | 1 | -1/+4 |
| | |||||
* | main/freeswitch: upgrade to 1.4.0 | Natanael Copa | 2013-07-15 | 1 | -5/+6 |
| | |||||
* | main/freeswitch: upgrade to 1.2.10 | Natanael Copa | 2013-05-23 | 1 | -5/+5 |
| | |||||
* | main/freeswitch: set stacksize to 240 | Natanael Copa | 2013-05-23 | 1 | -2/+14 |
| | | | | ref #1929 | ||||
* | main/freeswitch: fix build on eglibc | Carlo Landmeter | 2013-01-04 | 1 | -1/+1 |
| | |||||
* | main/freeswitch: disable mod_zmq as it does not build with automake-1.13 | Natanael Copa | 2012-12-31 | 1 | -9/+2 |
| | |||||
* | main/freeswitch: disable spidermonkey | Natanael Copa | 2012-12-28 | 1 | -2/+2 |
| | | | | It ships its own version of libnspr which confilcts with the real nspr | ||||
* | main/freeswitch: upgrade to 1.2.5.3 | Carlo Landmeter | 2012-12-10 | 1 | -4/+5 |
| | |||||
* | main/freeswitch: enable rtmp | Natanael Copa | 2012-12-10 | 1 | -2/+2 |
| | | | | fixes #1523 | ||||
* | main/freeswitch: use libjpeg-turbo | Natanael Copa | 2012-12-03 | 1 | -2/+2 |
| | |||||
* | main/freeswitch: rebuild against postgresql-9.2 | Natanael Copa | 2012-09-13 | 1 | -1/+1 |
| |