| 1 |
$Id: INSTALL.txt,v 1.18 2006/09/24 16:01:29 thehunmonkgroup Exp $ |
$Id: INSTALL.txt,v 1.19 2007/08/04 16:53:09 thehunmonkgroup Exp $ |
| 2 |
|
|
| 3 |
_Please_ read README.txt! |
_Please_ read README.txt! |
| 4 |
|
|
| 5 |
ON THE DRUPAL SERVER: |
ON THE DRUPAL SERVER: |
| 6 |
|
|
| 7 |
1. Copy the entire 'asterisk' directory to your 'modules' directory. |
1. Copy the entire 'asterisk' directory to your 'modules' directory, |
| 8 |
|
this will be either 'sites/all/modules' or 'sites/[yoursite]/modules'. |
| 9 |
|
|
| 10 |
2. Enable the module at administer -> modules. The database tables will be |
2. Enable the module at Administer Site building -> Modules. The database |
| 11 |
installed automatically (MySQL only at the moment). |
tables will be installed automatically. |
| 12 |
|
|
| 13 |
3. Edit the settings for the module at administer -> settings -> asterisk. |
3. Edit the settings for the module at Administer -> Asterisk integration -> |
| 14 |
If you're setting up your own Asterisk server, you'll need to set the |
Settings. If you're setting up your own Asterisk server, you'll need to |
| 15 |
location of the Asterisk XML-RPC server and the Asterisk server password |
set the location of the Asterisk XML-RPC server and the Asterisk server |
| 16 |
based upon the setup instructions below, otherwise obtain that information |
password based upon the setup instructions below, otherwise obtain that |
| 17 |
from the folks whose Asterisk server you're using. |
information from the folks whose Asterisk server you're using. |
| 18 |
|
|
| 19 |
To test the connection to the Asterisk server, save your settings then |
To test the connection to the Asterisk server, save your settings then |
| 20 |
click the 'Test connection' link. |
click the 'Test connection' link. |
| 22 |
4. Add the 'make calls' permission to the roles that you wish to allow calling |
4. Add the 'make calls' permission to the roles that you wish to allow calling |
| 23 |
permissions. Add the 'upload recordings' permission to the roles that you |
permissions. Add the 'upload recordings' permission to the roles that you |
| 24 |
wish to allow message recording permissions. The permissions page is |
wish to allow message recording permissions. The permissions page is |
| 25 |
located at administer -> access control. |
located at Administer -> User management-> Permissions. |
| 26 |
|
|
| 27 |
NOTE: A role must have both the 'make calls' and 'upload recordings' |
NOTE: A role must have both the 'make calls' and 'upload recordings' |
| 28 |
permission in order for message recording to be enabled for |
permission in order for message recording to be enabled for |
| 29 |
that role. |
that role. |
| 30 |
|
|
| 31 |
5. To enable telephone recording capability for a particular node type, visit |
5. To enable telephone recording capability for a particular node type, visit |
| 32 |
administer -> settings -> content types, click on the content type, and |
Administer -> Content management -> Content types, click on the content |
| 33 |
check the 'Allow telephone recordings' checkbox. |
type, and check the 'Allow telephone recordings' checkbox. |
| 34 |
|
|
| 35 |
|
|
| 36 |
TO TEST YOUR SETUP: |
TO TEST YOUR SETUP: |