Koozali.org: home of the SME Server
Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: mark_s_tt on July 11, 2007, 06:17:36 PM
-
Hi all,
Had SAIL up and running for a couple of weeks now, no major probs but now the only thing that's not working is conference rooms.
We just get "That is not a valid conference number".
Done a probe from the PCI cards panel to signal ztdummy to load but still the same.
Stopping the PBX and modprobe ztdummy gives:
WARNING: Error inserting zaptel (/lib/modules/2.6.9-42.0.10.ELsmp/extra/zaptel.ko): Invalid module format
FATAL: Error inserting ztdummy (/lib/modules/2.6.9-42.0.10.ELsmp/extra/ztdummy.ko): Invalid module format
This is on:
SME Server 7.1.3
selintra-sail-2.1.15-483.noarch.rpm
smeserver-asterisk-1.4.1-8.i686.rpm
Any ideas?
Thanks a lot
Mark.
-
HI Mark,
It's because the smp driver modules are broken on the 1.4 rpm.
You can either regress to 1.2.20/2.1.14 or run the UP kernel.
If this is a system for production use we would strongly recommend to regress to 1.2.20 (there are some new rpms available). 1.4.1 is pretty buggy at the moment.
We should have some better 1.4.4 rpms in the next couple of weeks.
Kind Regards
S
-
Ok Thanks for the info S.
-
Hi Selintra,
FYI, I regressed back to:
selintra-sail-2.1.14-492.noarch.rpm
smeserver-asterisk-1.2.20-6.i686.rpm
But the ztdummy is giving the exact same problem with the smp kernel.
I've temporarily switched to the up kernel and it loads fine on 2.6.9-42.0.10.EL. Haven't tried on 2.6.9-42.0.3.ELsmp so I'm not sure if it's just the .10 kernel or not, but if it will be of any benefit to you, I'll give it a go.
Thanks
Mark
-
Ah.... Glad you spotted that...
Something we didn't tell you about regression. You need to physically remove the 1.4 /extra directory from the smp kernel.... It gets left behind after a regression from 1.4 to 1.2 (we'll fix this properly in a neartime rpm, it only happens going from 1.4 to 1.2).
do...rm -rf /lib/modules/2.6.9-42.0.10.ELsmp/extra
... or whichever kernel you are running.
Then start asterisk with
/etc/init.d/asterisk start
Sorted
Best
S
-
You da man.
Ztdummy is working fine now in the smp kernel :D
Thanks for the help S.
Regards
Mark.