Xipar Patch for Allmon2

December 10, 2014

This page explains how to update Xipar for compatibility with Allmon2. This software is not necessary for ACID, Limey Linux or the BBB. Current versions of those distributions are compatible with Allmon2.

This software comes with absolutely no support. The author does not know Xipar and can not fix it if anything breaks. Outside of restoring the original app_rpt.c and recompiling your only other recourse it to completely reinstall Xipar. Having said that, this is a simple install if you know your way around the Linux command line and can follow step by step instructions. Good luck!

Patch or install? You only need to install OR patch not both. Do the install steps below if your Xipar is current as of this date otherwise follow the patch steps.

Steps to install app_rpt.c

cd /usr/src/EVB/ast_base/asterisk-1.4.44/apps/
mv app_rpt.c app_rpt.c.orig
wget http://wd6awp.net/Xipar/app_rpt.c
cd ..
make
make install
amportal kill
amportal start

or steps for patching app_rpt.c

cd /usr/src/EVB/ast_base/asterisk-1.4.44/apps/
mv app_rpt.c app_rpt.c.orig
cd 
wget http://wd6awp.net/Xipar/Xipar-Allmon-Patch.zip
unzip Xipar-Allmon-Patch.zip
cd allmon-patch
./patchit.sh
cd /usr/src/EVB/ast_base/asterisk-1.4.44/
make
make install
amportal kill
amportal start