From 1b3176a86696940595c82f17016c8f25e1aaee67 Mon Sep 17 00:00:00 2001 From: Yalu Zhang <yalu.zhang@iopsys.eu> Date: Tue, 7 Apr 2020 10:53:19 +0200 Subject: [PATCH] Add a missing package asterisk-res-musiconhold into asterisk This package is built-in in the current version of asterisk and an error occurs if it is missing. --- iopsys-brcm63xx-arm/profiles/iopsys.mk | 2 +- iopsys-brcm63xx-mips/profiles/iopsys.mk | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index a3fcc4fa0..1078f7bd1 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -6,7 +6,7 @@ asterisk-codec-alaw asterisk-codec-g722 asterisk-codec-g726 \ asterisk-codec-gsm asterisk-format-g726 asterisk-format-g729 \ asterisk-format-sln asterisk-format-sln16 asterisk-func-channel \ asterisk-func-db asterisk-func-shell asterisk-pbx-spool \ -asterisk-res-stun asterisk-res-voice asterisk-sounds \ +asterisk-res-musiconhold asterisk-res-stun asterisk-res-voice asterisk-sounds \ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-chan-sip \ asterisk-util-astcanary asterisk-res-timing-timerfd diff --git a/iopsys-brcm63xx-mips/profiles/iopsys.mk b/iopsys-brcm63xx-mips/profiles/iopsys.mk index 3a9a2fa4d..99428c3b8 100644 --- a/iopsys-brcm63xx-mips/profiles/iopsys.mk +++ b/iopsys-brcm63xx-mips/profiles/iopsys.mk @@ -6,7 +6,7 @@ asterisk-codec-alaw asterisk-codec-g722 asterisk-codec-g726 \ asterisk-codec-gsm asterisk-format-g726 asterisk-format-g729 \ asterisk-format-sln asterisk-format-sln16 asterisk-func-channel \ asterisk-func-db asterisk-func-shell asterisk-pbx-spool \ -asterisk-res-stun asterisk-res-voice asterisk-sounds \ +asterisk-res-musiconhold asterisk-res-stun asterisk-res-voice asterisk-sounds \ asterisk-format-gsm asterisk-res-rtp-asterisk asterisk-chan-sip \ asterisk-util-astcanary asterisk-res-timing-timerfd -- GitLab