On Thu, Apr 14, 2005 at 07:28:44AM -0500, Eric Wieling wrote: > This message is to announce a bounty for the following: > > If ztdummy is already loaded, generate an error to the console and > syslog when modules for Digium cards are loaded.
Asterisk is normally not running when modules get loaded. chan_zap can only be loaded once all the kernel modules have been loaded. As for syslog: the direct-ugly way would be to further overload the modprobe configuration file. There is already a post-install command there. But I figure you want to fail the load as well. > > If a modules for a Digium card are already loaded, generate an error > to the console and syslog when ztdummy is loaded. > > You should use ztdummy OR a Digium card driver, but not both. [ as I've asked in a different thread: what's so wrong about this? ] -- Tzafrir Cohen | New signature for new address and | VIM is http://tzafrir.org.il | new homepage | a Mutt's [EMAIL PROTECTED] | | best ICQ# 16849755 | Space reserved for other protocols | friend _______________________________________________ Asterisk-Users mailing list [email protected] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
