Probably just me being dumb, but I am trying to update my asterisk to the latest (1.2.5) When I go to my /usr/src/asterisk I type: make upgrade make install This seems to be doing it's thing, but when I type show version from the console (after a restart) I still get: Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on a Power Macintosh running Darwin on 2006-03-04 20:48:08 UTC This seems like the same version number I had before also the copyright only goes through 2005? Thanks for your help. Marty
Martin Joseph wrote:> > Probably just me being dumb, but I am trying to update my asterisk to > the latest (1.2.5) > > When I go to my /usr/src/asterisk I type: > > make upgrade > make install > > This seems to be doing it's thing, but when I type show version from the > console (after a restart) I still get: > > Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on a > Power Macintosh running Darwin on 2006-03-04 20:48:08 UTC > > This seems like the same version number I had before also the copyright > only goes through 2005? > > Thanks for your help. > > MartyMarty, Try "make update" and "make upgrade". -- Kristian Kielhofner
I think you need to: - pull the 1.2.5 tar.gz file from ftp/http - extract it into a dir (tar xvfz filename) - cd into it - excecute make upgrade and make install Cheers, John>>> ast@stillnewt.org 04-03-06 21:12 >>>Probably just me being dumb, but I am trying to update my asterisk to the latest (1.2.5) When I go to my /usr/src/asterisk I type: make upgrade make install This seems to be doing it's thing, but when I type show version from the console (after a restart) I still get: Asterisk SVN-branch-1.2-r7231 built by root @ notdeadyet-imac.local on a Power Macintosh running Darwin on 2006-03-04 20:48:08 UTC This seems like the same version number I had before also the copyright only goes through 2005?