You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README_suitecrm.md
+6-136Lines changed: 6 additions & 136 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Features:
6
6
* Forwarding calls to assigned user.
7
7
8
8
## Install
9
-
**For SuiteCRM 8 minimum working version is 8.5.0!**
9
+
**For SuiteCRM 8 minimum working version is 8.8.0!**
10
10
*[Install and configure asterlink service](https://github.com/serfreeman1337/asterlink/blob/master/README.md) first.
11
11
* Uncomment `suitecrm` entry in `conf.yml` file and set:
12
12
*`url` - SuiteCRM site address.
@@ -15,7 +15,7 @@ Features:
15
15
**Note:** config file is using YAML format and it requires to have proper indentation.
16
16
Use online yaml validator to check your file for errors.
17
17
* Download [suitecrm-asterlink-module.zip](https://github.com/serfreeman1337/asterlink/releases/latest/download/suitecrm-asterlink-module.zip) archive from the [releases page](https://github.com/serfreeman1337/asterlink/releases).
18
-
**SuiteCRM 8:** Extension in the module archive was built and tested to work with the `8.5.0` version.
18
+
**SuiteCRM 8:** Extension in the module archive was built and tested to work with the `8.8.0` version.
19
19
* Upload and install this module using **Module Loader** on the SuiteCRM Admin page.
20
20
* On the SuiteCRM Admin page open **AsterLink Connector** module settings and set:
21
21
*`Token` - to `endpoint_token` value in the `conf.yml` file.
@@ -27,146 +27,16 @@ Features:
27
27
* Do a test run of asterlink service. You should see userids from suitecrm in the console.
28
28
**Note:** You need to restart the asterlink app evertime you change asterisk extensions for users.
29
29
30
-
**SuiteCRM 8:** If anything go wrong, simply delete `/extensions/asterlink` and `/cache` folders.
30
+
**SuiteCRM 8:** If for some reason suitecrm stop working after installing this module, delete `/extensions/asterlink` and `/cache` folders.
31
31
32
32
<details>
33
33
<summary>
34
34
SuiteCRM 8 extension build
35
35
</summary>
36
36
37
-
* Append following to `projects` entry in `angular.json` configuration:
Copy file name to clipboardExpand all lines: connect/suitecrm/suitecrm-asterlink-module/extensions/asterlink/app/src/components/asterlink/asterlink.component.html
Copy file name to clipboardExpand all lines: connect/suitecrm/suitecrm-asterlink-module/extensions/asterlink/app/src/components/asterlink/asterlink.component.ts
Copy file name to clipboardExpand all lines: connect/suitecrm/suitecrm-asterlink-module/extensions/asterlink/app/src/components/call-card/call-card.component.ts
Copy file name to clipboardExpand all lines: connect/suitecrm/suitecrm-asterlink-module/extensions/asterlink/app/src/directives/stop-tel-link.directive.ts
0 commit comments