한국어

소프트스위치

온누리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.



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
  1. User to run as
USER=opensips
  1. Group to run as
GROUP=opensips
  1. 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"
  1. 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")
  1. ----- 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
Created by: lucasalesampaio, Last modification: Thu 12 of Mar, 2009 (12:00 UTC)


조회 수 :
36041
등록일 :
2014.08.10
07:29:15 (*.160.88.200)
엮인글 :
http://webs.co.kr/index.php?document_srl=191036&act=trackback&key=718
게시글 주소 :
http://webs.co.kr/index.php?document_srl=191036
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
81 opensips complete configuration example admin 2017-12-10 41386
80 The Impact of TLS on SIP Server Performance file admin 2014-03-12 41537
79 SIP Signaling-Messages OpenSIPS Running On Multicore Server file admin 2014-11-02 41563
78 Ekiga (formely known as GnomeMeeting) is an open source SoftPhone admin 2014-03-12 41619
77 Opensips Modules Documentation admin 2014-08-18 41751
76 OpenSIPS Module Interface admin 2017-12-07 41835
75 2017 08 31 opensips 2.32 install debian8.8 module install compile err modules admin 2017-09-04 41941
74 Building Telephony Systems with OpenSIPS 1.6 books file admin 2014-03-06 41976
73 book-opensips-101 / content / 3.2. SIP TLS Secure Calling.mediawiki admin 2014-03-12 42011
72 Where to check OpenSIPS does not start? admin 2014-03-09 42509
71 OpenSIPS Control Panel and Homer integration admin 2017-08-17 42510
70 MediaProxy wiki page install configuration admin 2014-08-11 42725
69 SIPSorcery admin 2014-03-18 43548
68 The FreeRADIUS Project admin 2011-12-14 43611
67 Open Source VOIP applications, both clients and servers. admin 2013-11-20 43770
66 opensips 1.11.2 install guide good 인스톨 가이드 admin 2014-08-09 44080
65 How to install OpenSIPS on CentOS Debian etc admin 2014-03-05 44414
64 Using TLS in OpenSIPS v2.2.x admin 2017-09-14 44502
63 Jitsi Videobridge meets WebRTC admin 2014-10-18 44648
62 OpenSIPS command line tricks admin 2017-09-13 44716
61 The SIP Router Project admin 2013-04-06 44833
60 Opensips TM module enables stateful processing of SIP transactions admin 2014-10-04 44945
59 the OpenSIPS Project OpenSIP admin 2011-12-14 45115
58 How to install OpenSIPS on CentOS debian module add xcap admin 2014-03-06 45421
57 Asterisk Installation Asterisk Realtime configuration admin 2013-04-06 45553
56 OpenSIPS routing logic admin 2017-12-12 45955
55 Using TLS in OpenSIPS v2.2.x configuration admin 2017-09-04 46849
54 OpenSIPS Installation Notes admin 2014-08-09 47062
53 Problem with presence_xml module Opensips 1.9 admin 2014-03-06 47416
52 Many OPENSIPS Configuration Examples This will Help you admin 2014-08-23 48605