calabro / outcall

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

outcall compatibility with the new asterisk 1.6, 1.1 manager interface #15

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Making an outbound call from outcall thru an asterisk 1.6 system
2.
3.

What is the expected output? What do you see instead?
To complete the call. Errors out. I believe this is due to the API changes
in the asterisk manager interface.

What version of the product are you using? On what operating system?
OutCall 1.55 WinXP SP2

Please provide any additional information below.
Documentation on the new API can be found in the manager_1_1.txt file of
the asterisk 1.6 source code tree. Or with the attached file.

Original issue reported on code.google.com by fredmae...@gmail.com on 27 Oct 2008 at 11:25

Attachments:

GoogleCodeExporter commented 8 years ago
add the following setting in your manager.conf :

[click2call]
secret = password
deny=0.0.0.0/0.0.0.0
permit=192.168.7.0/255.255.255.0
read = call,originate
write = call,originate

You'll be able to place call.

Original comment by xavier.r...@gmail.com on 12 Jan 2010 at 10:27

GoogleCodeExporter commented 8 years ago
I guess this issue was resolved, so I'm closing it.

Original comment by denis.ko...@gmail.com on 18 Sep 2010 at 2:15

GoogleCodeExporter commented 8 years ago

Original comment by denis.ko...@gmail.com on 22 Sep 2010 at 3:32