-- [Asterisk-Users] Serious issues with current CVS?

Whisker, Peter Peter.Whisker at logicacmg.com
Thu Jun 24 02:41:52 MST 2004


I had a compile problem with the CVS I downloaded on 21 June.

I have a Debian box with 2.4.18 kernel (version needed for support of
Conexant ADSL). There is a difficulty with Zaptel build regarding HDLC
detection. It tries to build it in and then results in unresolved kernel
symbols and fails to load.

I have had to comment out the entire HDLC defines in zconfig.h to get a
driver to install at all (ie the stuff below:)

The previous cvs download from a few weeks ago (June 9th) compiled and
loaded fine.

/* We now use the linux kernel config to detect which options to use */
/* You can still override them below */
/*
#if defined(CONFIG_HDLC) || defined(CONFIG_HDLC_MODULE)
#define CONFIG_ZAPATA_NET
#if LINUX_VERSION_CODE <= KERNEL_VERSION(2,4,20)
#define CONFIG_OLD_HDLC_API
#else
#if LINUX_VERSION_CODE >= KERNEL_VERSION(2,6,3)
#define HDLC_MAINTAINERS_ARE_MORE_STUPID_THAN_I_THOUGHT
#endif
#endif
#endif
#ifdef CONFIG_PPP
#define CONFIG_ZAPATA_PPP
#endif
*/


They also seem to have broken the SayUnixTime app - it can't cope with a
'digits/at' bit in the middle of the string any more.

I have had to change

exten => 123,1,SayUnixTime(||AdBY 'digits/at' IM)
to
exten => 123,1,SayUnixTime(||AdBY)
exten => 123,2,Playback(digits/at)
exten => 123,3,SayUnixTime(||IM)

Peter

-----Original Message-----
From: Dave Cotton [mailto:dcotton at linuxautrement.com]
Sent: 24 June 2004 06:45
To: Asterisk List
Subject: Re: -- [Asterisk-Users] Serious issues with current CVS?


For me chan_capi set up the call but no sound available.

-- 
Dave Cotton <dcotton at linuxautrement.com>

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

This e-mail and any attachment is for authorised use by the intended recipient(s) only. It may contain proprietary material, confidential information and/or be subject to legal privilege. It should not be copied, disclosed to, retained or used by, any other party. If you are not an intended recipient then please promptly delete this e-mail and any attachment and all copies and inform the sender. Thank you.



More information about the asterisk-users mailing list