asterisk-chan_dahdi-libwat-patching
Asterisk Patches for LibWAT support
Currently, libwat required a patched version of Asterisk to work. Libwat Asterisk patches can be found in the libwat-N.N.N/asterisk directory.
To patch your Asterisk installation:
#>cd asterisk-1.8.7.1
#>patch -p 1 < asterisk-1.8.7.1.patch
Re-configure and re-compile your Asterisk:
#>./bootstrap.sh
#> ./configure
#>make clean
#>make
#>make install