Commit graph

500 commits

Author SHA1 Message Date
Sebastian Kemper
12e67fca18 asterisk-11.x: Bump to 11.19.0
Compile-tested on BB 14.07.

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2015-10-08 15:18:33 +02:00
Jiri Slachta
1c1d2f02a5 asterisk-13.x: fix syntax for bridge modules
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-10-08 15:18:33 +02:00
Jiri Slachta
b47b40fb05 baresip: closing #56, added modules speex-aec, speex-pp, httpd.
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-10-08 15:18:33 +02:00
Jiri Slachta
1c7e5fca72 asterisk-13.x: change module ordering
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-10-08 15:18:33 +02:00
Jiri Slachta
cc772d799a re: update to 0.4.13
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-10-08 15:18:33 +02:00
Jiri Slachta
0e6f3cad55 asterisk-11.x: modules restructuralization and addition
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>
2015-10-08 15:18:33 +02:00
Jiri Slachta
269200fecc asterisk-13.x: modules restructuralization and addition
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>
2015-10-08 15:18:33 +02:00
Daniel Golle
92f68f5c9c yate: update source
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:18:32 +02:00
Daniel Golle
a2677867f0 kamailio-4.x: build against libevent2
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:18:32 +02:00
Daniel Golle
58267f9baf chan-sccp-b: fix package install
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:18:32 +02:00
Daniel Golle
62159ffc09 asterisk-13.x: fixup real-time module
remove spurious ',' sign added in commit
a386bb33c7

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:18:32 +02:00
Diederik de Groot
46a7e1e5c0 chan-sccp-b:
- Update revision to point to stable V4.2 release
 - Add sqlite3 realtime example files
2015-10-08 15:18:32 +02:00
Diederik de Groot
96a8393ab8 Add realtime pbx, func and res modules 2015-10-08 15:18:32 +02:00
Diederik de Groot
2ef1bfad23 Add realtime pbx, func and res modules 2015-10-08 15:18:32 +02:00
Daniel Golle
aed7857cee asterisk-11.x-chan-dongle: support E1752 and refresh patches
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:18:32 +02:00
Daniel Golle
f0bb800287 asterisk-11.x-chan-dongle: fix audio endianess problem
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>
2015-10-08 15:18:28 +02:00
Daniel Golle
2a342cd5bf kamailio-4.x: update to version 4.3.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:17:29 +02:00
Sebastian Kemper
f33dd1483c asterisk-11.x: Don't bootstrap menuselect
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>
2015-10-08 15:17:29 +02:00
Daniel Golle
e6f696f68e asterisk-11.x: bump release
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>
2015-10-08 15:17:29 +02:00
Sebastian Kemper
2a5520857a asterisk-11x: Update 010-asterisk-configure-undef-res-ninit.patch
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>
2015-10-08 15:17:29 +02:00
Daniel Golle
6108a76b16 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>
2015-10-08 15:17:29 +02:00
Daniel Golle
23f36987b1 asterisk-11.x: build-depend on libxml2/host
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:17:29 +02:00
Daniel Golle
8885c6784c asterisk-11.x: update to 11.18.0
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-10-08 15:17:11 +02:00
Sebastian Kemper
2d319d0063 net/asterisk-11.x: Bump again to 11.17.1 (cross compile fix included)
Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
2015-10-08 14:18:50 +02:00
Vittorio G (VittGam)
7b56edaa63 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>
2015-10-08 14:18:11 +02:00
Jiri Slachta
d4ca5e50e6 chan-sccp-b: switch to stable version 4.2 from rc, fix sample cfg
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-07-30 16:06:44 +02:00
Jiri Slachta
82990d3282 asterisk-13.x: close #78, update to 13.4.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-07-30 13:20:44 +02:00
Daniel Golle
6375e2a4aa asterisk-1.8.x: fix mysql library path detection
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-18 20:06:27 +02:00
Daniel Golle
863bc1e290 asterisk-11.x: disable building against broken libiksemel
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-18 16:14:00 +02:00
Daniel Golle
510a85e4b9 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>
2015-06-18 16:14:00 +02:00
Daniel Golle
7c344688f5 asterisk-1.8.x: disable libneon detection
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
2015-06-18 16:14:00 +02:00
Daniel Golle
97e01f895f 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>
2015-06-18 16:14:00 +02:00
Daniel Golle
538cc30e23 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>
2015-06-18 16:14:00 +02:00
Jiri Slachta
bdae15e056 asterisk-13.x: revert to version 13.2.0 with AST-2015-003 fix
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-05-13 14:51:16 +02:00
Jiri Slachta
608a59a693 Revert "asterisk-11.x: update to 11.17.1"
This reverts commit 1206b3711f.

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

Conflicts:
	net/asterisk-11.x/Makefile
2015-04-30 16:43:58 +02:00
Jiri Slachta
70913f7ba3 Merge pull request #49 from redfox1977/patch-8
Asterisk 13.x: Add depensies for chan_sip
2015-04-28 14:05:21 +02:00
Jiri Slachta
1700956e42 sipsak: move to abandoned packages repository, sipp should be used instead
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:43:10 +02:00
Jiri Slachta
9509e49d82 rtpproxy: update to 2.0.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:30:00 +02:00
Jiri Slachta
43be6e037d pjproject: update to 2.4.0
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:29:36 +02:00
Jiri Slachta
53fad68cdf re: update to 0.4.12
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-28 11:29:09 +02:00
Jiri Slachta
e13c4858c7 Merge pull request #48 from redfox1977/patch-7
Asterisk13.x:remove chan_bridge.so in app_confbridge
2015-04-26 13:18:02 +02:00
Sven Pietack
f973ace410 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>
2015-04-24 17:06:25 +02:00
Sven Pietack
f5d1ac78a3 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>
2015-04-24 17:04:37 +02:00
Jiri Slachta
51a9f7757e Merge pull request #42 from redfox1977/patch-2
Asterisk13.x: Add missing soundfiles
2015-04-23 21:50:15 +02:00
Sven Pietack
dcdfff8641 Asterisk13.x: Add missing soundfiles
Add the missing soundfiles in English...

Signed-off-by: Sven Pietack redfox1977@users.noreply.github.com
2015-04-23 18:51:21 +02:00
Mazi Lo
7090716d6d 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>
2015-04-23 11:06:10 -04:00
Jiri Slachta
c5e7c034e4 asterisk-11.x: disable chan-motif due to broken iksemel
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-23 14:02:34 +02:00
Jiri Slachta
fe446f73cf iksemel: mark as broken, disable all asterisk modules depending on it
Signed-off-by: Jiri Slachta <slachta@cesnet.cz>
2015-04-23 12:12:53 +02:00
Jiri Slachta
ab398d2929 Merge pull request #40 from redfox1977/patch-1
Asterisk13.x: Add missing Confbridge
2015-04-23 00:31:00 +02:00
Mazi Lo
aa7d939e0f FreeSWITCH:
1. Update to FS git HEAD a4d877c189b331ea47bf3a75745006d4d873eee6
  2. Fix libogg dependency.

Signed-off-by: Mazi Lo <openwrt.mazilo@recursor.net>
2015-04-22 17:07:19 -04:00