asterisk: add dependency to asterisk-chan-rtp 606/head
authorSebastian Kemper <sebastian_ml@gmx.net>
Fri, 15 Jan 2021 18:59:47 +0000 (19:59 +0100)
committerSebastian Kemper <sebastian_ml@gmx.net>
Fri, 15 Jan 2021 19:00:09 +0000 (20:00 +0100)
commit6e8eaf2602e86bed8d3bce0d905144f6412711e4
treeca95f6c62ac8da878f8c80cdc6c8e4fd39d8d0d1
parentb619c417db1fb95de3b668247e896c070f5fa7b8
asterisk: add dependency to asterisk-chan-rtp

This commit makes asterisk-chan-rtp depend on
asterisk-res-rtp-multicast. Without the res-rtp-multicast module
chan-rtp cannot be loaded:

OpenWrt*CLI> module load chan_rtp.so
Unable to load module chan_rtp.so
Command 'module load chan_rtp.so' failed.
[Jan  9 08:51:01] ERROR[16337]: loader.c:281 module_load_error: Error loading module 'chan_rtp.so': Error relocating /usr/lib/asterisk/modules/chan_rtp.so: ast_multicast_rtp_create_options: symbol not found

This issue was mentioned in the OpenWrt forum ([1]).

[1] https://forum.openwrt.org/t/asterisk-makes-a-problem-with-loading/84816

Signed-off-by: Sebastian Kemper <sebastian_ml@gmx.net>
net/asterisk/Makefile