跳至內容
選單
此問題已被標幟
4 回覆
6660 瀏覽次數

Hi,

    I have installed asterisk module in odoo8, but while configuring i got this error please anyone give me some suggestion how to rectify this......

"Connection Test Failed!

Here is the error message: [Errno 111] Connection refused" this comes while test connection with asterisk.

And anyone give me clear detail about how to configure AMI


頭像
捨棄
最佳答案

We have integration of Asterisk based pbx like FreePBx, issabel etc with Odoo all version with advances features like click to call, call pp up , call reporting and auto dialers,predictive dialer, Voice Broadcasting for for free .

Check out : http://astercti.techextension.com
You can download it from here
https://astercti.techextension.com/installation
If you are interested than reply me.

Regards
TechExtension Team
skype: tech.extension
Email: astercti@techextension.com

#campaign #autodialer #marketing #free #asterisk #odoo

頭像
捨棄
最佳答案

Guys, I just installed asterisk on my server but I can't make it work, whatever I do still getting error message Access denied.

Also, because I installed version 13.8.0 there is no "/etc/asterisk/manager.conf file"
Any guidance ?


頭像
捨棄
最佳答案

/etc/asterisk/manager.conf

add

[click2dial] ; This is the AMI login

secret = mypassword ; This is the AMI password

; We deny AMI access for everybody

deny = 0.0.0.0/0.0.0.0

; We accept AMI access for OpenERP server (192.168.0.42)

permit = youripaddress/255.255.255.255

; We give the minimum access rights required for the click2dial feature

; For Asterisk 1.4.x, you need the “call” rights (for both click2dial and the 'open calling party' feature)

;read =

;write = call

; For Asterisk 1.6.x and 1.8.x, you need the “originate” rights (for click2dial)

; and the 'reporting' rights (for the 'open calling party' feature)

read =

write = originate,reporting

  

頭像
捨棄
作者

This is my /etc/asterisk/manager.conf file but still i get that error Asterisk Call Management support ; ; By default asterisk will listen on localhost only. [general] enabled = yes port = 5038 bindaddr = 127.0.0.1 webenabled = yes [click2dial] ; This is the AMI login secret = 123 deny = 0.0.0.0/0.0.0.0 permit = 192.168.1.218/255.255.255.255 read = write = originate,reporting

相關帖文 回覆 瀏覽次數 活動
0
3月 15
3354
2
3月 15
5566
2
3月 25
1686
1
8月 24
8679
11
7月 25
18670