This patch makes Vtiger 7.3 compatible with SPAsteriskConnector
-
Open your Vtiger CRM folder (e.g., /var/www/vtigercrm/)
-
Download the patch:
wget https://github.com/jaimey/patch-vtiger-7.3-asterisk-connector/releases/download/1.1.0/make-vtiger73compatible-with-SPAsteriskConnector.patch
- 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!
- 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