From: Ingmar S. <is...@es...> - 2007-02-06 11:14:22
|
Hello Peter, what is your issue that you cannot make the change for mISDN permanent? All you have to do is to modify the startup scripts. That's all easy. If you require to change a file on a ro filesystem ( / ), you just remount the filesystem to rw, make the change and go back to ro. I don't see any issue here. Many people have done this already, so you should be able to do this as well :) Only standard linux/unix knowledge is required. cheers, Ingmar Peter Roelandts wrote: > Ingmar, Darrick, Alexander, > > I can confirm that HFC-PCI works great also in "te_ptp" mode > > unfortunately I could not use soekris/astlinux because it was impossible to > change it in this mode permanently via rc.conf > > I have to do a basic asterisk installation on another pc. > > I hope this problem will solved in the next release because astlinux is to > good and practical especially in combination with the soekris. > > Kind regards, > > Peter Roelandts > > > ----- Original Message ----- > From: "Ingmar Schraub" <is...@es...> > To: <at...@oc...> > Cc: <ast...@li...> > Sent: Tuesday, February 06, 2007 10:11 AM > Subject: Re: [Astlinux-users] How do I edit a permanent misdn-init.conf? > > >> Dear Alexander, >> >> depending on your ISDN card, mISDN can only create a default template >> for your configuration, when you the misdn-init script is executed. >> >> I.e. if you run one of the cheap HFC-PCI cards (about 30 Euros), this >> happens. If you have a Beronet 2,4,8 port card, you can at least specify >> nt oder te mode by setting a hardware jumper. >> >> In typical environments (te_ptmp) is is fine. That's why we made life >> easy for the majority of users. >> >> In your case do the following: >> >> mount -t ext2 -o rw,remount / >> vi /etc/init.d/asterisk >> search for 'misdn-init config' and comment this line out >> mount -t ext2 -o ro,remount / >> >> Now misdn-init config is not executed when asterisk starts and your >> edited misdn-init.conf file remains untouched. >> >> Note: this assumes you start your mISDN with ISDN_MODPROBE="MISDN" in >> rc.conf. >> >> If you have further questions, please write to >> ast...@li.... Darrick already explained why. >> >> Hope this helps, >> >> Ingmar >> >> Alexander Topolanek wrote: >>> Hi, >>> >>> sorry to ask that, but my hair's getting grey... >>> >>> I'd like to change to te_ptp=1 in misd-init.conf, but this file in the >>> running system is created a new at boot. How do I find the original file >>> and edit it? >>> >>> thanks >> ------------------------------------------------------------------------- >> Using Tomcat but need to do more? Need to support web services, security? >> Get stuff done quickly with pre-integrated technology to make your job > easier. >> Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo >> http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 >> _______________________________________________ >> Astlinux-users mailing list >> Ast...@li... >> https://lists.sourceforge.net/lists/listinfo/astlinux-users >> >> Donations to support AstLinux are graciously accepted via PayPal to > pa...@kr.... > > > ------------------------------------------------------------------------- > Using Tomcat but need to do more? Need to support web services, security? > Get stuff done quickly with pre-integrated technology to make your job easier. > Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo > http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 > _______________________________________________ > Astlinux-users mailing list > Ast...@li... > https://lists.sourceforge.net/lists/listinfo/astlinux-users > > Donations to support AstLinux are graciously accepted via PayPal to pa...@kr.... |