feed/telephony.git
9 years agolibs/re: fix build with musl and glibc
Daniel Golle [Mon, 22 Jun 2015 14:28:51 +0000 (16:28 +0200)]
libs/re: fix build with musl and glibc

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoMerge pull request #55 from VittGam/patch-1
Daniel Golle [Sun, 21 Jun 2015 19:13:30 +0000 (21:13 +0200)]
Merge pull request #55 from VittGam/patch-1

Avoid trying to load the echo module from kmod-dahdi-echocan-oslec

9 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>
9 years agoasterisk-11.x: build-depend on libxml2/host 60/head
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>
9 years agoasterisk-13.x: update source and fix build with musl
Daniel Golle [Fri, 19 Jun 2015 06:01:44 +0000 (08:01 +0200)]
asterisk-13.x: update source and fix build with musl

 * update to version 13.4.0
 * don't use GNU GLOB extensions in ael parser on musl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agopjproject: fix build with musl
Daniel Golle [Fri, 19 Jun 2015 05:24:16 +0000 (07:24 +0200)]
pjproject: fix build with musl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoasterisk-11.x: update source and fix build with musl
Daniel Golle [Fri, 19 Jun 2015 02:42:39 +0000 (04:42 +0200)]
asterisk-11.x: update source and fix build with musl

 * 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>
9 years agoasterisk-1.8.x: fix build with musl
Daniel Golle [Fri, 19 Jun 2015 05:09:24 +0000 (07:09 +0200)]
asterisk-1.8.x: fix build with musl

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 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>
9 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>
9 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>
9 years agoasterisk-1.8.x: disable libneon detection
Daniel Golle [Thu, 18 Jun 2015 13:52:42 +0000 (15:52 +0200)]
asterisk-1.8.x: disable libneon detection

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoasterisk-13.x: disable libneon detection
Daniel Golle [Wed, 10 Jun 2015 23:59:25 +0000 (01:59 +0200)]
asterisk-13.x: disable libneon detection

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>
9 years agoasterisk-11.x: disable libneon detection
Daniel Golle [Wed, 10 Jun 2015 23:51:29 +0000 (01:51 +0200)]
asterisk-11.x: disable libneon detection

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>
9 years agoMerge pull request #58 from micmac1/master
Jiri Slachta [Fri, 29 May 2015 07:23:52 +0000 (09:23 +0200)]
Merge pull request #58 from micmac1/master

net/asterisk-11.x: Bump again to 11.17.1 (cross compile fix included)

9 years agonet/asterisk-11.x: Bump again to 11.17.1 (cross compile fix included) 58/head
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>
9 years agoAvoid trying to load the echo module here 55/head
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>
9 years agoasterisk-13.x: revert to version 13.2.0 with AST-2015-003 fix
Jiri Slachta [Wed, 13 May 2015 12:05:36 +0000 (14:05 +0200)]
asterisk-13.x: revert to version 13.2.0 with AST-2015-003 fix

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoRevert "asterisk-11.x: update to 11.17.1"
Jiri Slachta [Thu, 30 Apr 2015 14:43:58 +0000 (16:43 +0200)]
Revert "asterisk-11.x: update to 11.17.1"

This reverts commit 1206b3711fac5e9f1fb7ff5c6d2e0ec18f19eba3.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
Conflicts:
net/asterisk-11.x/Makefile

9 years agoMerge pull request #49 from redfox1977/patch-8
Jiri Slachta [Tue, 28 Apr 2015 12:05:21 +0000 (14:05 +0200)]
Merge pull request #49 from redfox1977/patch-8

Asterisk 13.x: Add depensies for chan_sip

