Page 1 of 1

vicidial_dmtf_log empty table

PostPosted: Thu Sep 13, 2018 2:06 pm
by muyousif
Hi,

My vicidial_dtmf_log table is empty and no dtmf event data is being updated in this table. I see Asterisk_listen session is running and showing all events but for some reason no dtmf data is logged in that table. Is there any special config need to turn on?

Thanks.

VERSION: 2.14-685a
BUILD: 180825-2100

Re: vicidial_dmtf_log empty table

PostPosted: Fri Sep 14, 2018 12:47 pm
by muyousif
Any idea please?

Re: vicidial_dmtf_log empty table

PostPosted: Sat Sep 15, 2018 1:05 pm
by muyousif
Ok I was able to solve this issue. Actually asterisk was not generating/passing dtmf events to listencron asterisk manager user. I had to add dtmf in asterisk manager file for cron and listencron users which solved the issue.

[cron]
secret = 1234
read = system,call,log,verbose,command,agent,user,originate,dtmf
write = system,call,log,verbose,command,agent,user,originate,dtmf

[listencron]
secret = 1234
read = system,call,log,verbose,command,agent,user,dtmf
;read = all
write = command