aboutsummaryrefslogtreecommitdiffstats
path: root/apps/app_dahdiscan.c
diff options
context:
space:
mode:
authormmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-28 16:13:34 +0000
committermmichelson <mmichelson@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-28 16:13:34 +0000
commit8c653dc5c125614f66b4d353e2187e3e0c4ea215 (patch)
tree88e7e23f664c1b884a8f699fadd6173b156ed596 /apps/app_dahdiscan.c
parentfbb76c4a14728417f6f6a538d7251c54116b6522 (diff)
Merged revisions 134050 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ........ r134050 | mmichelson | 2008-07-28 11:00:19 -0500 (Mon, 28 Jul 2008) | 3 lines merging the zap_and_dahdi_trunk branch up to trunk ........ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@134052 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 57cc231f3..83032d358 100644
--- a/apps/app_dahdiscan.c
+++ b/apps/app_dahdiscan.c
@@ -67,7 +67,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);
}