Skip to content

Latest commit

 

History

History
23 lines (19 loc) · 1.74 KB

devel.md

File metadata and controls

23 lines (19 loc) · 1.74 KB

OpenSIPS SoftSwitch - Community Edition - Development

This document contains information about development of the platform.

Structure

This repository contains the following directory structure:

  • docs/: contains documentation files
  • etc/:
    • opensips/: subproject for OpenSIPS configuration files; contains opensips.cfg and other configuration files
    • opensips-cp/:
    • mysql/: scripts to initialize the MySQL database schema
    • freeswitch/:
      • conf/: scripts that are executed when the container starts
      • dialplan/: xml files that define voicemail and announcements extensions for FreeSWITCH
  • sipssert/: contains a suite of tests for the platform to be run with SIPssert framework
  • docker-compose.yml: main file that defines services, networks and volumes for the platform
  • .env: environment file that contains configuration for the platform
  • run-sipssert.sh: script that runs the SIPssert tests (in a Docker container, no need to install SIPssert locally)