Hi - We currently have an extremely crappy VOIP provider and want to bring the system in-house. We have a two man tech team (one programmer, one system guy). We have 20 employees across 4 offices.
Here is what I think i need. I hope that you can fill in the blanks:
- One main linux/apache/mysql/php server in a colo facility, running Asterisk (or similar)
- a trixbox server at each branch office (is this necessary?)
...
We have an extensive investment in home telehealth equipment with a large patient base using pots videophones and store forward devices and need to accommodate patients with bundled VoIP service. Desirable connection speed with pots is 21kbps with v.34 modems. — Does anyone know of a method / adapter similar to current VoIP ATA's that could be used to support an endpoint with VoIP? — Can the modems be updated to T-38 without sacrificing transmission speed?
I am new to yate . I have registered account in yate client .i have created two extension and made a call .But i cant able to record the conversation between the users. what is the procedure for recording in the yate clients . so any body help me regarding with the process.
Hello, has anyone set up a simple asterisk system with 2 asterisks servers on 2 different subnets? My goal is to call an extension (2000) on 192.168.0.1 from extension (3000) in subnet 192.168.1.1. I would like to use sip. all I want to accomplish is calling between subnets in both directions. I do not have nat nor do I require an ISP. I am on an internal network with subnets. Anyone have sample sip.conf and extensions.conf files? Really simple ones, or files I can use parts that are needed.
I would like these to work:
(sip.conf on serverb;servera would have swapped a to b)
servera type=peer
...
Comments
333mysql.so module is not loading...?
i am installing ser-0.9.6 with mysql 4.0.26 i am able to itsall mysql and ser but when i am trying to locate mysql.so its not lacating.
i am installing mysql like this
cd /usr/local
wget http://mirror.services.wisc.edu/mysql/Downloads/MySQL-4.0/mysql-4.0.26.tar.gz
gunzip mysql-4.0.26.tar.gz
tar xvf mysql-4.0.26.tar
cd mysql-4.0.26
userdel mysql
groupadd mysql
useradd -g mysql mysql
./configure --prefix=/usr/local/mysql --enable-large-files --enable-shared=yes
make && make install
scripts/mysql_install_db
chown -R root /usr/local/mysql
chown -R mysql /usr/local/mysql/var
chgrp -R mysql /usr/local/mysql
cp support-files/my-medium.cnf /etc/my.cnf
vi /etc/rc.d/rc.local
/usr/local/bin/rtpproxy
export SIP_DOMAIN=" globe7.com"
/usr/local/sbin/ser
/usr/local/mysql/bin/mysqld_safe --user=mysql &
tar -zxvf ser-0.9.6
cd ser-0.9.6
make
make install
but i am not able to install mysql.so module please please can anybody give me the procedure how to install becouse i am new to this ser and mysql
please give breafly notes so tha i can go ahead
thanx
prabhakar