summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kernel/zaptel-base.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/kernel/zaptel-base.c b/kernel/zaptel-base.c
index dfa2068..c2d87e0 100644
--- a/kernel/zaptel-base.c
+++ b/kernel/zaptel-base.c
@@ -1214,7 +1214,6 @@ static int start_tone(struct zt_chan *chan, int tone)
}
} else if (chan->digitmode == DIGIT_MODE_MFR2_FWD) {
if ((tone >= ZT_TONE_MFR2_FWD_BASE) && (tone <= ZT_TONE_MFR2_FWD_MAX)) {
- chan->dialing = 1;
res = 0;
tone -= ZT_TONE_MFR2_FWD_BASE;
if (chan->curzone) {
@@ -1235,7 +1234,6 @@ static int start_tone(struct zt_chan *chan, int tone)
}
} else if (chan->digitmode == DIGIT_MODE_MFR2_REV) {
if ((tone >= ZT_TONE_MFR2_REV_BASE) && (tone <= ZT_TONE_MFR2_REV_MAX)) {
- chan->dialing = 1;
res = 0;
tone -= ZT_TONE_MFR2_REV_BASE;
if (chan->curzone) {