2005/11/25, Jose Limeres <[EMAIL PROTECTED]>: > Yoann, > I am going through a similar problem you reported in a past posting: > > Nov 24 17:49:31 ERROR[9326] chan_misdn.c: Unable to initialize mISDN > Nov 24 17:49:31 WARNING[9326] loader.c: chan_misdn.so: load_module > failed, returning -1 > Nov 24 17:49:31 WARNING[9326] chan_misdn.c: cb_log called with > out-of-range port number! (0) > Nov 24 17:49:31 WARNING[9326] loader.c: Loading module chan_misdn.so failed! > > How did you solve it?
I looked back to this error. In fact, it happens when you forget to initialize driver, so do it : /etc/init.d/misdn-init scan If everything goes well you can do : /etc/init.d/misdn-init config /etc/init.d/misdn-init start Then, you can start asterisk :-) Cheers, YLB. _______________________________________________ --Bandwidth and Colocation sponsored by Easynews.com -- 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
