Koozali.org: home of the SME Server

Obsolete Releases => SME VoIP (Asterisk, SAIL etc) => Topic started by: pmacdona on October 03, 2006, 04:17:36 PM

Title: Silentra Conference rooms not working??
Post by: pmacdona on October 03, 2006, 04:17:36 PM
Have tried a couple of installs of Silentra, when dialling the conference room numbers we get a message "That is not a valid conference number", anybody  solved this???
Title: Silentra Conference rooms not working??
Post by: SARK devs on October 03, 2006, 10:11:40 PM
Quote
"That is not a valid conference number"


Conference rooms need a timing source. Asterisk naturally uses any installed Digium card to provide its timing.  We're guessing you don't have a digium card fitted to your system.  Digium provides ztdummy to provide timing when you don't have any cards fitted. Stop asterisk and do...

Code: [Select]
modprobe ztdummy

Start asterisk and your conference rooms will work. To make it stick go into the PCI cards panel and do a modprobe.  Sail will detect that there are no cards and modify itself to load ztdummy upon each start-up.

Kind Regards

Selintra
Title: Module ztdummy not found
Post by: pmacdona on October 03, 2006, 11:48:16 PM
Tried that, ztdummy not found, also tried pci probe - I get an error "Timed out on UDEV - It may work if you retry..."
Title: Silentra Conference rooms not working??
Post by: SARK devs on October 04, 2006, 12:16:22 AM
Then something is not quite right with your installation of asterisk.  Loading ztdummy WILL cure your problem.  Can you modprobe zaptel? If it fails with not found then please post the output from the following three commands...

uname -r
cat /etc/modprobe.conf  
rpm -qa smeserver-aster*

Thanks

Selintra
Title: Silentra Conference rooms not working??
Post by: del on October 04, 2006, 03:16:23 PM
Hi Selintra,

I have been watching this thread as I don't have any cards either, so I just did your second part
Quote
To make it stick go into the PCI cards panel and do a modprobe. Sail will detect that there are no cards and modify itself to load ztdummy upon each start-up.
This worked for me I got this message
Quote
Loading zaptel...

No Telephony Boards found - check admin-error log for probe failures...

Signalling asterisk daemon to load ZTDUMMY for timing purposes

Thanks again for your help and fanastic work on this contrib.

Regards,
Del