search for: get_mp3_source

Displaying 3 results from an estimated 3 matches for "get_mp3_source".

2013 Jul 15
2
Asterisk offline compiling with get_mp3_source.sh
...th NO network access whatsoever, I ve read this thread ( http://lists.digium.com/pipermail/asterisk-users/2013-June/279298.html) but I 'm not understading one thing, because I download the file and run the script but there is no asterisk-contrib-mp3.tar.gz in my tmp folder --- contrib/scripts/get_mp3_source.sh.orig 2013-06-04 12:41:08.222602824 +0200 +++ contrib/scripts/get_mp3_source.sh 2013-06-04 12:40:45.218602846 +0200 @@ -9,6 +9,15 @@ exit 1 fi +LOCAL_COPY=/tmp/asterisk-contrib-mp3.tar.gz +if [ -f ${LOCAL_COPY} ]; then + echo "***" + echo "Found ${LOCAL_COPY} - unpacki...
2016 Jun 14
4
Pet project: one step Asterisk compile on Centos 7
Hi all, I thought I'd share I script I made (based on some of Leif's works) that lets you download, compile and install Asterisk all in one go; and then removed the dev tools used. We use it quite a bit to provision systems using Ansible, but it is easier than remembering everything every time even if you are using a shell. At the moment I have scripts for Centos 7 and Asterisk 13, but
2014 Jun 17
2
quickstart
I have the Asterisk book, it's enormous, the 4th edition as per http://www.asteriskdocs.org/. I'd like to do something like: http://www.voip-info.org/wiki/view/Asterisk+quickstart just to have two hardphones act as extensions and call each other. Is that a reasonable first task? I'm looking for the simplest litmus test for functionality possible. thanks, Thufir