Displaying 1 result from an estimated 1 matches for "92a12928".
Did you mean:
921292
2016 Dec 08
4
What to do when changing from one asterisk version to another ?
Hello,
I'm compiling Asterisk from source on Debian systems.
I'm currently writing a script I'm planning to launch when upgrading from
one Asterisk version to another one within the same class (from 13.4.0 to
13.12.0 or from 13.12.0 to 13.8.0, for instance).
Reading [1], I thought the following would work:
cd /usr/src/asterisk-13.4.0
./configure
make
make install
...
cd