한국어

소프트스위치

온누리070 플레이스토어 다운로드
    acrobits softphone
     온누리 070 카카오 프러스 친구추가온누리 070 카카오 프러스 친구추가친추
     카카오톡 채팅 상담 카카오톡 채팅 상담카톡
    
     라인상담
     라인으로 공유

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


http://www.voip-info.org/wiki/view/Opensips+Installation,+How+to.



First i have to say, i am sorry for my bad english, but was really hard to find out a good tutorial for opensips installation, so i made this one and i want to share with the next people who will need this. i just got 3 or 4 days to make my first installation of opensips, and now with this tutorial, i can finish in about 15 minutes. =)


Starting:


apt-get update && apt-get upgrade

apt-get install build-essential openssl bison flex

apt-get install mysql-server libmysqlclient15off libmysqlclient-dev


Remember to create your sql root password


Now download the last version of opensips in the following site http://opensips.org/

cd /usr/src

wget http://opensips.org/pub/opensips/latest/src/opensips-1.4.4-tls_src.tar.gz #opensips-1.4.4-tls_src.tar.gz (atual version: 11/03/2009)


tar xvzf opensips-1.4.4-tls_src.tar.gz


cd opensips-1.4.4-tls


Compile the Opensips

we will compile Opensips with all available modules:


make all include_modules="db_mysql" modules


make install include_modules="db_mysql" modules


Now copy the files from the extracted directory to the followings:


cp /usr/src/opensips-1.4.4-tls/packaging/debian-etch/opensips.default /etc/default/opensips

cp /usr/src/opensips-1.4.4-tls/packaging/debian-etch/opensips.init /etc/init.d/opensips




Make the following changes in the files /etc/default/opensips:


vim /etc/default/opensips


RUN_OPENSIPS=yes

User to run as

USER=opensips

Group to run as

GROUP=opensips

Amount of memory to allocate for the running OpenSIPS server (in Mb)

MEMORY=128


Change also the file /etc/init.d/opensips:


vim /etc/init.d/opensips


Replace the line DAEMON=/usr/sbin/opensips to:

DAEMON=/usr/local/sbin/opensips


Give execution permission to the file:

chmod +x /etc/init.d/opensips


create the opensips user:

adduser opensips


Now create the dir:

mkdir /var/run/opensips


Configuring the Opensips:


We must change the file in /usr/local/etc/opensips/opensipsctlrc

vim /usr/local/etc/opensips/opensipsctlrc


And make the following change:

SIP_DOMAIN=localhost

DBENGINE=MYSQL

DBHOST=localhost

DBNAME=opensips

DBRWUSER=opensips

DBRWPW="opensipsrw"

DBROUSER=opensipsro

DBROPW=opensipsro

DBROOTUSER="root"

USERCOL="username"

INSTALL_EXTRA_TABLES=ask

INSTALL_PRESENCE_TABLES=ask

INSTALL_SERWEB_TABLES=ask

CTLENGINE="FIFO"

OSIPS_FIFO="/tmp/opensips_fifo"

PID_FILE=/var/run/opensips/opensips.pid



Now create the database:

opensipsdbctl create

This command will ask for the root mysql password.


Configuring Mysql support:


make the following changes in the opensips file configuration /usr/local/etc/opensips/opensips.cfg/:


vim /usr/local/etc/opensips/opensips.cfg

loadmodule "db_mysql.so"

loadmodule "auth.so"

loadmodule "auth_db.so"

modparam("usrloc", "db_mode", 0); #THIS LINE MUST TO BE COMMENTED

modparam("usrloc", "db_mode", 2)

modparam("usrloc", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")

----- auth_db params -----

/* uncomment the following lines if you want to enable the DB based authentication */

modparam("auth_db", "calculate_ha1", yes)

modparam("auth_db", "password_column", "password")

modparam("auth_db", "db_url", "mysql://opensips:opensipsrw@localhost/opensips")



Create the softphone user in the database:

opensipsctl add 1234 1234


opensipsctl add 5678 5678


Create the Opensips user in the Mysql:


mysql> GRANT ALL PRIVILEGES ON *.* TO opensips@localhost IDENTIFIED BY 'opensips';


GRANT ALL PRIVILEGES ON *.* TO opensips@127.0.0.1 IDENTIFIED BY 'opensips';


Starting OpenSIPS


There are two ways tho start the opensips:

Use just one of them;


1. /etc/init.d/opensips start | stop

2. opensipsctl start | stop


Finished instalation.


Now you can test using X-lite or your softphone registering with the created opensips user.


eg: the created opensips users;


Create teh softphone user in the database:

opensipsctl add 1234 1234 ## user and pass


opensipsctl add 5678 5678

조회 수 :
75138
등록일 :
2014.03.05
21:47:19 (*.251.139.148)
엮인글 :
http://webs.co.kr/index.php?document_srl=38932&act=trackback&key=266
게시글 주소 :
http://webs.co.kr/index.php?document_srl=38932
List of Articles
번호 제목 글쓴이 조회 수 추천 수sort 날짜
171 opensips basic route script configuration admin 6433   2023-08-13
 
170 Opensips Gateway between SIP and SMPP messages admin 265658   2019-02-19
 
169 smpp sms opensips admin 11188   2019-02-19
 
168 Busy Lamp Field (BLF) feature on Opensips 2.4.0 with Zoiper configuration admin 20772   2018-05-29
 
167 Documentation -> Tutorials -> WebSocket Transport using OpenSIPS admin 17326   2018-05-17
 
166 List of SIP response codes admin 41079   2017-12-20
 
165 opensips/modules/event_routing/ Push Notification Call pickup admin 13920   2017-12-20
 
164 opensips push notification How to detail file admin 24281   2017-12-20
 
163 OpenSIPS routing logic admin 45812   2017-12-12
 
162 OpenSIPS example configuration admin 17940   2017-12-12
 
161 opensips complete configuration example admin 41212   2017-12-10
 
160 Opensips1.6 ebook detail configuration and SIP signal and NAT etc file admin 71509   2017-12-10
 
159 dictionary.opensips radius admin 94407   2017-12-09
 
158 what is record_route() in opensips ? admin 23825   2017-12-09
 
157 what is loose_route() in opensips ? file admin 23176   2017-12-09
 
156 in opensips what is lookup(domain [, flags [, aor]]) admin 90577   2017-12-09
 
155 in opensips db_does_uri_exist() what is admin 17682   2017-12-09
 
154 in opensips what is has_totag() admin 21479   2017-12-09
 
153 opensips exec module admin 18132   2017-12-08
 
152 opensips push notification How to admin 20952   2017-12-07
 
151 OpenSIPS Module Interface admin 41672   2017-12-07
 
150 opensips configuration config explain easy basic 오픈쉽스 컨피그레이션 기본 설명 file admin 21402   2017-12-07
 
149 openssl 을 이용한 인증서 생성 절차를 정리한다. 개인키 CSR SSL 인증서 파일 생성 admin 23219   2017-09-14
 
148 Documentation -> Tutorials -> TLS opensips.cfg admin 24245   2017-09-14
 
147 Using TLS in OpenSIPS v2.2.x admin 44335   2017-09-14
 
146 How to setup a Jabber / XMPP server on Debian 8 (jessie) using ejabberd admin 123421   2017-09-13
 
145 SIP to XMPP Gateway + SIP Presence Server opensips admin 51698   2017-09-13
 
144 OpenSIPS command line tricks admin 44568   2017-09-13
 
143 Fail2Ban Freeswitch How to secure admin 60844   2017-09-12
 
142 opensips tls cfg admin 29371   2017-09-14