9 years agosipsak: move to abandoned packages repository, sipp should be used instead
Jiri Slachta [Tue, 28 Apr 2015 09:43:10 +0000 (11:43 +0200)]
sipsak: move to abandoned packages repository, sipp should be used instead

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agortpproxy: update to 2.0.0
Jiri Slachta [Tue, 28 Apr 2015 09:30:00 +0000 (11:30 +0200)]
rtpproxy: update to 2.0.0

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agopjproject: update to 2.4.0
Jiri Slachta [Tue, 28 Apr 2015 09:29:36 +0000 (11:29 +0200)]
pjproject: update to 2.4.0

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agore: update to 0.4.12
Jiri Slachta [Tue, 28 Apr 2015 09:29:09 +0000 (11:29 +0200)]
re: update to 0.4.12

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoMerge pull request #48 from redfox1977/patch-7
Jiri Slachta [Sun, 26 Apr 2015 11:18:02 +0000 (13:18 +0200)]
Merge pull request #48 from redfox1977/patch-7

Asterisk13.x:remove chan_bridge.so in app_confbridge

9 years agoAsterisk 13.x: Add depensies for chan_sip 49/head
Sven Pietack [Fri, 24 Apr 2015 15:06:25 +0000 (17:06 +0200)]
Asterisk 13.x: Add depensies for chan_sip

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>
9 years agoAsterisk13.x:remove chan_bridge.so in app_confbridge 48/head
Sven Pietack [Fri, 24 Apr 2015 15:04:37 +0000 (17:04 +0200)]
Asterisk13.x:remove chan_bridge.so in app_confbridge

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>
9 years agoMerge pull request #42 from redfox1977/patch-2
Jiri Slachta [Thu, 23 Apr 2015 19:50:15 +0000 (21:50 +0200)]
Merge pull request #42 from redfox1977/patch-2

Asterisk13.x: Add missing soundfiles

9 years agoAsterisk13.x: Add missing soundfiles 42/head
Sven Pietack [Thu, 23 Apr 2015 16:51:21 +0000 (18:51 +0200)]
Asterisk13.x: Add missing soundfiles

Add the missing soundfiles in English...

Signed-off-by: Sven Pietack redfox1977@users.noreply.github.com
9 years agoFreeSWITCH:
Mazi Lo [Thu, 23 Apr 2015 15:06:10 +0000 (11:06 -0400)]
FreeSWITCH:
  1. Restore ac_cv_file_dbd_apr_dbd_mysql_c from archive to fix apr-util fail in configure.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
9 years agoasterisk-11.x: disable chan-motif due to broken iksemel
Jiri Slachta [Thu, 23 Apr 2015 12:02:34 +0000 (14:02 +0200)]
asterisk-11.x: disable chan-motif due to broken iksemel

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoiksemel: mark as broken, disable all asterisk modules depending on it
Jiri Slachta [Thu, 23 Apr 2015 10:12:53 +0000 (12:12 +0200)]
iksemel: mark as broken, disable all asterisk modules depending on it

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoMerge pull request #40 from redfox1977/patch-1
Jiri Slachta [Wed, 22 Apr 2015 22:31:00 +0000 (00:31 +0200)]
Merge pull request #40 from redfox1977/patch-1

Asterisk13.x: Add missing Confbridge

9 years agoFreeSWITCH:
Mazi Lo [Wed, 22 Apr 2015 21:07:19 +0000 (17:07 -0400)]
FreeSWITCH:
  1. Update to FS git HEAD a4d877c189b331ea47bf3a75745006d4d873eee6
  2. Fix libogg dependency.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
9 years agoAsterisk13.x: Add missing Confbridge 40/head
Sven Pietack [Wed, 22 Apr 2015 16:58:28 +0000 (18:58 +0200)]
Asterisk13.x: Add missing Confbridge

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>
9 years agoasterisk-13.x: fix missing md5sum
Jiri Slachta [Wed, 22 Apr 2015 07:44:32 +0000 (09:44 +0200)]
asterisk-13.x: fix missing md5sum

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-1.8.x: update to 1.8.32.3
Jiri Slachta [Tue, 21 Apr 2015 19:42:28 +0000 (21:42 +0200)]
asterisk-1.8.x: update to 1.8.32.3

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-1.8.x: update to 1.8.32.3
Jiri Slachta [Tue, 21 Apr 2015 16:33:21 +0000 (18:33 +0200)]
asterisk-1.8.x: update to 1.8.32.3

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-13.x: update to 13.3.2
Jiri Slachta [Tue, 21 Apr 2015 16:33:05 +0000 (18:33 +0200)]
asterisk-13.x: update to 13.3.2

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-11.x: update to 11.17.1
Jiri Slachta [Tue, 21 Apr 2015 16:11:45 +0000 (18:11 +0200)]
asterisk-11.x: update to 11.17.1

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoFreeSWITCH:
Mazi Lo [Wed, 15 Apr 2015 02:04:50 +0000 (22:04 -0400)]
FreeSWITCH:
  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>
