From adf6af45447dc16737e76374735fd085bda9301a Mon Sep 17 00:00:00 2001 From: Hans Zandbelt Date: Wed, 24 Nov 2010 00:14:51 +0000 Subject: [PATCH] [packages] asterisk-1.6.x upgrade to 1.6.2.14 and add app_originate SVN-Revision: 24119 --- net/asterisk-1.6.x/Makefile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/net/asterisk-1.6.x/Makefile b/net/asterisk-1.6.x/Makefile index 38c8239071..0a8baef147 100644 --- a/net/asterisk-1.6.x/Makefile +++ b/net/asterisk-1.6.x/Makefile @@ -8,12 +8,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=asterisk -PKG_VERSION:=1.6.2.13 +PKG_VERSION:=1.6.2.14 PKG_RELEASE:=1 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz PKG_SOURCE_URL:=http://downloads.digium.com/pub/asterisk/releases/ -PKG_MD5SUM:=1e184a4d9301e2e4b9de3bc98b507d4f +PKG_MD5SUM:=4f0414c9b2d449222b2fc7096cbaffe7 include $(INCLUDE_DIR)/package.mk @@ -432,3 +432,4 @@ $(eval $(call BuildAsterisk16ModuleTemplate,app_setcallerid,Set callerid,support $(eval $(call BuildAsterisk16ModuleTemplate,app_verbose,Verbose logging,Verbose logging application)) $(eval $(call BuildAsterisk16ModuleTemplate,func_channel,Channel info,Channel info dialplan function)) $(eval $(call BuildAsterisk16ModuleTemplate,func_blacklist,Blacklist on callerid,looking up the callerid number, and see if it is blacklisted)) +$(eval $(call BuildAsterisk16ModuleTemplate,app_originate,Originate a call,originating an outbound call and connecting it to a specified extension or application)) -- 2.30.2