aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorcrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-21 13:11:29 +0000
committercrichter <crichter@f38db490-d61c-443f-a65b-d21fe96a405b>2007-06-21 13:11:29 +0000
commit85f2ccc5bee7a1358013a274127d24b9f0b51db6 (patch)
tree05e7df4a214d332c4f40c3f2cf3fba59b08c115c /channels/chan_misdn.c
parent9b4c0ecb6ac6989db720c752507dd4cd86d1694e (diff)
we activate the bchannels in TE mode on incoming calls only when we want to connect the call.
git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@70672 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'channels/chan_misdn.c')
-rw-r--r--channels/chan_misdn.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/channels/chan_misdn.c b/channels/chan_misdn.c
index 58802776d..a9d0b64f1 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -4997,7 +4997,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;