diff --git a/iopsys-brcm63xx-arm/profiles/iopsys.mk b/iopsys-brcm63xx-arm/profiles/iopsys.mk
index 1079b0a40cd222b7e74db92204d46cfa78d6ae4d..80473f6f9481fce08c9e4b0a7e6066d4ca309674 100644
--- a/iopsys-brcm63xx-arm/profiles/iopsys.mk
+++ b/iopsys-brcm63xx-arm/profiles/iopsys.mk
@@ -10,8 +10,8 @@ asterisk13-res-stun asterisk13-res-voice asterisk13-sounds \
 asterisk13-format-gsm asterisk13-res-rtp-asterisk asterisk13-chan-sip \
 asterisk13-util-astcanary asterisk13-res-timing-timerfd
 
-#VOICE_SUPPORT:=voice-client $(ASTERISK_PACKAGES) juci-voice-client
-#DECT_SUPPORT:=dectmngr2 juci-natalie-dect
+VOICE_SUPPORT:=voice-client $(ASTERISK_PACKAGES) juci-voice-client
+DECT_SUPPORT:=dectmngr2 juci-natalie-dect
 
 #################### brcm_ref138
 define Profile/brcm_ref138_p502
diff --git a/iopsys-brcm63xx-mips/Config.in b/iopsys-brcm63xx-mips/Config.in
index d4b29a728008e4de1cc4fbb87d15a1f36238d862..931fb495e2cae490b8607dedcc3329e7ef6de1c3 100644
--- a/iopsys-brcm63xx-mips/Config.in
+++ b/iopsys-brcm63xx-mips/Config.in
@@ -175,6 +175,6 @@ menu "Target options Brcm63xx (ARM/MIPS)"
 		bool "Whether to build voice or exclude it entirely"
 		help
 			For exclude building voice entirely, not just in the OPEN-image.
-        default y if !BRCM_SDK_VER_502007
+        default y
 
 endmenu