Difference between revisions of "Module ClickToDial (developer)"

From Dolibarr ERP CRM Wiki
Jump to navigation Jump to search
m
m (Undo revision 18771 by Eldy (Talk))
Line 1: Line 1:
[[Category:AsteriskEn]]
+
[[Category:ClickToDial]]
{{TemplateDocUser}}
+
[[Category:List of Modules]]
 +
{{TemplateDocDevEn}}
 
{{TemplateModEN}}
 
{{TemplateModEN}}
 
{{BasculeDevUserEn|
 
{{BasculeDevUserEn|
 
name=Asterisk|
 
name=Asterisk|
 
num=58|
 
num=58|
devdoc=[[Module ClickToDial En|Module ClickTodial]]|
+
devdoc=This page|
userdoc=This page|}}
+
userdoc=[[Module ClickToDial En|Module ClickTodial]]|}}
  
= Introduction =
 
This module allows you to trigger a phone call with a simple mous click on a phone number in Dolibarr.
 
This feature for Asterisk is not yet available as an independent module but you can emulate it using the module ClickToDial.
 
  
= Installation =
 
{{NoInstallModuleEn}}
 
  
= Configuration =
 
{{ActivationModuleEn}}
 
  
== With Asterisk ==
 
'''This is how to fill the specific setup for Asterisk:'''
 
* Add Url
 
http://MONDOLIBARR/asterisk/wrapper.php?caller=%2$s&called=%1$s&login=%3$s&password=%4$s
 
* 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)
 
ASTERISK_PORT with port of Asterisk sever (ie: 5038)
 
* Create a new console user on your Asterisk server ( File /etc/asterisk/manager.conf )
 
<source lang="ini">
 
[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
 
</source>
 
* Enter Asterisk informations on your Dolibarr user card, tab ClickToDial
 
ClickToDial Login : dolibarruser
 
ClickToDial Password : dolibarrpass
 
ClickToDial Id caller (phone) : your phone
 
  
= Usage =
+
 
Once setup is finished, all phone number in Dolibarr screens are now links you can click. If you do so, Dolibarr will call then page to send informations to Asterisk server to execute the phone call. The Asteriks server should do the rest.
+
 
 +
 
 +
= Feature =
 +
{{ToComplete}}
 +
= Permissions =
 +
 
 +
= Tables SQL =

Revision as of 02:37, 19 March 2010

Asterisk
Numero/ID of module 58
User doc. of module Module ClickTodial
Developer doc. of module This page





Feature

En verysmall.png Page waiting to complete. To complete, create an account, go back and clic on "Modify".
Fr verysmall.png Page en attente d'être complété. Pour compléter, créez un compte, revenez et cliquez sur "Modifier".
Es verysmall.png Página a completar. Para completarla, cree una cuenta, vuelva a la página y haga clic en "editar"
De verysmall.png Seite wartet auf Vervollständigung. Um zu helfen, erstelle ein Konto, gehe zurück und klicke auf "Bearbeiten".
Cn verysmall.png 待完成,欲帮助完成,注册帐号,点击“编辑"
Jp verysmall.png ページは未完成の状態です。完成させるにはアカウントを作成し、ページに戻って「編集」をクリックして下さい。

Permissions

Tables SQL