- This topic has 8 replies, 1 voice, and was last updated 19 years, 2 months ago by Wilson Boyrie.
-
AuthorPosts
-
6th September 2005 at 23:15 #30100PESHAOGuest
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
6th September 2005 at 23:43 #30101INTROGuestYOU 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” 🙁
6th September 2005 at 23:47 #30102INSTALLGuest1. 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 similar1. 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.iniA. 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 rootThe 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 dbA. 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 md5B. Restart Postgresql service
service postgresql restartC. Create IBS Database and run scripts
su – postgrescreateuser -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.shD. in reports section choose list rases
you can add rases here-Add rases with snmp community and radius secret key
-Add correspoding port6th September 2005 at 23:50 #30103APACHEGuest!!!!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 rootapxs -c mod_auth_external.c
apxs -i -a mod_auth_external.larefer to http://www.unixpapa.com/mod_auth_external.html mod_auth_external website for more information
on howto compile2- Put these lines in Apache httpd.conf
LoadModule external_auth_module modules/mod_auth_external.so
AddExternalAuth ibs_admin IBS_ADMIN:
SetExternalAuthMethod ibs_admin function3- Put these lines in .htaccess file in directory you want to be password protected
AuthType Basic
AuthName “Admins Area”
AuthExternal ibs_admin
require valid-userDon’t forget to let that directory override auth config by adding something like this to httpd.conf
AllowOverride AuthConfig
Options None7th September 2005 at 00:07 #30104We are going to work nowGuestWELL 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…..
7th September 2005 at 00:19 #30105Coffee breakGuestI 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. 🙂
7th September 2005 at 02:37 #30106Wilson BoyrieGuestDe 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.7th September 2005 at 02:59 #30107peshaoGuestde chile….con buenos amigos uruguayos….jejejeje 😉
8th September 2005 at 00:00 #30108Wilson BoyrieGuestPeshao, do you have a e-mail or phone number in Chile???
I will like to get in touch.
Wilson Boyrie
Houston, Texas. -
AuthorPosts
- The forum ‘Voice over IP’ is closed to new topics and replies.