Generic selectors
Exact matches only
Search in title
Search in content
Post Type Selectors

a real free billing for prepaid card

Viewing 9 posts - 1 through 9 (of 9 total)
  • Author
    Posts
  • #30100
    PESHAO
    Guest

    1: i dont speak english, i speak spanish…so sorry if i write wrong.

    2: i represent to all people who try to start a business with a big Effort and a few money. but always we have to thing that “The knowledge is paid”. don´t abuse

    3: this solutions work with quintum because i have ones. :), but maybe work with cisco or other gws too (really billing is the important thing)

    4: the solution have some limitations, but is free :). the most important thing is….NO USER LIMIT, NO PIN GENERATIONS LIMIT AND WORK WITH A ANALOG AND DIGITAL GWS.

    5: LOT PEOPLE WORK HERE, IN FACT I AM VERY GRATEFUL TO DEVELOPERS OF IBS…;)

    FINALLY IF YOU WANT TO PAY FOR A BILLING….BE SURE THAT SUPPORT WILL BE GREAT…IT IS WHAT REALLY IS PAID.

    now a will post step by step….:P

    #30101
    INTRO
    Guest

    YOU HAVE TO SPENT A LITTLE TIME READING ABOUT IBS IN http://ibs.sourceforge.net

    HERE YOU CAN SEE WHAT IBS DO. I CAN EXPLAINT MORE BECAUSE THAT IS THE 4 TIME THAT I TRY TO POST AND THIS FORUM DONT LET ME BECAUSE SAY ME “THIS FORUM IS TECHNICAL” 🙁

    #30102
    INSTALL
    Guest

    1. THAT IS FREE…SO YOU HAVE TO SPEND IN A GOOD PC. REMEMBER….PC IS THE LIMITATION..IBS

    Installation guide

    This Installation guide is written mainly for redhat 8/9, fedora core 1
    Installation on other distributions should be similar

    1. Checkout/Export/Copy IBS source in /usr/local
    (ibs must be in /usr/local/ibs)

    Notes: I. You Need Python 2+ and PHP 4 (redhat 7.3 users will need to compile python themselves)
    II. You need PyGreSQL: http://www.druid.net/pygresql/
    (if you compile python yourself or your distribution doesn’t have it)

    ##############################################################
    2. IBS Interface
    Notes:
    I. php must be enabled!
    II. if you encounter problems with interface shows variables instead of values
    try “short_open_tag = On” and “asp_tags = On” in php.ini

    A. Put this line in your httpd.conf:
    Alias /ibs “/usr/local/ibs/interface/ibs/”

    B. Reload httpd configuration

    ex. “service httpd reload”

    #############################################################
    3. Run “/usr/local/ibs/sc/setup.sh” as root

    The script do the following jobs:
    -Create log directory (/var/log/ibs)
    -Copy ibs service file to /etc/init.d (it works for Redhat only, non Redhat distro.
    can use /usr/local/ibs/ibs.py to start ibs and killall ibs.py to stop it)
    -Ask you for “system” admin password and create /usr/local/ibs/db/myconf.db

    ##############################################################
    4. postgresql configuration
    Notes:
    I. If you have another configuration. just let ibs connect to it’s db

    A. put these lines at top of /var/lib/pgsql/data/pg_hba.conf

    local ibs all md5
    host ibs all 127.0.0.1 255.255.255.255 md5

    B. Restart Postgresql service
    service postgresql restart

    C. Create IBS Database and run scripts
    su – postgres

    createuser -P ibs
    (enter ibsdbpass as password, or enter a new password and change /usr/local/ibs/defs.py DB_PASSWORD variable)

    createdb ibs

    psql -U ibs ibs
    (in psql prompt)
    \i /usr/local/ibs/db/db.sql
    \i /usr/local/ibs/db/defaults.sql
    \i /usr/local/ibs/db/myconf.sql

    ###########################################################
    5. Start ibs service
    service ibs start

    ###########################################################
    6. Add rases
    A. launch your browser
    B. http://localhost/ibs
    C. login with username: system
    password: what you entered in setup.sh

    D. in reports section choose list rases
    you can add rases here

    -Add rases with snmp community and radius secret key
    -Add correspoding port

    #30103
    APACHE
    Guest

    !!!!APACHE MUST BE INSTALL!!!!
    LOOK FOR INFO ABOUT THIS.

    Apache Authentication using IBS

    You can set your apache to authenticate users using IBS admins username/password
    Note that admins must have “Admin – Allow administrator to enter admins special area.” Permission or be “GOD”
    Only Apache 2.0 is supported now.

    1- Compile mod_auth_external that included with ibs for your apache (2.0 supported only)
    mod_auth_external.c and ibs-client.c is in client directory under IBS root

    apxs -c mod_auth_external.c
    apxs -i -a mod_auth_external.la

    refer to http://www.unixpapa.com/mod_auth_external.html mod_auth_external website for more information
    on howto compile

    2- Put these lines in Apache httpd.conf

    LoadModule external_auth_module modules/mod_auth_external.so

    AddExternalAuth ibs_admin IBS_ADMIN:
    SetExternalAuthMethod ibs_admin function

    3- Put these lines in .htaccess file in directory you want to be password protected

    AuthType Basic
    AuthName “Admins Area”
    AuthExternal ibs_admin
    require valid-user

    Don’t forget to let that directory override auth config by adding something like this to httpd.conf

    AllowOverride AuthConfig
    Options None

    #30104
    We are going to work now
    Guest

    WELL FRIENDS….. THE ONE THAT DOES NOT KNOW LINUX…. look for SOMEONE WHO KNOWS AND start….once do this steps you can continue.

    Ibs should be installed but not ready yet…..

    #30105
    Coffee break
    Guest

    I want to apologize now with Teodor Georgiev for my previous answers in other messages. Only I want to say to him that not because he should know very much about voip he can be arrogant.

    EL QUE HABLE ESPAÑOL QUE LO DIGA PORQUE ME TIENE PODRIDO ESCRIBIR EN INGLES. 🙂

    #30106
    Wilson Boyrie
    Guest

    De Argentina o Uruguay los muchachos??????

    For those that speak only english, the question is if the poster is from Argentina or Uruguay.

    Lets see how close I got with the guess.

    Wilson Boyrie.
    Houston, USA.

    #30107
    peshao
    Guest

    de chile….con buenos amigos uruguayos….jejejeje 😉

    #30108
    Wilson Boyrie
    Guest

    Peshao, do you have a e-mail or phone number in Chile???

    I will like to get in touch.

    Wilson Boyrie
    Houston, Texas.

Viewing 9 posts - 1 through 9 (of 9 total)
  • The forum ‘Voice over IP’ is closed to new topics and replies.