Displaying 1 result from an estimated 1 matches for "8b803269".
2009 Oct 05
2
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