From: Jiri Slachta Date: Wed, 26 Apr 2017 12:06:23 +0000 (+0200) Subject: Merge pull request #143 from RoEdAl/master X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=4c26d85a6e1c0ac3ca258a5dcdd359ddde21d73d;hp=4cbd88c0d6e3c6630503372bf6891c5787888b3e;p=feed%2Ftelephony.git Merge pull request #143 from RoEdAl/master asterisk-13.x: Add func_periodic_hook module --- diff --git a/net/asterisk-13.x/Makefile b/net/asterisk-13.x/Makefile index 2846499..1e2f877 100644 --- a/net/asterisk-13.x/Makefile +++ b/net/asterisk-13.x/Makefile @@ -380,6 +380,7 @@ $(eval $(call BuildAsterisk13Module,func-global,Global variable,global variable $(eval $(call BuildAsterisk13Module,func-groupcount,Group count,for counting number of channels in the specified group,,,func_groupcount,,)) $(eval $(call BuildAsterisk13Module,func-math,Math functions,Math functions,,,func_math,)) $(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-realtime,realtime,the realtime dialplan function,,,func_realtime,,)) $(eval $(call BuildAsterisk13Module,func-shell,Shell,support for shell execution,,,func_shell,,))