cibi wrote:
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

ermes:/usr/src# cat ./asterisk-1.2/include/asterisk/version.h
/*
 * version.h
 * Automatically generated
 */
#define ASTERISK_VERSION "SVN-branch-1.2-r11281"
#define ASTERISK_VERSION_NUM 999999


I get asterisk from svn:
svn checkout http://svn.digium.com/svn/asterisk/branches/1.2 asterisk-1.2

Is it ok? Seems very different from your one.
And regarding asterisk installation, I just do a:
cd ../asterisk-1.2
make clean; make install

Am I doing something wrong?
thanks a lot
regards
Marco Menardi
_______________________________________________
Visdn-hackers mailing list
[email protected]
https://mailman.uli.it/mailman/listinfo/visdn-hackers

Reply via email to