dect
/
asterisk
Archived
13
0
Fork 0

Now that zaptel trunk has been removed, add the PSTN deprecation notice to chan_zap, as well.

git-svn-id: http://svn.digium.com/svn/asterisk/trunk@112124 f38db490-d61c-443f-a65b-d21fe96a405b
This commit is contained in:
russell 2008-04-01 16:35:04 +00:00
parent 37bb62265e
commit a0e43a7c18
1 changed files with 2 additions and 0 deletions

View File

@ -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++) {