cd /usr/src/ && git clone https://github.com/signalwire/freeswitch.git -bv1.10 freeswitch && cd freeswitch && git config pull.rebase true && ./bootstrap.sh -j && ./configure --enable-core-pgsql-support && make && make install