Koozali.org: home of the SME Server

selintra-sail-2.1.13-281

Offline brick

  • ****
  • 78
  • +0/-0
selintra-sail-2.1.13-281
« on: August 17, 2006, 07:01:32 AM »
After applying the Software Updates from the Panel and rebooting, asterisk hangs at start with:

Code: [Select]
Waited too long for udev, - aborting Asterisk  startup.

I can start asterisk manually after system finishes booting, but it can't detect my XP100's

Offline JonB

  • *
  • 351
  • +0/-0
selintra-sail-2.1.13-281
« Reply #1 on: August 17, 2006, 01:40:55 PM »
The new SME updates install a new kernel which is incompatible with the zaptel modules installed with the current smeserver-zappri rpm.

Jeff said he would recompile a new zappri rpm for the new kernel a while back.

In the meantime to get asterisk/Sail back up and running boot the server with the old kernel.

It is what I am currently doing.

Jon
...

Offline brick

  • ****
  • 78
  • +0/-0
selintra-sail-2.1.13-281
« Reply #2 on: August 17, 2006, 04:45:57 PM »
Great tip and information!
By doing your suggestion I have asterisk running again without manual startup. I was also able to detect my PCI cards, but if if try to make a call I receive:
Code: [Select]
AGI Rx << EXEC Dial Zap/01/6177947884
Aug 17 11:41:40 NOTICE[4517]: app_dial.c:1049 dial_exec_full: Unable to create channel of type 'Zap' (cause 0 - Unknown)
AGI Tx >> 200 result=0

Offline SARK devs

  • *****
  • 2,806
  • +1/-0
    • http://sarkpbx.com
selintra-sail-2.1.13-281
« Reply #3 on: August 18, 2006, 06:48:59 PM »
Hello Brick,

The message means that zaptel/wctdm are not loaded, you can check by doing 'zap show channels' at the asterisk console.  If it doesn't show your zap channels then zaptel ain't loaded.

You have to stop and start asterisk (using the stop/start button)  after you do the probe/commit to get SAIL to load the correct modules.

Kind Regards

Selintra

Offline brick

  • ****
  • 78
  • +0/-0
selintra-sail-2.1.13-281
« Reply #4 on: August 18, 2006, 07:15:15 PM »
:pint:
Awesome!

Thank you Selintra, that worked!