Hello I found the solution of my problem on trixbox.org's forum, the version of zaptel (1.2.6) include in trixbox 1.0 and asterisk@home 2.8 is not compatible with the kernel version of SME7 RC2 and 3.
So we have to use the former zaptel version 1.2.5.
I prepare the RPM package and soon you could download it at this adress:
[edit]
http://sme.firewall-services.com/files/A4SME7-RC3.tar.gz[/edit]
Before install it you have to check theses points:
[For the moment, we are obliged to do a minor modification in the kernel, due to a bug in file header, but our next version (rpm based ?) will try to avoid that]
* Be sure you've install the dev-tools (script in order to do it is downloadable at this adress :
http://mirror.contribs.org/smeserver/contribs/hmuhammad/install-devtools-7.0.shand after you have to modify kernel sources:edit /usr/src/linux-2.6.9-34.EL/include/linux/spinlock.h
and at line 407, you've this :
#define DEFINE_RWLOCK(x) rw_lock_t x = RW_LOCK_UNLOCKED
change it to:
#define DEFINE_RWLOCK(x) rwlock_t x = RW_LOCK_UNLOCKED
* Now you have to make the sources ,do :
cp /boot/config-2.6.9-34.EL /usr/src/linux-2.6.9-34.EL/.config
cd /usr/src//linux-2.6.9-34.EL/
make
* After this you have to create a symbolic link :
ln -s /usr/src/linux-2.6.9-34.EL/ /lib/modules/2.6.9-34.EL/build
It's very important if you don't do this, zaptel will not compile.
*install newt-devel :
yum -y install newt-devel
Or the executable zttool will not be compiled, it's not essential but very usefull.
And now follow the instruction on the How-to at this address:
[edit]
http://sme.firewall-services.com/In menu you got link for a@h
[/edit]
If you have any question, sylvain@firewall-services.com or come here.