9 years agoMerge pull request #33 from openwrt/revert-29-master
Jiri Slachta [Mon, 13 Apr 2015 13:12:44 +0000 (15:12 +0200)]
Merge pull request #33 from openwrt/revert-29-master

Revert "FreeSWITCH: fixed cross-compile errors"

9 years agoRevert "FreeSWITCH: fixed cross-compile errors" revert-29-master 33/head
Jiri Slachta [Mon, 13 Apr 2015 13:11:08 +0000 (15:11 +0200)]
Revert "FreeSWITCH: fixed cross-compile errors"

9 years agoMerge pull request #29 from BlueMax/master
Jiri Slachta [Fri, 10 Apr 2015 17:30:52 +0000 (19:30 +0200)]
Merge pull request #29 from BlueMax/master

FreeSWITCH: fixed cross-compile errors

9 years agolibsrtp: make uninstall before install
Daniel Golle [Fri, 10 Apr 2015 13:16:57 +0000 (15:16 +0200)]
libsrtp: make uninstall before install

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agopjproject: use g++ as a linker
Dirk Neukirchen [Fri, 10 Apr 2015 12:47:19 +0000 (14:47 +0200)]
pjproject: use g++ as a linker

this seems to fix a strange error where the last stage
cannot find libgcc.a or libgcc.so

only compile tested

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years agoFreeSWITCH: fixed dependency 29/head
Bluemax [Thu, 9 Apr 2015 03:25:11 +0000 (05:25 +0200)]
FreeSWITCH: fixed dependency
Makefile: libsrtp_git -> libsrtp

Signed-off-by: Bluemax <bluemax@users.noreply.github.com>
9 years agoFreeSWITCH: fixed cross-compile errors
Bluemax [Wed, 8 Apr 2015 03:34:40 +0000 (05:34 +0200)]
FreeSWITCH: fixed cross-compile errors

Signed-off-by: Bluemax <bluemax@users.noreply.github.com>
9 years agoFreeSWITCH:
Mazi Lo [Tue, 7 Apr 2015 15:24:00 +0000 (11:24 -0400)]
FreeSWITCH:
  1. Remove old patches.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
9 years agoFreeSWITCH:
Mazi Lo [Tue, 7 Apr 2015 15:09:48 +0000 (11:09 -0400)]
FreeSWITCH:
  1. Update to FS git 6eb59c711989774fb797d1c447e3d63aac84826b.
  2. Disable mod_perl due to recent changes in perl package.
  3. Disable mod_verto (required mod_perl).
  4. Remove numbering scheme from patches.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
9 years agoMerge pull request #27 from dangowrt/bump-kamailio-4.2.4
Jiri Slachta [Sat, 4 Apr 2015 06:05:29 +0000 (08:05 +0200)]
Merge pull request #27 from dangowrt/bump-kamailio-4.2.4

kamailio-4.x: version 4.2.4 released

9 years agokamailio-4.x: version 4.2.4 released 27/head
Daniel Golle [Fri, 3 Apr 2015 02:54:31 +0000 (04:54 +0200)]
kamailio-4.x: version 4.2.4 released

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agodahdi-linux: backport changes needed for kernel 3.19 and 4.0
Daniel Golle [Tue, 31 Mar 2015 22:26:56 +0000 (00:26 +0200)]
dahdi-linux: backport changes needed for kernel 3.19 and 4.0

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agodahdi-linux: package dummy driver
Daniel Golle [Tue, 31 Mar 2015 22:26:15 +0000 (00:26 +0200)]
dahdi-linux: package dummy driver

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agodahdi-linux: fix oslec build
Daniel Golle [Tue, 31 Mar 2015 21:37:34 +0000 (23:37 +0200)]
dahdi-linux: fix oslec build

