[asterisk-commits] russell: branch russell/jack r98580 - /team/russell/jack/apps/app_jack.c

SVN commits to the Asterisk project asterisk-commits at lists.digium.com
Sat Jan 12 18:00:02 CST 2008


Author: russell
Date: Sat Jan 12 18:00:01 2008
New Revision: 98580

URL: http://svn.digium.com/view/asterisk?view=rev&rev=98580
Log:
Remove warning that says JACK_HOOK() is not yet implemented, because it is
implemented, and according to the testing I just did, appears to work ...

Modified:
    team/russell/jack/apps/app_jack.c

Modified: team/russell/jack/apps/app_jack.c
URL: http://svn.digium.com/view/asterisk/team/russell/jack/apps/app_jack.c?view=diff&rev=98580&r1=98579&r2=98580
==============================================================================
--- team/russell/jack/apps/app_jack.c (original)
+++ team/russell/jack/apps/app_jack.c Sat Jan 12 18:00:01 2008
@@ -887,8 +887,6 @@
 	const char *value)
 {
 	int res;
-	
-	ast_log(LOG_WARNING, "JACK_HOOK() not yet implemented.\n");
 
 	if (!strcasecmp(value, "on"))
 		res = enable_jack_hook(chan, data);




More information about the asterisk-commits mailing list