Trouble getting chan_sip2 to compile below is what I have done -download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software cp /root/software/chan_sip2s.c /usr/src/asterisk/channels cd /usr/src/asterisk/ patch -p0 acl.c /root/software/acl.c.patch cd /usr/src/asterisk/include/asterisk patch -p0 acl.h /root/software/acl.h.patch - added the follow to /usr/src/asterisk/channels/Makefile chan_sip2.so: chan_sip2.o cd /usr/src/asterisk make make install I assume that problem is with what did or didn't add to the Makefile Thank for any help ----- Original Message ----- From: "Olle E. Johansson" <oej@edvina.net> To: "Glenn Dalgliesh" <asterisk@techhat.com> Sent: Tuesday, April 20, 2004 1:29 PM Subject: SIP re-invite> Could you please test this with my chan_sip2. I have a hunch it will workwith> that channel. > > /Olle >
okay add chan_sip2.so under CHANNEL_LIBS= and it compiles Ran a test call with the same conditions and see the same results as with sip_chan FYI: I believe the bug report indication that these messages don't indicate a problem is that so == Parsing '/etc/asterisk/sip.conf': == Parsing '/etc/asterisk/sip.conf': Found Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:7683 build_user: Ignoring type in user definition of snom Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:7683 build_user: Ignoring host in user definition of snom Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:8293 build_peer: Ignoring unknown option type Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:7683 build_user: Ignoring type in user definition of 555 Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:7683 build_user: Ignoring host in user definition of 555 Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:7683 build_user: Ignoring username in user definition of 555 Apr 20 16:16:48 WARNING[1184099120]: chan_sip2.c:8293 build_peer: Ignoring unknown option type ----- Original Message ----- From: "Glenn Dalgliesh" <asterisk@techhat.com> To: "Olle E. Johansson" <oej@edvina.net> Cc: <asterisk-users@lists.digium.com> Sent: Tuesday, April 20, 2004 3:30 PM Subject: [Asterisk-Users] Re: SIP re-invite> Trouble getting chan_sip2 to compile > > below is what I have done > > -download acl.c.patch,acl.h.patch,chan2s_sip.c to /root/software > cp /root/software/chan_sip2s.c /usr/src/asterisk/channels > cd /usr/src/asterisk/ > patch -p0 acl.c /root/software/acl.c.patch > cd /usr/src/asterisk/include/asterisk > patch -p0 acl.h /root/software/acl.h.patch > - added the follow to /usr/src/asterisk/channels/Makefile > chan_sip2.so: chan_sip2.o > cd /usr/src/asterisk > make > make install > > I assume that problem is with what did or didn't add to the Makefile > > Thank for any help > ----- Original Message ----- > From: "Olle E. Johansson" <oej@edvina.net> > To: "Glenn Dalgliesh" <asterisk@techhat.com> > Sent: Tuesday, April 20, 2004 1:29 PM > Subject: SIP re-invite > > > > Could you please test this with my chan_sip2. I have a hunch it willwork> with > > that channel. > > > > /Olle > > > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > lists.digium.com/mailman/listinfo/asterisk-users >