We are not able to use the listen function. In fact, only the dial button actually works.
Here is my manager.conf:
;
; Asterisk Call Management support
;
[general]
enabled = yes
port = 5038
bindaddr = 127.0.0.1
[admin]
secret = amp111
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = all,system,call,log,verbose,command,agent,user,originate
write = all,system,call,log,verbose,command,agent,user,originate
#include manager_additional.conf
#include manager_custom.conf
I run fop2 in debug mode and get "permission denied" when I try the buttons. The only one that works is the dial button. What else needs to be added here to make this work?
127.0.0.1 -> Action: Originate
127.0.0.1 -> Channel: SIP/742
127.0.0.1 -> Application: ChanSpy
127.0.0.1 -> Data: SIP/737
127.0.0.1 -> Async: True
127.0.0.1 <- Response: Error
127.0.0.1 <- Message: Permission denied
127.0.0.1 <- Server: 0
Thank You!!