asterisk-13.x: Add func_periodic_hook module 143/head
authorRoman Spychała <roed@onet.eu>
Thu, 20 Apr 2017 13:30:38 +0000 (15:30 +0200)
committerRoman Spychała <roed@onet.eu>
Tue, 25 Apr 2017 12:44:46 +0000 (14:44 +0200)
Signed-off-by: Roman Spychała <roed@onet.eu>
net/asterisk-13.x/Makefile

index b2d1275c909cbf37a03b301dfd933a39a68e1da6..0722098c9aca6803ab0a31de95968ba0db01beed 100644 (file)
@@ -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,,))