콘텐츠로 건너뛰기
메뉴
커뮤니티에 참여하려면 회원 가입을 하시기 바랍니다.
신고된 질문입니다
10 답글
42734 화면

Hi Friends,

I would like to know, how we can connect Odoo to Asterisk Elastix IP PBX, & how we can configure to show incoming popup as per the DID we set.


Your help will be highly appreciated.


Thanks in Advance.

Samad


 

아바타
취소
베스트 답변

Hi, Sam.

1) You should download asterisk connector from github: https://github.com/OCA/connector-telephony

2)unzip it and copy to your addons folder (for me it /usr/lib/python2.7/dist-packages/openerp/addons)

3) install pip (aptitude install python-pip for ubuntu)

4) pip install phonenumbers

5) pip install py-Asterisk

6) Configure AMI-user (in your case: /etc/asterisk/manager_custom.conf)


[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 = 192.168.0.42/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


Make sure that you have AMI version 1.1-1.3, 2.6 is not supported


7) navigate to Settings - Technical - Telephony 

Create new asterisk server, configure it. 

And configure users at settings - users - telephony tab.


Also you can see official manual here: http://www.akretion.com/open-source-contributions/openerp-asterisk-voip-connector

아바타
취소

Check this video instruction for windows: http://www.youtube.com/watch?v=zPMr0lEMqpo

베스트 답변

Hi Mikhail Komov, 

Can you guide me in setting up the asterisk with odoo?

아바타
취소
베스트 답변

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

아바타
취소
베스트 답변

Here is the the most complete Odoo and Asterisk integration - https://apps.odoo.com/apps/modules/17.0/asterisk_plus/

It works with any version of Asterisk, event proprietary ones like Kerio Operator, Granstream PBX, Yalink PBX, etc. It has a built in WebRTC SIP phone.

It uses AMI connection for everything.


아바타
취소
베스트 답변

Please help


1)I downloaded asterisk connector from github: https://github.com/OCA/connector-telephony

2)copied to /home/username/odoo-10/openerp/addons/

3) aptitude install python-pip

4) pip install phonenumbers

5) pip install py-Asterisk

After above steps, there is no directory with name as;       /etc/asterisk/

아바타
취소
베스트 답변

Hello,

Me I have AMI 2.7.0 so I would like to know what to do so that asterisk connector can work with Odoo 8 on Ubuntu 16.04 LTS.


Thanks ans regards,

아바타
취소
베스트 답변

help me How to Install & Configure Asterisk -Elastix PBX to Odoo

2)unzip it and copy to your addons folder (for me it /usr/lib/python2.7/dist-packages/openerp/addons)

3) install pip (aptitude install python-pip for ubuntu)

4) pip install phonenumbers

5) pip install py-Asterisk

is setting in server of odoo? or is setting in server asterisk. please answer for me.

아바타
취소
베스트 답변

to" Unable to install module "base_phone" because an external dependency is not met: No module named phonesnumbers"

:

pip install phonenumbers

then restart




아바타
취소
베스트 답변

I got everything installed but ... i can't connect. All the time getting error 111

Problem in the request from OpenERP to Asterisk. Here is the error message: [Errno 111] Connection refused

Any suggestions ?


아바타
취소
작성자 베스트 답변

Thanks for your Valuable quick response.


I have installed Odoo 8 on Windows Server. Is it possible to connect Odoo with Asterisk ?

 However, I have unzip folder into Add On, i try to click on install on Asterisk_Click2dial, it gives error

" Unable to install module "base_phone" because an external dependency is not met: No module named phonesnumbers"

 How can i install successfully, Any suggestion or solution will be highly appreciated. 


-Thanks,

 Samad

아바타
취소

the same error i facing now. Sam did you overcome that error? Can you help me?

before going to the installation you must have read the requirements.txt in the connector-telephony folder. Use sudo pip install phonenumbers

관련 게시물 답글 화면 활동
2
8월 25
2604
1
7월 25
1013
1
8월 25
1151
0
5월 25
1464
2
4월 25
3616