Barry Fawthrop
2004-May-28 11:47 UTC
[Asterisk-Users] * will not load, after latest CVS install
Greetings I was getting bad static crackle on a phone, so I reload from the latest CVS and did a make clean ; make install on zaptel, libpri and asterisk Now I get this error [chan_skinny.so] => (Skinny Client Control Protocol (Skinny)) May 28 13:59:42 WARNING[16384]: chan_skinny.c:2541 reload_config: Unable to get our IP address, Skinny disabled Urgent handler [chan_oss.so] => (OSS Console Channel Driver) == Console is full duplex May 28 13:59:42 WARNING[16384]: chan_oss.c:352 setformat: Requested 8000 Hz, got 48000 Hz -- sound may be choppy May 28 13:59:42 WARNING[147466]: chan_oss.c:238 sound_thread: Read error on sound device: Resource temporarily unavailable [chan_phone.so] => (Linux Telephony API Support) [chan_zap.so] => (Zapata Telephony w/PRI) May 28 13:59:42 WARNING[16384]: chan_zap.c:8030 setup_zap: Ignoring usercallerid May 28 13:59:42 WARNING[16384]: chan_zap.c:704 zt_open: Unable to specify channel 1: No such device or address May 28 13:59:42 ERROR[16384]: chan_zap.c:5499 mkintf: Unable to open channel 1: No such device or address here = 0, tmp->channel = 1, channel = 1 May 28 13:59:42 ERROR[16384]: chan_zap.c:7652 setup_zap: Unable to register channel '1' May 28 13:59:42 WARNING[16384]: loader.c:326 ast_load_resource: chan_zap.so: load_module failed, returning -1 == Unregistered channel type 'Tor' == Unregistered channel type 'Zap' -- Unregistered channel 1 May 28 13:59:42 WARNING[16384]: loader.c:421 load_modules: Loading module chan_zap.so failed! And Asterisk will not start ????? What is up Please can someone help, tried IRC but nothing Thanks Barry -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20040528/186f4506/attachment.htm
Steven Critchfield
2004-May-28 12:53 UTC
[Asterisk-Users] * will not load, after latest CVS install
On Fri, 2004-05-28 at 13:47, Barry Fawthrop wrote:> Greetings > > I was getting bad static crackle on a phone, so I reload from the > latest CVS and did > a make clean ; make install on zaptel, libpri and asterisk > > Now I get this error > > [chan_skinny.so] => (Skinny Client Control Protocol (Skinny)) > May 28 13:59:42 WARNING[16384]: chan_skinny.c:2541 reload_config: > Unable to get our IP address, Skinny disabled > Urgent handler > [chan_oss.so] => (OSS Console Channel Driver) > == Console is full duplex > May 28 13:59:42 WARNING[16384]: chan_oss.c:352 setformat: Requested > 8000 Hz, got 48000 Hz -- sound may be choppy > May 28 13:59:42 WARNING[147466]: chan_oss.c:238 sound_thread: Read > error on sound device: Resource temporarily unavailable > [chan_phone.so] => (Linux Telephony API Support) > [chan_zap.so] => (Zapata Telephony w/PRI) > May 28 13:59:42 WARNING[16384]: chan_zap.c:8030 setup_zap: Ignoring > usercallerid^^^^^^^^^^^^^^ typo, use not user.> May 28 13:59:42 WARNING[16384]: chan_zap.c:704 zt_open: Unable to > specify channel 1: No such device or address > May 28 13:59:42 ERROR[16384]: chan_zap.c:5499 mkintf: Unable to open > channel 1: No such device or address > here = 0, tmp->channel = 1, channel = 1 > May 28 13:59:42 ERROR[16384]: chan_zap.c:7652 setup_zap: Unable to > register channel '1'> May 28 13:59:42 WARNING[16384]: loader.c:421 load_modules: Loading > module chan_zap.so failed!Check with ztcfg -vvv to see if you have any zap channels configured. If not, either noload the chan_zap or fix the channel specification so it doesn't bark on you. -- Steven Critchfield <critch@basesys.com>