by muyousif » Sat Sep 15, 2018 1:05 pm
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
[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
ViciBox v.6.0.3 | VERSION:
No hay comentarios:
Publicar un comentario