
After long time trying setting up Google ASR on Asterisk, but this time using CentOS, finally I got it. In this post I will try to explain how to do it. The first step we must to do, is install the next packet:
yum -y groupinstall 'Development Tools'
The next step is install the dependencies for Asterisk 15.
yum install wget ssh ncurses ncurses-devel uuid uuid-devel libuuid-devel jansson-devel libxml2-devel sqlite-devel
Now, we can move to Home and download the the version number 15 of Asterisk:
cd ~
wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-15-current.tar.gz
Now we shall move to /usr/src, decompress the tarball and move to the new directory:
Sigue leyendo “Speech Recognition with Google Cloud API on Asterisk 15 and CentOS”