Depend on kmod-echo rather than building echo.ko as a part of
kmod-dahdi-echo-oslec.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoMerge pull request #24 from dangowrt/bcg729-md5
Jiri Slachta [Tue, 31 Mar 2015 14:20:09 +0000 (16:20 +0200)]
Merge pull request #24 from dangowrt/bcg729-md5

bcg729: source tarball MD5 changed mysteriously

9 years agobcg729: source tarball MD5 changed mysteriously 24/head
Daniel Golle [Tue, 31 Mar 2015 10:43:30 +0000 (12:43 +0200)]
bcg729: source tarball MD5 changed mysteriously

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoMerge pull request #23 from dkgroot/master
Jiri Slachta [Tue, 24 Mar 2015 14:46:52 +0000 (15:46 +0100)]
Merge pull request #23 from dkgroot/master

asterisk-1.8.x,asterisk-13.x: change subpackage descriptions

9 years agoMerge pull request #21 from dkgroot/patch-1
Jiri Slachta [Tue, 24 Mar 2015 14:45:43 +0000 (15:45 +0100)]
Merge pull request #21 from dkgroot/patch-1

asterisk-11.x: update package description

9 years agoasterisk-1.8.x: Change SubPackage Descriptions 23/head
Diederik de Groot [Tue, 24 Mar 2015 14:40:34 +0000 (15:40 +0100)]
asterisk-1.8.x: Change SubPackage Descriptions
- Refrase subpackage descriptions
- Remove general description from the soundfiles subpackage and Refrase sound subpackage description

Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
9 years agoasterisk-13.x: Change SubPackage Descriptions
Diederik de Groot [Tue, 24 Mar 2015 14:37:43 +0000 (15:37 +0100)]
asterisk-13.x: Change SubPackage Descriptions
- Refrase subpackage descriptions
- Remove general description from the soundfiles subpackage and Refrase sound subpackage description

Signed-off-by: Diederik de Groot <ddegroot@talon.nl>
9 years agoUpdate Asterisk11 Makefile (Untested) 21/head
Diederik de Groot [Mon, 16 Mar 2015 17:43:39 +0000 (18:43 +0100)]
Update Asterisk11 Makefile (Untested)

Shorten Package Description for easier readability when displaying "pkg list | grep asterisk11"

9 years agoMerge pull request #20 from dkgroot/patch-1
Jiri Slachta [Mon, 16 Mar 2015 16:35:42 +0000 (17:35 +0100)]
Merge pull request #20 from dkgroot/patch-1

Update sccp.conf

9 years agoUpdate sccp.conf 20/head
Diederik de Groot [Mon, 16 Mar 2015 16:33:29 +0000 (17:33 +0100)]
Update sccp.conf

Fixing binaddr
Removing unnecessary bindaddr
Removing protocolversion
Adding a couple more sample entries in device and line

