From: Daniel Golle Date: Sun, 27 Aug 2017 01:36:12 +0000 (+0200) Subject: asterisk-13.x: package RAND dialplan function X-Git-Url: http://git.openwrt.org/?p=feed%2Ftelephony.git;a=commitdiff_plain;h=dc7edf43cd4ddd08ed6b288f22d85714f82f9fb0 asterisk-13.x: package RAND dialplan function Signed-off-by: Daniel Golle --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index f827a2f..1d6ef14 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -392,6 +392,7 @@ $(eval $(call BuildAsterisk13Module,func-math,Math functions,Math functions,,,fu $(eval $(call BuildAsterisk13Module,func-module,Simple module check function,Simple module check function,,,func_module,)) $(eval $(call BuildAsterisk13Module,func-periodic-hook,Periodic dialplan hooks,Execute a periodic dialplan hook into the audio of a call,,,func_periodic_hook,,)) $(eval $(call BuildAsterisk13Module,func-presencestate,Hinted presence state,Gets or sets a presence state in the dialplan,,,func_presencestate,,)) +$(eval $(call BuildAsterisk13Module,func-rand,RAND dialplan function,RAND dialplan function,,,func_rand,,)) $(eval $(call BuildAsterisk13Module,func-realtime,REALTIME dialplan function,REALTIME dialplan function,,,func_realtime,,)) $(eval $(call BuildAsterisk13Module,func-shell,Shell,support for shell execution,,,func_shell,,)) $(eval $(call BuildAsterisk13Module,func-uri,URI encoding and decoding,Encodes and decodes URI-safe strings,,,func_uri,,))