aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 20:55:56 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-01-28 20:55:56 +0000
commit13862ce5420d0ca5aec1fa4f22fd23adcf60a630 (patch)
tree00543873dad763bddd98e3f38785661591794007
parent4a383b7c2e768181119e9f85a6412fc74f8de2b5 (diff)
Undoing the deprecation of chan_vpb. It is alive and well.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@100673 f38db490-d61c-443f-a65b-d21fe96a405b
-rw-r--r--UPGRADE.txt5
-rw-r--r--channels/chan_vpb.cc6
2 files changed, 0 insertions, 11 deletions
diff --git a/UPGRADE.txt b/UPGRADE.txt
index a6ec2838b..3f6e0aa1e 100644
--- a/UPGRADE.txt
+++ b/UPGRADE.txt
@@ -384,11 +384,6 @@ The Agent channel:
channel and module locks (which frequently caused deadlocks). An example of
how to do this using AEL dialplan is in doc/queues-with-callback-members.txt.
-The VPB channel:
-
-* chan_vpb has been deprecated in favor of using chan_zap in combination with
- the Zaptel drivers provided by Voicetronix
-
The G726-32 codec:
* It has been determined that previous versions of Asterisk used the wrong codeword
diff --git a/channels/chan_vpb.cc b/channels/chan_vpb.cc
index 223eae02f..c12af7ccf 100644
--- a/channels/chan_vpb.cc
+++ b/channels/chan_vpb.cc
@@ -2863,12 +2863,6 @@ int load_module()
int bal2 = -1;
int bal3 = -1;
char * callerid = NULL;
- static int deprecation_warning = 1;
-
- if (deprecation_warning) {
- ast_log(LOG_NOTICE, "chan_vpb has been deprecated in favor of chan_zap in combination with Voicetronix's Zaptel drivers\n");
- deprecation_warning = 0;
- }
cfg = ast_config_load(config);