hallian hallian
2003-Jun-06 21:04 UTC
[Asterisk-Users] install asterisk without FXO PCI or modem? Is it possible! TXT FILE NOW!
Hello all - This is my situation! I have a PC with no PCI slot and no modem! But I would like to install asterisk on it. I want to use SIP based software ONLY with the asterisk PBX system. I already have the asterisk running on a regular PC. BUt when I run assterisk it fails at this point when it parse modules.conf file. [Wait] == Registered application 'Wait' Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': Found [chan_modem.so]Illegal instruction I have played around with the file and have realzied if it runs successfully the chan_modem.so, then all other l;oadable modules are loaded. I even went to the extent of saying load module=no and copied/paste all the modules on the file! You know when are testing just maybe it might work! :-) But how can i load all my loadadble modules and skip this chan_modem.so option from the modules.conf file? Is it even possible? Thanks hallian _________________________________________________________________ MSN 8 with e-mail virus protection service: 2 months FREE* http://join.msn.com/?page=features/virus
Gary
2003-Jun-06 23:03 UTC
[Asterisk-Users] install asterisk without FXO PCI or modem? Is it possible! TXT FILE NOW!
try putting in modules.con noload => ?????????????? On Sat, 07 Jun 2003 00:04:56 -0400, hallian hallian wrote:>Hello all - > >This is my situation! I have a PC with no PCI slot and no modem! But I would >like to install asterisk on it. I want to use SIP based software ONLY with >the asterisk PBX system. I already have the asterisk running on a regular >PC. BUt when I run assterisk it fails at this point when it parse >modules.conf file. > > >[Wait] == Registered application 'Wait' >Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': >Found >[chan_modem.so]Illegal instruction > >I have played around with the file and have realzied if it runs successfully >the chan_modem.so, then all other l;oadable modules are loaded. I even went >to the extent of saying load module=no and copied/paste all the modules on >the file! You know when are testing just maybe it might work! :-) > >But how can i load all my loadadble modules and skip this chan_modem.so >option from the modules.conf file? Is it even possible? > >Thanks >hallian > >_________________________________________________________________ >MSN 8 with e-mail virus protection service: 2 months FREE* >http://join.msn.com/?page=features/virus > >_______________________________________________ >Asterisk-Users mailing list >Asterisk-Users@lists.digium.com >http://lists.digium.com/mailman/listinfo/asterisk-users.
hallian hallian
2003-Jun-07 14:12 UTC
[Asterisk-Users] install asterisk without FXO PCI or modem? Is it possible! TXT FILE NOW!
Hi all - Well, I have tried all the options in the modules.conf with the parameter of load and unload. What I have realized that with the modules.conf [modules] autoload=yes ; ; .......blah blah ....... blah blah ; load => chan_modem.so load => res_musiconhold.so ; Module names listed in "global" section will have symbols globally ; exported to modules loaded after them. ; [global] chan_modem.so=yes The first instance where it says: load => chan_modem.so it does not load other modules. If I disable it then non of the other modules re loaded. So, I have tried every combination and it keeps dying giving me this error when I type asterisk -vvvc Asterisk Dynamic Loader Starting: == Parsing '/etc/asterisk/modules.conf': Found [chan_modem.so]Illegal instruction Anyone have any idea....... really need help here..... hallian>Or compile for PROC=i586 in asterisk/Makefile > >Martin > >On Sat, 7 Jun 2003, Gary wrote: > > >try putting in modules.con > >noload => ?????????????? > >On Sat, 07 Jun 2003 00:04:56 -0400, hallian hallian wrote: > > >Hello all - > > > >This is my situation! I have a PC with no PCI slot and no modem! But I >would > >like to install asterisk on it. I want to use SIP based software ONLY >with > >the asterisk PBX system. I already have the asterisk running on a >regular > >PC. BUt when I run assterisk it fails at this point when it parse > >modules.conf file. > > > > > >[Wait] == Registered application 'Wait' > >Asterisk Dynamic Loader Starting: == Parsing >'/etc/asterisk/modules.conf': > >Found > >[chan_modem.so]Illegal instruction > > > >I have played around with the file and have realzied if it runs >successfully > >the chan_modem.so, then all other l;oadable modules are loaded. I even >went > >to the extent of saying load module=no and copied/paste all the modules >on > >the file! You know when are testing just maybe it might work! :-) > > > >But how can i load all my loadadble modules and skip this chan_modem.so > >option from the modules.conf file? Is it even possible? > > > >Thanks > >hallian_________________________________________________________________ The new MSN 8: smart spam protection and 2 months FREE* http://join.msn.com/?page=features/junkmail
Tilghman Lesher
2003-Jun-08 14:22 UTC
[Asterisk-Users] install asterisk without FXO PCI or modem? Is it possible! TXT FILE NOW!
On Saturday 07 June 2003 16:12, hallian hallian wrote:> Well, I have tried all the options in the modules.conf with the > parameter of load and unload. What I have realized that with the > modules.conf > > [modules] > autoload=yes > ; > ;[modules] autoload=yes noload => chan_modem.so noload => chan_modem_i4l.so noload => chan_modem_aopen.so noload => chan_modem_bestdata.so [global] chan_modem.so=no -Tilghman