aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dahdiscan.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-28 16:00:19 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-28 16:00:19 +0000
commitf76a823f67909ab70af23bdb74d143120ed9b7b3 (patch)
treef54c744da738790027a3a283aca0ca09dec29679 /apps/app_dahdiscan.c
parentf4056d9f182741f9ffc297f661ec2bc68f821939 (diff)
merging the zap_and_dahdi_trunk branch up to trunk
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@134050 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'apps/app_dahdiscan.c')
-rw-r--r--apps/app_dahdiscan.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/app_dahdiscan.c b/apps/app_dahdiscan.c
index d1d37fa51..70335b334 100644
--- a/apps/app_dahdiscan.c
+++ b/apps/app_dahdiscan.c
@@ -68,7 +68,7 @@ static char *descrip =
static struct ast_channel *get_dahdi_channel_locked(int num) {
char name[80];
- snprintf(name, sizeof(name), "%s/%d-1", dahdi_chan_name, num);
+ snprintf(name, sizeof(name), "DAHDI/%d-1", num);
return ast_get_channel_by_name_locked(name);
}