Marco Menardi schrieb: > I've searched those files, but there is no channel_pvt.h, and don't know > why it does not find version.h Have installed the correct Asterisk headers? Is Asterisk 1.2.x (avoid anything lower than 1.2.4) configured and installed ?
If version.h is not found (ASTERISK_VERSION_NUM) vISDN searches for channel_pvt.h. The Asterisk version.h looks like this /* * version.h * Automatically generated */ #define ASTERISK_VERSION "1.2.4" #define ASTERISK_VERSION_NUM 000000 bye, Carsten _______________________________________________ Visdn-hackers mailing list [email protected] https://mailman.uli.it/mailman/listinfo/visdn-hackers
