Open GoogleCodeExporter opened 8 years ago
The AMI agent cannot to originate call. I don't use Elastix, but it's Asterisk
solution. In Asterisk configuration, in "/etc/asterisk/manager.conf" check if
the AMI agent used by Outcall have full rigths
[test]
secret = test
deny=0.0.0.0/0.0.0.0
permit=192.168.0.0/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
Original comment by xav.locm...@gmail.com
on 28 Jan 2011 at 3:08
must add originate in the read/write lines:
[test]
secret=test
read=system,call,log,verbose,command,agent,user,originate
write=system,call,log,verbose,command,agent,user,originate
It works with Asterisk 1.6.2 from Outlook 2003 under Windows 7 SP1.
Original comment by francesc...@gmail.com
on 23 Sep 2011 at 1:10
Original issue reported on code.google.com by
enricb...@gmail.com
on 13 Jan 2011 at 4:33