Michel Bachofen
2005-Apr-19 02:08 UTC
[Asterisk-Users] Installed ztdummy, Asterisk doesnt work anymore
Hi Since Im using the mISDN drivers and no zaptel stuff, I had to install ztdummy to get MeetMe to work. Well, that was the plan. Now, after getting the latest zaptel version over CVS (Im using Kernel 2.6), uncommenting all the modules except ztdummy in zaptel.sysconfig file and compiling this by "make", "make install" and "make linux26", I rebooted and recompiled Asterisk with "make install" again. Before all this, Asterisk worked perfectly fine, incoming and outgoing connections worked, everything did its job (except the MeetMe of course). But now I get the following errors when starting up Asterisk: [ Booting.....................Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring switchtype Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring pridialplan Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring overlapdial Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9436 setup_zap: Unknown signalling method 'bri_cpe_ptmp' Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring overlapdial Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9078 setup_zap: Signalling must be specified before any channels are. Apr 19 11:07:28 WARNING[6237]: loader.c:345 ast_load_resource: chan_zap.so: load_module failed, returning -1 Apr 19 11:07:28 WARNING[6237]: loader.c:440 load_modules: Loading module chan_zap.so failed! Now, I havent done anything to the zaptel.conf yet, Im not sure if I even have to (didnt have that file before all this)? Looking forward to hearing anything in this matter :-( Michel
Matt Roth
2005-Apr-19 13:19 UTC
[Asterisk-Users] Installed ztdummy, Asterisk doesnt work anymore
Michel, Try this: First: cd /usr/lib/asterisk/modules/ rm *.so Then: Recompile Zaptel, then recompile Asterisk. You may need to recompile anything else that put loadable modules into that directory, such as asterisk-addons, as well. Does anyone out there know why "make clean" doesn't take care of this task? I spent a few hours dealing with the same situation, assuming something was wrong with my config files or the new CVS release before I stumbled across this simple fix. Some modules would fail with an error message, while others would seg fault. I hope this was helpful, Matthew Roth http://voip-info.org/tiki-index.php?page=Running%20Asterisk%20on%20Debian Michel Bachofen wrote:> Hi > > Since Im using the mISDN drivers and no zaptel stuff, I had to install > ztdummy to get MeetMe to work. Well, that was the plan. Now, after > getting the latest zaptel version over CVS (Im using Kernel 2.6), > uncommenting all the modules except ztdummy in zaptel.sysconfig file > and compiling this by "make", "make install" and "make linux26", I > rebooted and recompiled Asterisk with "make install" again. Before all > this, Asterisk worked perfectly fine, incoming and outgoing > connections worked, everything did its job (except the MeetMe of > course). But now I get the following errors when starting up Asterisk: > > [ Booting.....................Apr 19 11:07:28 WARNING[6237]: > chan_zap.c:9615 setup_zap: Ignoring switchtype > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > pridialplan > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > overlapdial > Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9436 setup_zap: Unknown > signalling method 'bri_cpe_ptmp' > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > overlapdial > Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9078 setup_zap: Signalling > must be specified before any channels are. > Apr 19 11:07:28 WARNING[6237]: loader.c:345 ast_load_resource: > chan_zap.so: load_module failed, returning -1 > Apr 19 11:07:28 WARNING[6237]: loader.c:440 load_modules: Loading > module chan_zap.so failed! > > Now, I havent done anything to the zaptel.conf yet, Im not sure if I > even have to (didnt have that file before all this)? > > Looking forward to hearing anything in this matter :-( > > Michel > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >
Jörg Steiner
2005-May-14 06:33 UTC
[Asterisk-Users] Installed ztdummy, Asterisk doesnt work anymore
Michel Bachofen schrieb:> Hi > > Since Im using the mISDN drivers and no zaptel stuff, I had to install > ztdummy to get MeetMe to work. Well, that was the plan. Now, after > getting the latest zaptel version over CVS (Im using Kernel 2.6), > uncommenting all the modules except ztdummy in zaptel.sysconfig file > and compiling this by "make", "make install" and "make linux26", I > rebooted and recompiled Asterisk with "make install" again. Before all > this, Asterisk worked perfectly fine, incoming and outgoing > connections worked, everything did its job (except the MeetMe of > course). But now I get the following errors when starting up Asterisk: > > [ Booting.....................Apr 19 11:07:28 WARNING[6237]: > chan_zap.c:9615 setup_zap: Ignoring switchtype > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > pridialplan > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > overlapdial > Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9436 setup_zap: Unknown > signalling method 'bri_cpe_ptmp' > Apr 19 11:07:28 WARNING[6237]: chan_zap.c:9615 setup_zap: Ignoring > overlapdial > Apr 19 11:07:28 ERROR[6237]: chan_zap.c:9078 setup_zap: Signalling > must be specified before any channels are. > Apr 19 11:07:28 WARNING[6237]: loader.c:345 ast_load_resource: > chan_zap.so: load_module failed, returning -1 > Apr 19 11:07:28 WARNING[6237]: loader.c:440 load_modules: Loading > module chan_zap.so failed! > > Now, I havent done anything to the zaptel.conf yet, Im not sure if I > even have to (didnt have that file before all this)? > > Looking forward to hearing anything in this matter :-( > > Michel > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >Hi Michael, do you have compiled and installed libpri!? J?rg