[Asterisk-Users] Wrong CVS version ?
Trevor Peirce
tpeirce at digitalcon.ca
Thu Mar 3 17:28:36 MST 2005
Robert Rozman wrote:
>I've updated my Asterisk 3 times with :
>
>cvs checkout -r v1-0 zaptel asterisk asterisk-addons
>
>and then do
>
>cd asterisk
>make clean && make && make install
>make samples
>make progdocs
>
>
Try this
cd zaptel
make update; make; make install
cd ../asterisk
make update; make; make install
You should be right on track... also on complection I'd suggest stopping
asterisk, restarting zaptel, then booting asterisk back up to make sure
all the new changes kick in.
More information about the asterisk-users
mailing list