[packages] asterisk-1.6.6: added app_alarmreceiver,app_setcallerid and app_verbose
authorHans Zandbelt <hans.zandbelt@gmail.com>
Sat, 16 Oct 2010 22:50:22 +0000 (22:50 +0000)
committerHans Zandbelt <hans.zandbelt@gmail.com>
Sat, 16 Oct 2010 22:50:22 +0000 (22:50 +0000)
SVN-Revision: 23491

net/asterisk-1.6.x/Makefile

index da04fc5f04e1dc33293e7e8424355599fba6a18a..8998cf40a5720f04e76556657af6c18e7fdae701 100644 (file)
@@ -427,4 +427,6 @@ $(eval $(call BuildAsterisk16ModuleTemplate,pbx_ael,Asterisk Extension Logic,sup
 $(eval $(call BuildAsterisk16ModuleTemplate,res_ael_share,Shareable AEL code,support for shareable AEL code mainly between internal and external modules))
 $(eval $(call BuildAsterisk16ModuleTemplate,pbx_spool,Call Spool,outgoing call spool support))
 $(eval $(call BuildAsterisk16ModuleTemplate,res_agi,Asterisk Gateway Interface,support for the Asterisk Gateway Interface extension))
-
+$(eval $(call BuildAsterisk16ModuleTemplate,app_alarmreceiver,Alarm receiver,Central Station Alarm receiver for Ademco Contact ID))
+$(eval $(call BuildAsterisk16ModuleTemplate,app_setcallerid,Set callerid,support for setting callerid))
+$(eval $(call BuildAsterisk16ModuleTemplate,app_verbose,Verbose logging,Verbose logging application))