From dc7edf43cd4ddd08ed6b288f22d85714f82f9fb0 Mon Sep 17 00:00:00 2001 From: Daniel Golle Date: Sun, 27 Aug 2017 03:36:12 +0200 Subject: [PATCH] asterisk-13.x: package RAND dialplan function Signed-off-by: Daniel Golle --- net/asterisk-13.x/Makefile | 1 + 1 file changed, 1 insertion(+) 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,,)) -- 2.30.2