aboutsummaryrefslogtreecommitdiffstats
path: root/channels/chan_misdn.c
diff options
context:
space:
mode:
authorrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-17 21:51:57 +0000
committerrmudgett <rmudgett@f38db490-d61c-443f-a65b-d21fe96a405b>2009-04-17 21:51:57 +0000
commitbc8443254c4903ac2d3f30a28138b61eb5fd4405 (patch)
treeb93cfe59d6bfdaf1c8476ea9f854dd599cd881bc /channels/chan_misdn.c
parent824f253939810d288069562a05f7eb3cc0ffe8f7 (diff)
Merged revisions 189137 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r189137 | rmudgett | 2009-04-17 16:48:10 -0500 (Fri, 17 Apr 2009) | 17 lines Merged revisions 188833,189134 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r188833 | rmudgett | 2009-04-16 16:37:58 -0500 (Thu, 16 Apr 2009) | 4 lines Only disable mISDN DSP if Asterisk DSP is enabled. Leave jitter setting alone. JIRA ABE-1835 ........ r189134 | rmudgett | 2009-04-17 16:27:55 -0500 (Fri, 17 Apr 2009) | 4 lines Modifed/added some debug messages. JIRA ABE-1835 ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@189138 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 d325ebc4b..6adab2514 100644
--- a/channels/chan_misdn.c
+++ b/channels/chan_misdn.c
@@ -5721,7 +5721,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;