baumi's blog

baumi's personal blog … Linux, OS X, Windows, Random things, …

May, 2016

chan_dongle for asterisk 13.9.x (works on GNU/Linux Ubuntu 16.04 LTS)

install asterisk 13.9.x: apt-get install aclocal automake autoconf libsrtp-devel wget http://downloads.asterisk.org/pub/telephony/asterisk/asterisk-13-current.tar.gz aclocal autoconf automake -a ./configure make make menuselect #make sure res_srtp is enabled! make install Asterisk TLS/ZRTP setup: Specifically for blink: https://wiki.asterisk.org/wiki/display/AST/Secure+Calling+Tutorial install chan_dongle (hint: setting the branch “asterisk13” is crucial!): git clone -b asterisk13 https://github.com/oleg-krv/asterisk-chan-dongle.git cd asterisk-chan-dongle aclocal autoconf automake -a ./configure make […]

localtunnel.me

https://localtunnel.me/ Localtunnel allows you to easily share a web service on your local development machine without messing with DNS and firewall settings. Localtunnel will assign you a unique publicly accessible url that will proxy all requests to your locally running webserver. You will receive a url, for example https://gqgh.localtunnel.me, that you can share with anyone […]