Skip to Content
Menu
This question has been flagged
1 Reply
6789 Views

Hello, We have an openerp v7 server and an asterisk server, what i'm supposed to do the following: when the asterisk server receive an incoming call or make an outgoing call, if the phone number in enregistred in the openerp database the corresponding sheet is viewed in openerp server. I have done some search and i think i will use XML RPC to implement this tâche, but i don't know exactly how XML RPC work. For now i developed a php application that detects calls on the Asterisk server, but i don't know how to proced to make it communicate with openerp throw XML RPC. Can anyone help me please thanx

Avatar
Discard

To clarify - You say you want the corresponding sheet to be viewed in openerp. Are you trying to pull the data back to your asterisk server? OR are you trying to force a www browser window to refresh and show the proper customer on the user's computer screen?

Best Answer

What you are trying to do is already supported in the OpenERP-Asterisk connector : Please have a look at this branch :

https://github.com/OCA/connector-telephony

You will need the module base_phone_popup on the openerp server. You will also need 2 scripts on Asterisk : asterisk_click2dial/scripts/openerp_popup_timeout.sh which calls asterisk_click2dial/scripts/set_name_agi.py

The first script needs to be called as an AGI in the Asterisk dialplan.

The module base_phone_popup is quite difficult to install on v7, but it's really easy to install on v8. So I would advise you to try it with v8.

Avatar
Discard

Can you help me to install and configure base_phone_popup? https://www.odoo.com/forum/help-1/question/how-to-configure-connector-telephony-popup-v7-0-openerp-asterisk-70516 Thanks

Related Posts Replies Views Activity
3
Dec 23
21282
1
Mar 15
3468
2
May 24
2351
0
Feb 23
2124
8
Feb 21
25953