Hi, I recently bought a 7910. I found out too late that it would not do SIP as I initially thought. Anyway before ditchingit for a 7960 I wanted to try it out, I read that the guys at http://chan-sccp.sourceforge.net/ had done some improvements to the original chan_sccp driver and having 80% functionality with this model. I have not been able to compile their driver and keep getting the following: chan_sccp$ make Now compiling .... sccp_channel.c 264 lines sccp_channel.c: In function `sccp_channel_endcall': sccp_channel.c:234: parse error before `timer' sccp_channel.c:237: `r1' undeclared (first use in this function) sccp_channel.c:237: (Each undeclared identifier is reported only once sccp_channel.c:237: for each function it appears in.) sccp_channel.c:238: `cmtime' undeclared (first use in this function) make: *** [.tmp/sccp_channel.o] Error 1 The README only instructs to change the path to asterisk source which is /usr/src/asterisk in my case. I have a recent asterisk installed running OK as far as I know, but I have not been able to compile this. Any feedback would be greatly appreciated. Lethol
Hi, I recently bought a 7910. I found out too late that it would not do SIP as I initially thought. Anyway before ditchingit for a 7960 I wanted to try it out, I read that the guys at http://chan-sccp.sourceforge.net/ had done some improvements to the original chan_sccp driver and having 80% functionality with this model. I have not been able to compile their driver and keep getting the following: chan_sccp$ make Now compiling .... sccp_channel.c 264 lines sccp_channel.c: In function `sccp_channel_endcall': sccp_channel.c:234: parse error before `timer' sccp_channel.c:237: `r1' undeclared (first use in this function) sccp_channel.c:237: (Each undeclared identifier is reported only once sccp_channel.c:237: for each function it appears in.) sccp_channel.c:238: `cmtime' undeclared (first use in this function) make: *** [.tmp/sccp_channel.o] Error 1 The README only instructs to change the path to asterisk source which is /usr/src/asterisk in my case. I have a recent asterisk installed running OK as far as I know, but I have not been able to compile this. Any feedback would be greatly appreciated. Lethol
On Mon, Aug 16, 2004 at 04:46:56PM -0500, Lex Lethol arranged a set of bits into the following:> I recently bought a 7910. I found out too late that it would not do > SIP as I initially thought. Anyway before ditchingit for a 7960 I > wanted to try it out, I read that the guys at > http://chan-sccp.sourceforge.net/ had done some improvements to the > original chan_sccp driver and having 80% functionality with this > model. > > I have not been able to compile their driver and keep getting the following:> chan_sccp$ make > Now compiling .... sccp_channel.c 264 lines > sccp_channel.c: In function `sccp_channel_endcall': > sccp_channel.c:234: parse error before `timer' > sccp_channel.c:237: `r1' undeclared (first use in this function) > sccp_channel.c:237: (Each undeclared identifier is reported only once > sccp_channel.c:237: for each function it appears in.) > sccp_channel.c:238: `cmtime' undeclared (first use in this function) > make: *** [.tmp/sccp_channel.o] Error 1Are you running GCC 2.95? If so there might still be a few cleanup patches to fix compilation that haven't hit CVS yet. (And unfortunatly anon CVS is down at the moment thanks to SourceForge...) Take a look at my patch available at: http://www.czmok.de/devtrack/bug_view_advanced_page.php?bug_id=0000033 (I run chan_sccp for cisco 12SP phones and that was the patch I needed to get it working under GCC 2.95) -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 232 bytes Desc: not available Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20040817/672ba498/attachment.pgp