Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Scroll export button
scopecurrent
template-id0fa09813-8b86-460a-aa1d-ef450a80e9ce
quick-starttrue
add-onScroll PDF Exporter

Info

This document provides the list of supported services in case of using HTTP Proxy Server.

Created: August 2024

Permalink: 


Table of Contents

Introduction

...

  • /etc/callweaver/licensing.conf

HTTP Proxy Server

...

: Squid Installation

  1. Squid is available in the Ubuntu repositories. Make sure your system is up to date and then to install Squid. For thus, run the following commands:

    Code Block
    sudo apt update sudo apt install squid


  2. Copy the original configuration file to keep it as a backup:

    Code Block
    sudo cp /etc/squid/squid.conf /etc/squid/squid.conf.default


  3. Replace the original config with squid.conf

  4. Generate password file with the following command. You will be asked to type a password:


    Code Block
    sudo htpasswd -c /etc/squid/passwords username_you_like


  5. Restart squid:

    Code Block
    sudo service squid restart


  6. If you used your local machine to host the Proxy, you may need to make it available from the PBX. You may use ngrok to get the address accessible from the Internet

  7. Use the credentials you entered to configure HTTP Proxy on the PBX

...