9 years agokamailio4: fix dependency from libjson to libjson-c.
Jiri Slachta [Mon, 16 Mar 2015 15:13:14 +0000 (16:13 +0100)]
kamailio4: fix dependency from libjson to libjson-c.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-g72x: remove old multiple makefiles for g729, add universal one
Jiri Slachta [Mon, 16 Mar 2015 14:18:08 +0000 (15:18 +0100)]
asterisk-g72x: remove old multiple makefiles for g729, add universal one

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoyate: updates yate to 5.4.2. This fixes #14
Jiri Slachta [Mon, 16 Mar 2015 12:48:57 +0000 (13:48 +0100)]
yate: updates yate to 5.4.2. This fixes #14

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-13.x,11.x: res_config_sqlite3 config added to the default cfg set
Jiri Slachta [Mon, 16 Mar 2015 12:15:58 +0000 (13:15 +0100)]
asterisk-13.x,11.x: res_config_sqlite3 config added to the default cfg set

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-1.8.x,11.x,13.x: add pbx_dundi
Jiri Slachta [Mon, 16 Mar 2015 11:27:06 +0000 (12:27 +0100)]
asterisk-1.8.x,11.x,13.x: add pbx_dundi

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agochan-sccp-b: remove old multiple makefiles, introduce build variants
Jiri Slachta [Mon, 16 Mar 2015 10:44:21 +0000 (11:44 +0100)]
chan-sccp-b: remove old multiple makefiles, introduce build variants

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-all: make module descriptions less verbose to increase readability
Jiri Slachta [Thu, 12 Mar 2015 18:07:42 +0000 (19:07 +0100)]
asterisk-all: make module descriptions less verbose to increase readability

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoMerge pull request #18 from plntyk/path_fix_asterisk13
Jiri Slachta [Mon, 9 Mar 2015 09:08:17 +0000 (10:08 +0100)]
Merge pull request #18 from plntyk/path_fix_asterisk13

asterisk-13.x: fix xml2-config location

9 years agoMerge pull request #17 from plntyk/path_fix_asterisk11
Jiri Slachta [Mon, 9 Mar 2015 09:07:58 +0000 (10:07 +0100)]
Merge pull request #17 from plntyk/path_fix_asterisk11

asterisk-11.x: fix mysql_config location

9 years agoasterisk-13.x: fix xml2-config location 18/head
Dirk Neukirchen [Sun, 8 Mar 2015 20:41:30 +0000 (21:41 +0100)]
asterisk-13.x: fix xml2-config location

on Arch Linux libxml2 detection fails
set xml2-location explicitly to fix build fail

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years agoasterisk-11.x: fix mysql_config location 17/head
Dirk Neukirchen [Sun, 8 Mar 2015 20:38:04 +0000 (21:38 +0100)]
asterisk-11.x: fix mysql_config location

on Arch Linux configure find host mysql_config first
set location explicitly to fix build fail

Signed-off-by: Dirk Neukirchen <dirkneukirchen@web.de>
9 years agoasterisk-13.x,11.x: remove duplicit module func_db
Jiri Slachta [Wed, 4 Mar 2015 19:28:31 +0000 (20:28 +0100)]
asterisk-13.x,11.x: remove duplicit module func_db

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-13.x: add modules func_{enum,env,module,math} and app_db
Jiri Slachta [Wed, 4 Mar 2015 13:25:38 +0000 (14:25 +0100)]
asterisk-13.x: add modules func_{enum,env,module,math} and app_db

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-11.x: add modules func_{enum,env,module,math} and app_db
Jiri Slachta [Wed, 4 Mar 2015 13:25:20 +0000 (14:25 +0100)]
asterisk-11.x: add modules func_{enum,env,module,math} and app_db

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-1.8.x: add modules func_{enum,env,module,math} and app_db
Jiri Slachta [Wed, 4 Mar 2015 13:24:08 +0000 (14:24 +0100)]
asterisk-1.8.x: add modules func_{enum,env,module,math} and app_db

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agokamailio-4.x: update to version 4.2.3
Jiri Slachta [Wed, 4 Mar 2015 13:23:14 +0000 (14:23 +0100)]
kamailio-4.x: update to version 4.2.3

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoortp: import from packages feed
Nicolas Thill [Sat, 21 Feb 2015 04:14:09 +0000 (05:14 +0100)]
ortp: import from packages feed

Signed-off-by: Nicolas Thill <nico@openwrt.org>
9 years agoUpdate MAINTAINERS
Jiri Slachta [Thu, 19 Feb 2015 13:56:18 +0000 (14:56 +0100)]
Update MAINTAINERS

9 years agoMerge pull request #13 from dangowrt/master
Jiri Slachta [Wed, 18 Feb 2015 21:10:10 +0000 (22:10 +0100)]
Merge pull request #13 from dangowrt/master

dahdi-linux: add support for HFC-S PCI BRI adapters

