From 561c094c2deba9e20c395931558666d80909a4ea Mon Sep 17 00:00:00 2001 From: Yalu Zhang <yalu.zhang@iopsys.eu> Date: Wed, 8 Apr 2020 16:42:46 +0200 Subject: [PATCH] Add module asterisk-res-pjproject in package asterisk --- intel_mips/image/xrx500-iopsys.mk | 2 +- iopsys-brcm63xx-arm/profiles/iopsys.mk | 2 +- iopsys-brcm63xx-mips/profiles/iopsys.mk | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/intel_mips/image/xrx500-iopsys.mk b/intel_mips/image/xrx500-iopsys.mk index f1cc182c7..cf2e14f70 100644 --- a/intel_mips/image/xrx500-iopsys.mk +++ b/intel_mips/image/xrx500-iopsys.mk @@ -11,7 +11,7 @@ ASTERISK_PACKAGES += asterisk-pbx-spool asterisk-res-musiconhold asterisk-res-rt ASTERISK_PACKAGES += asterisk-res-timing-timerfd asterisk-sounds asterisk-app-transfer ASTERISK_PACKAGES += asterisk-codec-a-mu asterisk-codec-alaw asterisk-codec-ulaw ASTERISK_PACKAGES += asterisk-codec-g722 asterisk-codec-g726 asterisk-codec-g729 -ASTERISK_PACKAGES += asterisk-codec-gsm +ASTERISK_PACKAGES += asterisk-codec-gsm asterisk-res-pjproject VOICE_PACKAGES := voice-client $(ASTERISK_PACKAGES) juci-voice-client diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk index 85a20bce1..174736361 100644 --- a/iopsys-brcm63xx-arm/profiles/iopsys.mk +++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk @@ -8,7 +8,7 @@ asterisk-format-sln asterisk-format-sln16 asterisk-func-channel \ asterisk-func-db asterisk-func-shell asterisk-pbx-spool \ 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 +asterisk-util-astcanary asterisk-res-timing-timerfd asterisk-res-pjproject VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES) juci-voice-client DECT_SUPPORT:=dectmngr2 juci-natalie-dect diff --git a/iopsys-brcm63xx-mips/profiles/iopsys.mk b/iopsys-brcm63xx-mips/profiles/iopsys.mk index 99428c3b8..18cb877fe 100644 --- a/iopsys-brcm63xx-mips/profiles/iopsys.mk +++ b/iopsys-brcm63xx-mips/profiles/iopsys.mk @@ -8,7 +8,7 @@ asterisk-format-sln asterisk-format-sln16 asterisk-func-channel \ asterisk-func-db asterisk-func-shell asterisk-pbx-spool \ 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 +asterisk-util-astcanary asterisk-res-timing-timerfd asterisk-res-pjproject VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES) juci-voice-client DECT_SUPPORT:=natalie-dect dectmngr2 juci-natalie-dect -- GitLab