I realized my last post was a little lacking. To elaborate, I'm having problems with compiling v0.9 Make has no errors: [root@asterisk1 chan_ss7]# make echo SCCPOBJS SCCPOBJS echo SCCPSRCS SCCPSRCS Make install has the following errors: [root@asterisk1 chan_ss7]# make install install -m 755 -d /chan_ss7-0.9/usr/lib/asterisk/modules install -m 644 chan_ss7.so /chan_ss7-0.9/usr/lib/asterisk/modules install: cannot stat `chan_ss7.so': No such file or directory make: *** [install] Error 1 I realize that there probably needs to be changes that need to be made to the Makefile, but I'm not sure what those would be. Here's some relevant information: Zaptel (1.2.10) source /usr/src/zaptel/ Asterisk (1.2.13) source /usr/src/asterisk/ Any help is much appreciated!