mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-12 15:45:18 +00:00
Undoing the deprecation of chan_vpb. It is alive and well.
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@100673 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user