Upgrade Freeswitch Version

960 views
Skip to first unread message

Kieran Davies

unread,
Jun 19, 2017, 11:08:35 AM6/19/17
to ASTPP
Hi all,

I am currently on version: FreeSWITCH (Version 1.6.8 git 99de0ad 2016-05-05 15:38:32Z 64bit)

Could you please advise on the correct procedure to upgrade to the latest (currently 1.6.17)

David Dejaeghere

unread,
Jun 19, 2017, 1:06:59 PM6/19/17
to as...@googlegroups.com
How did you install it?
If you installed it from source you can do the same thing with the newest version.  
If you installed using a package manager then just use that.  If it is not available yet you just need to wait.

Kind Regards,

David

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+unsubscribe@googlegroups.com.
To post to this group, send email to as...@googlegroups.com.
Visit this group at https://groups.google.com/group/astpp.
To view this discussion on the web visit https://groups.google.com/d/msgid/astpp/3ceb8fff-9e25-4d0c-a26f-140d18d895ec%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Kieran Davies

unread,
Jun 19, 2017, 7:14:44 PM6/19/17
to ASTPP
Hi David,


I will make a backup of the server and attempt to upgrade, thanks.


On Monday, 19 June 2017 18:06:59 UTC+1, David Dejaeghere wrote:
How did you install it?
If you installed it from source you can do the same thing with the newest version.  
If you installed using a package manager then just use that.  If it is not available yet you just need to wait.

Kind Regards,

David
2017-06-19 17:08 GMT+02:00 Kieran Davies <kie...@bluetelecoms.com>:
Hi all,

I am currently on version: FreeSWITCH (Version 1.6.8 git 99de0ad 2016-05-05 15:38:32Z 64bit)

Could you please advise on the correct procedure to upgrade to the latest (currently 1.6.17)

--
=====================================================================
Documentation : https://astppdoc.atlassian.net/
Please contact at sa...@inextrix.com for commercial support.
---
You received this message because you are subscribed to the Google Groups "ASTPP" group.
To unsubscribe from this group and stop receiving emails from it, send an email to astpp+un...@googlegroups.com.

Kieran Davies

unread,
Jun 19, 2017, 8:31:24 PM6/19/17
to ASTPP
All done, and working correctly....

Here is my method if anybody needs it :)

cd /usr/local/src
cd freeswitch
./bootstrap.sh -j
./configure -C
make all install cd-sounds-install cd-moh-install
make && make install 
reboot

S Mitchell

unread,
Jun 19, 2017, 8:50:37 PM6/19/17
to ASTPP
Preferred method of updating a source freeswitch install is to run make current in the freeswitch git directory.

See here for additional details: https://freeswitch.org/confluence/display/FREESWITCH/Debian+8+Jessie

Kieran Davies

unread,
Jun 20, 2017, 3:44:50 PM6/20/17
to ASTPP
Hi S Mitchell, 

I have just tried this on another instance and got the following error. Any ideas?

make[1]: Leaving directory '/usr/local/src/freeswitch/libs/srtp'
make update
make[1]: Entering directory '/usr/local/src/freeswitch'
Pulling updates...
remote: Counting objects: 1061, done.
remote: Compressing objects: 100% (699/699), done.
remote: Total 1061 (delta 648), reused 478 (delta 335)
Receiving objects: 100% (1061/1061), 1.73 MiB | 979.00 KiB/s, done.
Resolving deltas: 100% (648/648), done.
 + efe056c...7dbdc7f bugfix/FS-10028-refactor-verto-lib-to-remove-jquery -> origin/bugfix/FS-10028-refactor-verto-lib-to-remove-jquery  (forced update)
 * [new branch]      bugfix/FS-10363-core-move-openssl-to-props-on-windows -> origin/bugfix/FS-10363-core-move-openssl-to-props-on-windows
 * [new branch]      feature/FS-10362-update-lua-to-5.2-for-windows-build -> origin/feature/FS-10362-update-lua-to-5.2-for-windows-build
   9fa52c7..752f46e  master     -> origin/master
   05c499a..6e79667  v1.6       -> origin/v1.6
 * [new tag]         v1.6.18    -> v1.6.18
You are not currently on a branch. Please specify which
branch you want to rebase against. See git-pull(1) for details.

    git pull <remote> <branch>

Makefile:3961: recipe for target 'update' failed
make[1]: *** [update] Error 1
make[1]: Leaving directory '/usr/local/src/freeswitch'
Makefile:4091: recipe for target 'current' failed
make: *** [current] Error 2

S Mitchell

unread,
Jun 20, 2017, 3:56:40 PM6/20/17
to ASTPP
Run: git config --global pull.rebase true
before running: make current

I would definitely check out the link as it provides excellent instructions on installing and updating freeswitch.

Kieran Davies

unread,
Jun 20, 2017, 4:53:55 PM6/20/17
to ASTPP
Hi S, 

I've just tried your recommendation and unfortunately get the below error:

make[1]: Leaving directory '/usr/local/src/freeswitch/libs/srtp'
make update
make[1]: Entering directory '/usr/local/src/freeswitch'
Pulling updates...
You are not currently on a branch. Please specify which
branch you want to rebase against. See git-pull(1) for details.

    git pull <remote> <branch>

Makefile:3961: recipe for target 'update' failed
make[1]: *** [update] Error 1
make[1]: Leaving directory '/usr/local/src/freeswitch'
Makefile:4091: recipe for target 'current' failed
make: *** [current] Error 2
Reply all
Reply to author
Forward
0 new messages