Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 93483

Summary: Asterisk should use Zaptel in startup scripts
Product: Gentoo Linux Reporter: Adam M. Bumpus <adam>
Component: Current packagesAssignee: voip herd (OBSOLETE) <voip+disabled>
Status: RESOLVED INVALID    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: All   
Whiteboard:
Package list:
Runtime testing required: ---

Description Adam M. Bumpus 2005-05-21 15:50:24 UTC
Asterisk should have a use dependency for Zaptel in the startup scripts so that any Zaptel hardware can be initialized before asterisk is started.

Alternately, Zaptel could have a before dependency to asterisk. Either way should ensure that Asterisk starts cleanly when configured to use Zaptel hardware.
Comment 1 Stefan Knoblich (RETIRED) gentoo-dev 2005-05-21 18:55:13 UTC
asterisk has 
 
depend() { 
        need net logger 
        after zaptel 
} 
 
in /etc/init.d/asterisk 
Comment 2 Adam M. Bumpus 2005-05-21 19:32:08 UTC
My fault. I see that this is fixed in 1.0.7-r1 which is not yet marked ~x86.