Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 93483 - Asterisk should use Zaptel in startup scripts
Summary: Asterisk should use Zaptel in startup scripts
Status: RESOLVED INVALID
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All All
: High normal
Assignee: voip herd (OBSOLETE)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-05-21 15:50 UTC by Adam M. Bumpus
Modified: 2005-05-21 19:32 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.