DEPENDS:= freeswitch \
+freeswitch-mod-commands \
+freeswitch-mod-conference \
- +freeswitch-mod-console \
+ +freeswitch-mod-syslog \
+freeswitch-mod-curl \
+freeswitch-mod-dialplan-xml \
+freeswitch-mod-dptools \
TITLE:=FreeSWITCH minimal config
DEPENDS:= freeswitch \
+freeswitch-mod-commands \
- +freeswitch-mod-console \
+ +freeswitch-mod-syslog \
+freeswitch-mod-dialplan-xml \
+freeswitch-mod-dptools \
+freeswitch-mod-event-socket \
DESTDIR="$(PKG_INSTALL_DIR)" \
LDFLAGS_FOR_BUILD="$(HOST_LDFLAGS)" \
all $(MAKE_INSTALL_TARGETS)
+ $(SED) 's|^\([:blank:]*\)\(.*\)"mod_console"\(.*\)$$$$|\1<!-- \2"mod_console"\3 -->|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
+ $(SED) 's|^\([:blank:]*\)<!-- \(.*\)"mod_syslog"\(.*\) -->\(.*\)$$$$|\1\2"mod_syslog"\3\4 -->|' $(PKG_INSTALL_DIR)/etc/freeswitch/autoload_configs/modules.conf.xml
endef
define Build/InstallDev