aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-16 21:37:58 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-16 21:37:58 +0000
commit42dde39b7a5a04713dca1a71449b475d481e6ebb (patch)
treefc18a5e2d59868983464c7ec58f9746b763a2455 /channels/chan_misdn.c
parent6f8ad61ac3baf4222a39d18b698b664ba63734be (diff)
Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone.
JIRA ABE-1835 git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.4@188833 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 c5965a1c1..ee0c62f41 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -5519,7 +5519,6 @@ static int misdn_set_opt_exec(struct ast_channel *chan, void *data)
if (ch->ast_dsp) {
chan_misdn_log(1, ch->bc->port, "SETOPT: with AST_DSP we deactivate mISDN_dsp\n");
ch->bc->nodsp = 1;
- ch->bc->nojitter = 1;
}
return 0;