简体   繁体   中英

Ivr mask input digits - Asterisk

I have an IVR and I store the digits in a database. But I don't want to show the digits in Asterisk console. I already remove the option 'dtmf' from file logger.conf, but still appears in console. I will appreciate any help, thanks!

Only way really not show dtmf input on console ->rewrite asterisk core and create your own c++ application for asterisk. That require very special knowledge(not think more then 500 people over word ever did that) or high level of c/c++ experience.

If you just want remove verbose messages like "user entered XXX" - you can change in /etc/asterisk/asterisk.conf verbose level to 0 and turn it off on console by "core set verbose"

Note, anyway anyone with minimal asterisk knowledge and access to console can change it back to see that.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM