#-----------------------------------------------------------------------# # **zaptel_patch.diff** # # This patch resolves issues with the Linux 2.6 kernel and TDMoE # # in zaptel-1.2.x versions. # # # # **ztcfg.patch** # # This patch resolves a small bug in ztcfg.c and should be applied # # to stock versions of zaptel-1.4.x # # # #-----------------------------------------------------------------------# 1. Copy patch to your /usr/src/zaptel-1.x.x directory 2. From the /usr/src/zaptel-1.x.x directory enter; #patch -p0 < 'patch name' Example; #patch -p0 < ztcfg.patch 3. Build and install zaptel as per normal procedures Example; #make clean #make linux26 #make install 4. rmmod any current zaptel modules to ensure the updated ones are loaded or reboot to be safe.