git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@79833
65c4cc65-6c06-0410-ace0-
fbb531ad65f3
" s - send Non Inband DTMF as inband\n"
" vr - rxgain control\n"
" vt - txgain control\n"
+ " i - Ignore detected dtmf tones, don't signal them to asterisk, they will be transported inband.\n"
);
} else if (strstr(tok,"not_screened")) {
ch->bc->pres=1;
}
-
-
break;
-
-
+ case 'i' :
+ chan_misdn_log(1, ch->bc->port, "Ignoring dtmf tones, just use them inband\n");
+ ch->ignore_dtmf=1;
+ break;
default:
break;
}