From: Jiri Slachta Date: Tue, 5 Apr 2016 08:06:43 +0000 (+0200) Subject: baresip: add DTMF input/output module X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=9fdf06f72996fb5763431ed77bc10fb10da89287;p=feed%2Ftelephony.git baresip: add DTMF input/output module Signed-off-by: Jiri Slachta --- diff --git a/net/baresip/Makefile b/net/baresip/Makefile index 753cfca..2fd8a65 100644 --- a/net/baresip/Makefile +++ b/net/baresip/Makefile @@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:=baresip PKG_VERSION:=0.4.18 -PKG_RELEASE:=1 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://www.creytiv.com/pub/ @@ -144,6 +144,7 @@ $(eval $(call BuildPlugin,alsa,ALSA audio driver,alsa,+PACKAGE_baresip-mod-alsa: $(eval $(call BuildPlugin,avcodec,FFmpeg video codecs,avcodec,+PACKAGE_baresip-mod-avcodec:libffmpeg-full)) $(eval $(call BuildPlugin,avformat,FFmpeg video source,avformat,+PACKAGE_baresip-mod-avformat:libffmpeg-full)) $(eval $(call BuildPlugin,cons,console UI,cons,)) +$(eval $(call BuildPlugin,dtmfio,DTMF input/output,dtmfio,)) $(eval $(call BuildPlugin,evdev,input event device UI,evdev,)) $(eval $(call BuildPlugin,g711,G.711 audio codec,g711,)) $(eval $(call BuildPlugin,g722,G.722 audio codec,g722,+PACKAGE_baresip-mod-g722:libspandsp))