Skip to content

This patch makes Vtiger 7.3 compatible with Asterisk / Freepbx via SPAsteriskConnector

License

Notifications You must be signed in to change notification settings

jaimey/patch-vtiger-7.3-asterisk-connector

Repository files navigation

Patch to make vtiger 7.3 compatible with Asterisk / Freepbx via SPAsteriskConnector

This patch makes Vtiger 7.3 compatible with SPAsteriskConnector

Installation

  1. Open your Vtiger CRM folder (e.g., /var/www/vtigercrm/)

  2. Download the patch:

wget https://github.com/jaimey/patch-vtiger-7.3-asterisk-connector/releases/download/1.1.0/make-vtiger73compatible-with-SPAsteriskConnector.patch
  1. Check the patch compatibility:
patch --dry-run -p 1 < make-vtiger73compatible-with-SPAsteriskConnector.patch

You should see output like:

    checking file file1
    checking file file2

Warning! If you see something like: “Hunk #1 FAILED”, then do not proceed with the update!

  1. Apply the patch:
patch -p 1 < make-vtiger73compatible-with-SPAsteriskConnector.patch

Continue with the Vtiger integration with Asterisk tutorial. https://salesplatform24.com/?page_id=2831

Based on this patch

About

This patch makes Vtiger 7.3 compatible with Asterisk / Freepbx via SPAsteriskConnector

Resources

License

Stars

Watchers

Forks

Packages

No packages published