summaryrefslogtreecommitdiff
path: root/main/channel.c
diff options
context:
space:
mode:
authorKevin P. Fleming <kpfleming@digium.com>2008-07-28 16:42:00 +0000
committerKevin P. Fleming <kpfleming@digium.com>2008-07-28 16:42:00 +0000
commit6291cd19bff749a1492b4b5601ed814b886f11c4 (patch)
treea7c0f5a4a58e8458f72230691577432e5fe36cb1 /main/channel.c
parent06d951f58588d6713a71d2aa689a07e2af70254e (diff)
remove remaining Zaptel references in various places
git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@134086 65c4cc65-6c06-0410-ace0-fbb531ad65f3
Diffstat (limited to 'main/channel.c')
-rw-r--r--main/channel.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/main/channel.c b/main/channel.c
index 1b396084c..3a9726393 100644
--- a/main/channel.c
+++ b/main/channel.c
@@ -3426,11 +3426,6 @@ struct ast_channel *ast_request(const char *type, int format, void *data, int *c
return NULL;
}
- if (!strcasecmp(type, "Zap")) {
- type = "DAHDI";
- ast_log(LOG_NOTICE, "Zap interface translated to DAHDI.\n");
- }
-
AST_LIST_TRAVERSE(&backends, chan, list) {
if (strcasecmp(type, chan->tech->type))
continue;