mirror of
https://github.com/asterisk/asterisk.git
synced 2025-11-18 15:49:56 +00:00
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: https://origsvn.digium.com/svn/asterisk/branches/1.6.0@134052 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user