[packages] asterisk-1.8.x: add func_uri
authorHans Zandbelt <hans.zandbelt@gmail.com>
Wed, 23 Feb 2011 08:27:15 +0000 (08:27 +0000)
committerHans Zandbelt <hans.zandbelt@gmail.com>
Wed, 23 Feb 2011 08:27:15 +0000 (08:27 +0000)
SVN-Revision: 25666

net/asterisk-1.8.x/Makefile

index e95728511c55bad4d4b481c5784374c1ed370bd7..d48342cea02b483f2dc960b27fef2252fcbc2910 100644 (file)
@@ -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))