GithubHelp home page GithubHelp logo

antonraharja / voip-id Goto Github PK

View Code? Open in Web Editor NEW
23.0 23.0 26.0 6.82 MB

VoIP ID is a Free and Open Source Software to build a hosted VoIP server or hosted IPPBX service. The project is just started, we hope that we can maintain it properly to continuously powers Telepon Rakyat (http://teleponrakyat.id) Indonesia cloud VoIP service server.

License: GNU Affero General Public License v3.0

PHP 58.03% Shell 1.25% CSS 10.24% JavaScript 8.68% HTML 20.79% TSQL 0.53% PLpgSQL 0.48%

voip-id's Introduction

VoIP ID

VoIP ID is a Free and Open Source Software to build a hosted VoIP server or hosted IPPBX service.

The project is just started, we hope that we can maintain it properly to continuously powers Telepon Rakyat Indonesia cloud VoIP service server.

Info Value URL
Update N/A
Version N/A
Project VoIP ID http://github.com/antonraharja/voip-id
Founder Anton Raharja http://antonraharja.com
Developer Yuliana Rahman http://rahman.web.id
Developer Asoka Wardhana http://asokawardhana.web.id
Developer Rolly M. Awangga http://awangga.net
License Affero GPLv3 http://www.gnu.org/licenses/agpl-3.0.html
Laravel 4.1.26 http://laravel.com
Twitter Bootstrap 3.1.1 http://getbootstrap.com
Composer dev http://getcomposer.org

Please note that another open project has been setup to accompany this project, it is a book writing project for VoIP ID. Visit VoIP ID Book Project for how to install, use and other stuffs related to VoIP ID and Telepon Rakyat.

voip-id's People

Contributors

antonraharja avatar asokawardhana avatar awangga avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

voip-id's Issues

Error Migration 2014_03_26_162639_create_db_table line 19

PHP Parse error: syntax error, unexpected '->' (T_OBJECT_OPERATOR) in /opt/git/voip-id/app/database/migrations/2014_03_26_162639_create_db_table.php on line 19

writed:

$table->string('im_username', 255);->nullable();
$table->string('im_password', 255);->nullable();

Must be like this:

$table->string('im_username', 255)->nullable();
$table->string('im_password', 255)->nullable();

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.