I initially installed Asterisk from a vendor supplied CD. I want to maintain a more current release so I am trying to update from CVS. I removed the previous vendor's release and followed the instructions you provided. I got the following error. Can you explain why?

Thanks,
Steve

---  cut here ---

isk/asterisk.conf\" -DASTMODDIR=\"/usr/lib/asterisk/modules\" -DASTAGIDIR=\"/var/lib/asterisk/agi-bin\" -DBUSYDETECT_MARTIN -c -o channel.o channel.c
channel.c:49:2: #error "You need newer zaptel! Please cvs update zaptel"
channel.c: In function `ast_channel_alloc':
channel.c:303: `ZT_TIMERPONG' undeclared (first use in this function)
channel.c:303: (Each undeclared identifier is reported only once
channel.c:303: for each function it appears in.)
channel.c: In function `ast_queue_frame':
channel.c:418: `ZT_TIMERPING' undeclared (first use in this function)
channel.c: In function `ast_read':
channel.c:1244: `ZT_EVENT_TIMER_EXPIRED' undeclared (first use in this function)
channel.c:1246: `ZT_EVENT_TIMER_PING' undeclared (first use in this function)
channel.c:1255: `ZT_TIMERPONG' undeclared (first use in this function)
make: *** [channel.o] Error 1
--- end cut --


[EMAIL PROTECTED] wrote:

Just tried it.  "Show version" still shows:

Connected to Asterisk CVS-v1-0-12/21/04-14:14:46



Well, only thing I can see is that your CVS download didn't went right, or you downloaded it into a different place, because you're not even at 1.0.4

Follow these simple steps to update you tree :

# cd /usr/src
# export CVSROOT=:pserver:[EMAIL PROTECTED]:/usr/cvsroot
# cvs login             - the password is anoncvs.

# cvs checkout -r v1-0-5 asterisk
# cd asterisk
# make clean; make

then, stop asterisk

# make install

then start asterisk

HTH
_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
http://lists.digium.com/mailman/listinfo/asterisk-users



--
ISC Network Engineering
The University of Pennsylvania
3401 Walnut Street, Suite 221A
Philadelphia, PA 19104



voice: 215-573-8396


      215-746-8001

fax: 215-898-9348

sip:[EMAIL PROTECTED]

_______________________________________________
Asterisk-Users mailing list
[email protected]
http://lists.digium.com/mailman/listinfo/asterisk-users
To UNSUBSCRIBE or update options visit:
  http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to