izpbx | Turnkey Cloud Native Telephony System powered by Asterisk

 by   ugoviti Shell Version: 20.16.4 License: GPL-3.0

kandi X-RAY | izpbx Summary

kandi X-RAY | izpbx Summary

izpbx is a Shell library. izpbx has no bugs, it has no vulnerabilities, it has a Strong Copyleft License and it has low support. You can download it from GitHub.

izPBX is a Turnkey Cloud Native VoIP Telephony System powered by Asterisk Engine and FreePBX Management GUI.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              izpbx has a low active ecosystem.
              It has 84 star(s) with 40 fork(s). There are 8 watchers for this library.
              OutlinedDot
              It had no major release in the last 12 months.
              There are 0 open issues and 38 have been closed. On average issues are closed in 22 days. There are no pull requests.
              It has a neutral sentiment in the developer community.
              The latest version of izpbx is 20.16.4

            kandi-Quality Quality

              izpbx has no bugs reported.

            kandi-Security Security

              izpbx has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.

            kandi-License License

              izpbx is licensed under the GPL-3.0 License. This license is Strong Copyleft.
              Strong Copyleft licenses enforce sharing, and you can use them when creating open source projects.

            kandi-Reuse Reuse

              izpbx releases are available to install and integrate.
              Installation instructions, examples and code snippets are available.

            Top functions reviewed by kandi - BETA

            kandi's functional review helps you automatically verify the functionalities of the libraries and avoid rework.
            Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of izpbx
            Get all kandi verified functions for this library.

            izpbx Key Features

            No Key Features are available at this moment for izpbx.

            izpbx Examples and Code Snippets

            Multi-Tenant VoIP PBX with shared global Database and single docker-compose.yml file
            Shelldot img1Lines of Code : 92dot img1License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            mkdir izpbx
            cd izpbx
            vim docker-compose.yml
            vim izpbx1.env
            vim izpbx2.env
            vim izpbx3.env
            
            version: '3'
            
            networks:
              izpbx-0-ext:
                driver: macvlan
                driver_opts:
                  parent: enp0s13f0u3u1u3
                ipam:
                  config:
                  - subnet: 10.1.1.0/24
                
            Multi-Tenant VoIP PBX with dedicated Databases
            Shelldot img2Lines of Code : 57dot img2License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            mkdir yourgreatpbx
            cd yourgreatpbx
            vim docker-compose.yml
            vim .env
            
            version: '3'
            
            networks:
              izpbx-0-ext:
                driver: macvlan
                driver_opts:
                  parent: eth0
                ipam:
                  config:
                  - subnet: 10.1.1.0/24
                    #ip_range: "10.1.1.221/30"
              
            Upgrade izPBX
            Shelldot img3Lines of Code : 7dot img3License : Strong Copyleft (GPL-3.0)
            copy iconCopy
            cd /opt/izpbx
            git checkout main
            git pull
            git fetch --tags --all -f
            git checkout tags/$(git tag | sort --version-sort | tail -1)
            
            docker-compose pull
            docker-compose up -d
              

            Community Discussions

            No Community Discussions are available at this moment for izpbx.Refer to stack overflow page for discussions.

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install izpbx

            If the mariadb database version was changed, rememeber to update tables schema with command source .env ; docker exec -it izpbx-db mysql_upgrade -u root -p$MYSQL_ROOT_PASSWORD. Open FreePBX Web URL and verify if exist any modules updates from FreePBX Menù: Admin --> Modules Admin --> Check Online --> Upgade all --> Process.
            Upgrade the version of izpbx by downloading a new tgz release, or changing image tag into docker-compose.yml file (from git releases page, verify if upstream docker compose was updated), or if you cloned directly from GIT, use the following commands as quick method:
            Upgrade the izpbx deploy with: (NB. First verify if docker-compose.yml and default.env was updated a make the same changes in your .env file)
            If the mariadb database version was changed, rememeber to update tables schema with command source .env ; docker exec -it izpbx-db mysql_upgrade -u root -p$MYSQL_ROOT_PASSWORD
            Open FreePBX Web URL and verify if exist any modules updates from FreePBX Menù: Admin --> Modules Admin --> Check Online --> Upgade all --> Process
            FreePBX will be installed into persistent data dir on initial deploy only (when no installations already exist). Successive container updates on the same release (example from 18.15.1 to 18.15.2) will not upgrade the FreePBX Framework (only Asterisk engine will be updated).
            Automatic upgrade using izPBX container release (example, switching from 18.15.x to 18.16.x release)
            Manual upgrade using FreePBX Upgrader tool

            Support

            FOP2 useful commands: NB. define interface name to associate the license, for example: eth0. FOP2 is running in Demo mode because the license is invalid. FreePBX is slow to reload (https://issues.freepbx.org/browse/FREEPBX-20559).
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            CLONE
          • HTTPS

            https://github.com/ugoviti/izpbx.git

          • CLI

            gh repo clone ugoviti/izpbx

          • sshUrl

            git@github.com:ugoviti/izpbx.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link