From: Russell Bryant Date: Tue, 1 Apr 2008 16:35:04 +0000 (+0000) Subject: Now that zaptel trunk has been removed, add the PSTN deprecation notice to chan_zap... X-Git-Tag: 1.6.2.0-beta1~2579 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af9c1ee0df56a3cff54f958689e7331bfd374a5c;p=thirdparty%2Fasterisk.git Now that zaptel trunk has been removed, add the PSTN deprecation notice to chan_zap, as well. git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@112124 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- diff --git a/channels/chan_zap.c b/channels/chan_zap.c index beb3c33fc9..78bed62509 100644 --- a/channels/chan_zap.c +++ b/channels/chan_zap.c @@ -14203,6 +14203,8 @@ static int load_module(void) 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++) {