yate-mod-extmodule: Include and install script echo.sh 85/head
authorRobert Högberg <robert.hogberg@gmail.com>
Sat, 12 Sep 2015 20:27:29 +0000 (22:27 +0200)
committerRobert Högberg <robert.hogberg@gmail.com>
Sun, 13 Sep 2015 21:54:31 +0000 (23:54 +0200)
echo.sh is a simple yate script which can be used to echo back audio to a
caller. It's useful for testing purposes.

Since the script is a basic shell script it has no specific dependencies.

Signed-off-by: Robert Högberg <robert.hogberg@gmail.com>
net/yate/Makefile

index f3b53841ac28073e58e053aacdc0568e0b6d6b5e..66c6dae80d6f42de9d7e7337f21da007b58eb050 100644 (file)
@@ -224,7 +224,7 @@ $(eval $(call BuildPlugin,dbwave,server,Wav Media for DB Storage,+$(PKG_NAME)-mo
 $(eval $(call BuildPlugin,dumbchan,,Dummy Channel,))
 $(eval $(call BuildPlugin,enumroute,,ENUM Routing,))
 $(eval $(call BuildPlugin,eventlogs,server,Write events and alarms to log files,))
-$(eval $(call BuildPlugin,extmodule,,External Module Handler,))
+$(eval $(call BuildPlugin,extmodule,,External Module Handler,,/usr/share/yate/scripts/echo.sh))
 $(eval $(call BuildPlugin,faxchan,,Spandsp Fax Channel,+libspandsp))
 $(eval $(call BuildPlugin,filetransfer,,File Transfer Driver,))
 $(eval $(call BuildPlugin,gvoice,,Google Voice support,))