[svn-commits] russell: trunk r112124 - /trunk/channels/chan_zap.c

SVN commits to the Digium repositories svn-commits at lists.digium.com
Tue Apr 1 11:35:05 CDT 2008


Author: russell
Date: Tue Apr  1 11:35:04 2008
New Revision: 112124

URL: http://svn.digium.com/view/asterisk?view=rev&rev=112124
Log:
Now that zaptel trunk has been removed, add the PSTN deprecation notice to chan_zap, as well.

Modified:
    trunk/channels/chan_zap.c

Modified: trunk/channels/chan_zap.c
URL: http://svn.digium.com/view/asterisk/trunk/channels/chan_zap.c?view=diff&rev=112124&r1=112123&r2=112124
==============================================================================
--- trunk/channels/chan_zap.c (original)
+++ trunk/channels/chan_zap.c Tue Apr  1 11:35:04 2008
@@ -14203,6 +14203,8 @@
 	int y, i;
 #endif
 
+	ast_log(LOG_WARNING, "The use of PSTN interfaces with Asterisk has been deprecated.  Zaptel trunk has been removed.\n");
+
 #ifdef HAVE_PRI
 	memset(pris, 0, sizeof(pris));
 	for (y = 0; y < NUM_SPANS; y++) {




More information about the svn-commits mailing list