Asterisk13.x: Add missing Confbridge 40/head
authorSven Pietack <redfox1977@users.noreply.github.com>
Wed, 22 Apr 2015 16:58:28 +0000 (18:58 +0200)
committerSven Pietack <redfox1977@users.noreply.github.com>
Wed, 22 Apr 2015 16:58:28 +0000 (18:58 +0200)
Add the missing Confbridge and it brings the bridge_simple.so to activate the sip module.
Without the bridge_simple.so can not make calls via sip it.

Signed-off-by: redFOX1977 <redfox1977@users.noreply.github.com>
net/asterisk-13.x/Makefile

index c8d334e3343f3a280a6e8c9a19cf687b7c2b9878..e57664cbc6b69ded4719a292c7231e1054575476 100644 (file)
@@ -282,6 +282,7 @@ $(eval $(call BuildPackage,asterisk13))
 
 $(eval $(call BuildAsterisk13Module,app-alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID,,,app_alarmreceiver,,))
 $(eval $(call BuildAsterisk13Module,app-authenticate,Authenticate commands,Execute arbitrary authenticate commands,,,app_authenticate,,))
+$(eval $(call BuildAsterisk13Module,app-confbridge,ConfBridge,Software bridge for multi-party audio conferencing,,confbridge.conf,app_confbridge bridge_builtin_features bridge_multiplexed bridge_simple bridge_softmix chan_bridge,,))
 $(eval $(call BuildAsterisk13Module,app-directed_pickup,Directed call pickup,support for directed call pickup,,,app_directed_pickup,,))
 $(eval $(call BuildAsterisk13Module,app-disa,Direct Inward System Access,Direct Inward System Access,,,app_disa,,))
 $(eval $(call BuildAsterisk13Module,app-exec,Exec application,support for application execution,,,app_exec,,))