From: Hans Zandbelt Date: Wed, 23 Feb 2011 08:27:15 +0000 (+0000) Subject: asterisk-1.8.x: add func_uri X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=70617f8b762eef0773cbf77d3099ba96042b266f;p=openwrt%2Fsvn-archive%2Fpackages.git asterisk-1.8.x: add func_uri SVN-Revision: 25666 --- diff --git a/net/asterisk-1.8.x/Makefile b/net/asterisk-1.8.x/Makefile index e95728511..d48342cea 100644 --- a/net/asterisk-1.8.x/Makefile +++ b/net/asterisk-1.8.x/Makefile @@ -529,3 +529,4 @@ $(eval $(call Buildasterisk18ModuleTemplate,app_verbose,Verbose logging,Verbose $(eval $(call Buildasterisk18ModuleTemplate,func_channel,Channel info,Channel info dialplan function)) $(eval $(call Buildasterisk18ModuleTemplate,func_blacklist,Blacklist on callerid,looking up the callerid number, and see if it is blacklisted)) $(eval $(call Buildasterisk18ModuleTemplate,app_originate,Originate a call,originating an outbound call and connecting it to a specified extension or application)) +$(eval $(call Buildasterisk18ModuleTemplate,func_uri,URI encoding and decoding,Encodes and decodes URI-safe strings))