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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091005/90671818/attachment.htm
Danny Nicholas
2009-Oct-05 17:32 UTC
[asterisk-users] *****SPAM***** Method to downgrade asterisk
Each is independent of the other. The important things are to make sure asterisk is not running when doing make install and to clean /usr/lib/asterisk/modules before make install. _____ From: asterisk-users-bounces at lists.digium.com [mailto:asterisk-users-bounces at lists.digium.com] On Behalf Of Bart Fisher Sent: Monday, October 05, 2009 11:54 AM To: asterisk-users at lists.digium.com Subject: *****SPAM***** [asterisk-users] Method to downgrade asterisk 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 -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20091005/8b803269/attachment.htm
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 <bart at icpage.com> 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 >