BradZA / outcall

Automatically exported from code.google.com/p/outcall
0 stars 0 forks source link

Can't call from outcall #74

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Can't call from outcall
2.
3.

What is the expected output? What do you see instead?

Response: Error
ActionID: outcall_dial_action
Message: Permission denied

What version of the product are you using? On what operating system?
Elastix 2.0

Please provide any additional information below.

Original issue reported on code.google.com by enricb...@gmail.com on 13 Jan 2011 at 4:33

GoogleCodeExporter commented 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

GoogleCodeExporter commented 8 years ago
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