diff --git a/intel_mips/image/xrx500-iopsys.mk b/intel_mips/image/xrx500-iopsys.mk
index 3fbb15b09d54a9ba3791b86a53d5845e73cfd551..5c35dd97a5d14653dc5fdd48b4b0800408748b88 100644
--- a/intel_mips/image/xrx500-iopsys.mk
+++ b/intel_mips/image/xrx500-iopsys.mk
@@ -13,7 +13,7 @@ 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-util-astcanary
 
-VOICE_PACKAGES := voice-client $(ASTERISK_PACKAGES)
+VOICE_PACKAGES := $(ASTERISK_PACKAGES)
 
 COMMON_PACKAGES := \
 	kmod-usb-dwc3-grx500 kmod-usb3 kmod-usb-storage kmod-scsi-core kmod-fs-vfat \
diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk
index 853009c206d0302d120b1f2fede68b6867c8cfef..37782c8ad4a3ba2ad5549879a88a926c04d09167 100644
--- a/iopsys-brcm63xx-arm/profiles/iopsys.mk
+++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk
@@ -10,7 +10,7 @@ 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
 
-VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES)
+VOICE_SUPPORT:=endptmngr $(ASTERISK_PACKAGES)
 DECT_SUPPORT:=dectmngr2
 
 #################### brcm_ref138
diff --git a/iopsys-brcm63xx-mips/profiles/iopsys.mk b/iopsys-brcm63xx-mips/profiles/iopsys.mk
index bd516314d5a5ee4c6a247234b54d945aeb9d21ba..860d9ece4458db566928ce8966e95ee3dba2c548 100644
--- a/iopsys-brcm63xx-mips/profiles/iopsys.mk
+++ b/iopsys-brcm63xx-mips/profiles/iopsys.mk
@@ -10,7 +10,7 @@ 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
 
-VOICE_SUPPORT:=voice-client endptmngr $(ASTERISK_PACKAGES)
+VOICE_SUPPORT:=endptmngr $(ASTERISK_PACKAGES)
 DECT_SUPPORT:=natalie-dect dectmngr2
 
 ###############################################################################