Install dependencies:
# apt-get install linux-headers-$(uname -r) build-essential libxml2-dev libncurses5-dev libsqlite3-dev libssl-dev libsrtp0-dev unixodbc-dev
Since version 1.8 Asterisk is using unixODBC for storing CDR and CEL data into database. Old MySQL backend, cdr_mysql, is still supported. Also I’m installing libsrtp0-dev to successfully compile core channel chan_sip. This is also required since 1.8 version because of secure RTP support.
Continue reading →