9 years agodahdi-linux: add support for HFC-S PCI BRI adapters 13/head
Daniel Golle [Wed, 18 Feb 2015 15:10:34 +0000 (16:10 +0100)]
dahdi-linux: add support for HFC-S PCI BRI adapters

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoasterisk-13.x: add missing dependency to libxslt
Jiri Slachta [Tue, 17 Feb 2015 09:20:19 +0000 (10:20 +0100)]
asterisk-13.x: add missing dependency to libxslt

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-13.x: add missing dependency to libpopt
Jiri Slachta [Mon, 16 Feb 2015 14:50:20 +0000 (15:50 +0100)]
asterisk-13.x: add missing dependency to libpopt

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-gui: move packages to packages-abandoned repository.
Jiri Slachta [Mon, 16 Feb 2015 12:05:24 +0000 (13:05 +0100)]
asterisk-gui: move packages to packages-abandoned repository.

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-13.x: introduce new package
Jiri Slachta [Mon, 16 Feb 2015 11:44:20 +0000 (12:44 +0100)]
asterisk-13.x: introduce new package

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoMerge pull request #12 from dangowrt/master
Jiri Slachta [Mon, 16 Feb 2015 11:31:58 +0000 (12:31 +0100)]
Merge pull request #12 from dangowrt/master

dahdi-linux: fix build with kernel 3.15 and newer

9 years agodahdi-linux: fix build with kernel 3.15 and newer 12/head
Daniel Golle [Fri, 13 Feb 2015 00:33:52 +0000 (01:33 +0100)]
dahdi-linux: fix build with kernel 3.15 and newer

smp_mb__after_clear_bit() was removed from newer kernels.
Use smp_mb__after_atomic() instead.

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
9 years agoasterisk-chan-sccp-b: update revision to 5845
Jiri Slachta [Mon, 9 Feb 2015 14:41:23 +0000 (15:41 +0100)]
asterisk-chan-sccp-b: update revision to 5845

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-11.x: update to 11.16.0
Jiri Slachta [Mon, 9 Feb 2015 14:40:42 +0000 (15:40 +0100)]
asterisk-11.x: update to 11.16.0

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-1.8.x: update to version 1.8.32.2
Jiri Slachta [Mon, 9 Feb 2015 14:40:18 +0000 (15:40 +0100)]
asterisk-1.8.x: update to version 1.8.32.2

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-11.x: fix srtp when key lifetime is specified
Jiri Slachta [Sun, 1 Feb 2015 21:48:13 +0000 (22:48 +0100)]
asterisk-11.x: fix srtp when key lifetime is specified

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agopjproject: new package for upcoming asterisk-13.x introduced
Jiri Slachta [Thu, 29 Jan 2015 20:51:20 +0000 (21:51 +0100)]
pjproject: new package for upcoming asterisk-13.x introduced

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agokamailio-4.x: partially revert previous commit, fixes path for cfg
Jiri Slachta [Wed, 28 Jan 2015 15:45:22 +0000 (16:45 +0100)]
kamailio-4.x: partially revert previous commit, fixes path for cfg

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agokamailio4: add debugger module
Jiri Slachta [Fri, 23 Jan 2015 14:09:39 +0000 (15:09 +0100)]
kamailio4: add debugger module

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agokamailio-4.x: fix path for configuration files in package Makefile
Jiri Slachta [Mon, 19 Jan 2015 13:16:04 +0000 (14:16 +0100)]
kamailio-4.x: fix path for configuration files in package Makefile

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agoasterisk-11.x: fix chan-dahdi dependencies
Jiri Slachta [Fri, 16 Jan 2015 15:57:31 +0000 (16:57 +0100)]
asterisk-11.x: fix chan-dahdi dependencies

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
9 years agokamailio-4.x: fix install/module macro
Jiri Slachta [Thu, 15 Jan 2015 12:03:44 +0000 (13:03 +0100)]
kamailio-4.x: fix install/module macro

Signed-off-by: Jiri Slachta <slachta@cesnet.cz>