PrePflog Installation instructions

From voipsupport
Revision as of 17:31, 13 June 2016 by John (talk | contribs) (Created page with "These instructions apply to PrePflog 0.4.1 1. cd /tmp or some other directory where you will download and unpack the code 2. Download the latest source code file from PreP...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

These instructions apply to PrePflog 0.4.1

1. cd /tmp or some other directory where you will download and unpack the code

2. Download the latest source code file from this page. The souce code is signed with my gpg key. Therefore you may optionally verify the file has not been altered since I signed it. After downloading the file signature and my gpg key (available here) at the command line:

gpg --import johnfawcett.gpg
gpg --verify callback-0.5.2.tgz.sig

The result should be something like this:

gpg: Good signature from "John Fawcett <[email protected]>"


  1. Download the latest source code file from this link.
  2. The souce code is signed with my gpg key (available here). Thefore you may optionaly verify the file has not been altered since I signed it. After downloading the file signature (available here), at the command line

%commandbox% [@gpg --import johnfawcett.gpg gpg --verify prepflog-0.4.1.tgz.sig@]

-> The result should be something like this: %resultbox% [@gpg: Good signature from "John Fawcett <[email protected]>"@]

  1. %item value=4% Unpack the source code

%commandbox% [@tar -xvzf prepflog-0.4.1.tgz@]

  1. %item value=5% Change directory

%commandbox% [@cd prepflog-0.4.1@]

  1. %item value=6% Copy to local bin directory

%commandbox% [@cp prepflog.pl /usr/local/bin/prepflog.pl@]

  1. %item value=7% Change owner and group

%commandbox% [@chown bin:bin /usr/local/bin/prepflog.pl@]

  1. %item value=8% Ensure that it is executable

%commandbox% [@chmod 755 /usr/local/bin/prepflog.pl@]

  1. %item value=9% If not using the default configurations, add required configurations to /etc/freepbx.conf. For configuration variables click "Back to overview" below.

Back to overview