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 explains how to deploy MySQL server on Virtual PBXs

Created: November 2022

Permalink: https://wildix.atlassian.net/wiki/x/AQCkB


Table of Contents

Introduction

Using this instruction, you can deploy MySQL server to be used on your Virtual PBX and set up CDRs to use the MySQL database. 

Note

Note: The support starts from:  WMS Beta ____

I. Install MySQL server

Warning

Important: If you plan to use MySQL in WMS Network, the below steps need to be completed only for the Server PBX.

...

II. Change settings in WMS

  1. Go to WMS -> Settings -> PBX -> Call and chat history:

  2. In Call and chat history, proceed to CDR MySQL tab and enter the necessary data:

    1. Settings for standalone mode:
      • Hostname: 127.0.0.1 
      • Database name: cdr 
      • CDR table name: cdr 
      • User: root 
      • Password: wil01dix 
      • Port: 3306

    2. Settings for WMS Network mode (Client PBX):


      • Hostname: <master of wms-network ip address>
      • Database name: cdr
      • CDR table name: cdr
      • User: root
      • Password: wil01dix
      • Port: 3306

  3. In Call and chat history, go to the Settings tab and change CDR-backend to MySQL:

...