Compile problems with ZapTel 1.2.6 and Asterisk 1.2.8

Seems like this release got out that will not compile with FC4 2.6.5 or 2.6.14 kernel versions.

Zaptel 1.2.6 has a compile bug in pciradio.c that needs these lines inserted at line 61:
#ifdef LINUX26
#include <linux/moduleparam.h>
#endif

Asterisk 1.2.8 has a compile bug in channels/chan_zap.c in line 9038:
Have to change this
e->setup_ack.call
to this
e->ring.call

Hopefully someone can comment on this.

Rommel