jaimey / patch-vtiger-7.3-asterisk-connector

This patch makes Vtiger 7.3 compatible with Asterisk / Freepbx via SPAsteriskConnector
Other
4 stars 10 forks source link

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
  3. 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!

  4. 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