Boehm, Matthew wrote: > Sorry. Fat-finger. 1.6.1.2. Found out that --with-tonezone is required > when ./configure'ing asterisk in order to get chan_dahdi to compile. > > Could that be documented somewhere? Or auto checked in ./configure if > --with-dahdi is specified? Wasted over an hour trying to figure this > out.
It should only be required if the tonezone library can't be automatically found; you can see what dependencies each module has by running 'make menuselect' and looking at the module details at the bottom of the screen when you have the cursor on a particular module. If I remember correctly, it should even show you which dependencies were satisfied and which were not. --with-dahdi and --with-tonezone are actually separate, since --with-dahdi tells Asterisk where to find the dahdi-linux 'user.h' header file and --with-tonezone tells Asterisk where to find the tonezone.h header file which comes from dahdi-tools. -- Kevin P. Fleming Digium, Inc. | Director of Software Technologies 445 Jan Davis Drive NW - Huntsville, AL 35806 - USA skype: kpfleming | jabber: [email protected] Check us out at www.digium.com & www.asterisk.org _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
