mirror of
https://github.com/asterisk/asterisk.git
synced 2025-10-22 20:56:39 +00:00
Merged revisions 70672 via svnmerge from
https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r70672 | crichter | 2007-06-21 15:11:29 +0200 (Do, 21 Jun 2007) | 1 line we activate the bchannels in TE mode on incoming calls only when we want to connect the call. ........ git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@71123 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -5297,7 +5297,6 @@ static int misdn_set_opt_exec(struct ast_channel *chan, void *data)
|
||||
chan_misdn_log(1, ch->bc->port, "SETOPT: HDLC \n");
|
||||
if (!ch->bc->hdlc) {
|
||||
ch->bc->hdlc=1;
|
||||
misdn_lib_setup_bc(ch->bc);
|
||||
}
|
||||
}
|
||||
ch->bc->capability=INFO_CAPABILITY_DIGITAL_UNRESTRICTED;
|
||||
|
Reference in New Issue
Block a user