click to dial

module calling is only available in French on the wiki. Could someone please explain the type of server we can interface with for telephone. It is only available through ovh.com or can we host our own asterisk server.

Thanks
Paul

you can use your Asterisk Server

With Asterisk

This is how to fill the specific setup for Asterisk:

Add Url 

http://MYDOLIBARR/asterisk/wrapper.php?caller=PHONEFROM&called=PHONETO&login=LOGIN&password=PASS

Go on page Setup \- Other and add constants 

ASTERISK_HOST with IP of your asterisk server (ie: 127.0.0.1)
ASTERISK_TYPE with managed protocol (ie: SIP/)
ASTERISK_INDICATIF with prefix to add in phone number (ie: 0 or NONE)
ASTERISK_PORT with port of Asterisk sever (ie: 5038)

Create a new console user on your Asterisk server ( File /etc/asterisk/manager.conf ) 

[dolibarruser]
secret = dolibarrpass
deny=0.0.0.0/0.0.0.0
permit=127.0.0.1/255.255.255.0
read = system,call,log,verbose,command,agent,user
write = system,call,log,verbose,command,agent,user,originate

Enter Asterisk informations on your Dolibarr user card, tab ClickToDial 

ClickToDial Login : dolibarruser
ClickToDial Password : dolibarrpass
ClickToDial Id caller (phone) : your phone

Hi just bought a 3 cisco spa 303 ip phones for the office. Is it possible to use them with the click to dial feature of dolibarr?

I’m pretty new to this so any help would be greatly appreciated.

Many Thanks

At your Asterisk doing the steps telling the javiergz and every user put the sip associated with each spa 303

Your answer is not clear. Could you please more explain your answer?