You don't need to run make clean the 1.4.26.2 folder. Just do ./configure & make install in the 1.4.25 folder.
When you run make you are just compiling the source into binaries in that folder. You can have a number of these source folders and they won't conflict. Make install is what actually copies the files to the install point. Running make install on a different version will just overwrite all installed files with those files. Ryan On Mon, Oct 5, 2009 at 12:53 PM, Bart Fisher <[email protected]> wrote: > I currently have asterisk-1.4.26.2 installed and working. It was sugguested > I try asterisk-1.4.25 to see if it fixes my SIP dtmf problems. > > What is the method to downgrade? > > Do I just do in the asterisk-1.4.25 folder: > > make clean > ./configure > make install > > Or do I need to 'make clean' in the asterisk-1.4.26.2 first then move to the > asterisk-1.4.25 folder and do ./configure & make install? > > Thanks, Bart > _______________________________________________ > -- Bandwidth and Colocation Provided by http://www.api-digital.com -- > > AstriCon 2009 - October 13 - 15 Phoenix, Arizona > Register Now: http://www.astricon.net > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > _______________________________________________ -- Bandwidth and Colocation Provided by http://www.api-digital.com -- AstriCon 2009 - October 13 - 15 Phoenix, Arizona Register Now: http://www.astricon.net asterisk-users mailing list To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users
