Open GoogleCodeExporter opened 8 years ago
Hello,
It sounds to me that you did not configure the manager.conf file in
/etc/asterisk folder of the PBX. Depending on the Asterisk implementation you
need to add/change the manager.conf or manager_custom.conf to allow the Outcall
software to login to the PBX
In the manual that has been online for more years already, I copied for your
information. If you need more help, please specify which Asterisk
implementation you use. PBXinaFlash, the implementation I use works just fine.
5. Be sure that the following lines are located at the top of 'manager.conf'
file:
[general]
enabled = yes
port = 5038
bindaddr = 0.0.0.0
6. Add OutCALL account by adding the following lines:
[outcall]
secret = password
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user
Original comment by arendcou...@gmail.com
on 12 Oct 2010 at 9:57
http://www.bicomsystems.com/docs/outcall/1.0/html/
Original comment by arendcou...@gmail.com
on 12 Oct 2010 at 9:58
Original issue reported on code.google.com by
boonyam...@gmail.com
on 12 Oct 2010 at 9:11