asterisk-13.x: package RAND dialplan function
authorDaniel Golle <daniel@makrotopia.org>
Sun, 27 Aug 2017 01:36:12 +0000 (03:36 +0200)
committerDaniel Golle <daniel@makrotopia.org>
Sun, 27 Aug 2017 01:36:29 +0000 (03:36 +0200)
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
net/asterisk-13.x/Makefile

index f827a2febff23e1bb5232726cb57dbac5586d6e0..1d6ef14cd0ef30a75910ba3446f3076ba9d87655 100644 (file)
@@ -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,,))