한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


https://github.com/antonraharja/book-opensips-101/blob/master/content/5.2.%20GUI%20for%20OpenSIPS%20opensips-cp.mediawiki


http://opensips-cp.sourceforge.net/



Alternative to SerMyAdmin, more into admin tools rather than user management, is opensips-cp, OpenSIPS Control Panel.

OpenSIPS Control Panel offers management to multiple OpenSIPS servers.

URL: http://opensips-cp.sourceforge.net

Download and extract opensips-cp:

 cd /root/src/opensips
 wget -c "http://downloads.sourceforge.net/project/opensips-cp/opensips-cp/5.0/opensips-cp_5.0.tgz?r=http%3A%2F%2Fsourceforge.net%2Fprojects%2Fopensips-cp%2Ffiles%2Fopensips-cp%2F5.0%2F&ts=1371700243&use_mirror=nchc" -O opensips-cp_5.0.tgz
 tar -zxf opensip-cp_5.0.tgz
 ls

Prepare server, we need to install LAMP (assumed we are using local MySQL server):

 apt-get install apache2 php5 php5-cli php5-mysql php5-xmlrpc php-pear php-mdb2-driver-mysql php-log
 /etc/init.d/apache2 restart

Copy web files to web directory:

 cd /root/src/opensips/5.0
 mkdir -p /var/www/cp
 cp -rR web config /var/www/cp/
 chown www-data:www-data -R /var/www/cp

Setup database for opensips-cp:

 cd /root/src/opensips/5.0
 mysql -uroot -p opensips < config/tools/admin/add_admin/ocp_admin_privileges.mysql
 echo "INSERT INTO ocp_admin_privileges (username,password,ha1,available_tools,permissions) values ('admin','admin',md5('admin:admin'),'all','all');" | mysql -uroot -p opensips

Update db.inc.php to suit your database server setups:

 vi /var/www/cp/config/db.inc.php

By default opensips-cp will save subscriber password in plain text, we have to change this. What we want is the password not in plain text format. Edit local.inc.php and update value of $config->passwd_mode from 0 to 1. Value 1 will make opensips-cp calculate hash ha1 and ha1b, and save it in database.

 vi /var/www/cp/config/tools/users/user_management/local.inc.php

More configurations are stored in every "inc" files in /var/www/cp/config and its sub-directories. We might need to edit boxes.global.inc.php to suit our server installations:

 vi /var/www/cp/config/boxes.global.inc.php

Browse: http://your_opensips-cp_server_IP/cp/web/

Login with default user admin and password is admin.

--
Anton Raharja
http://www.antonraharja.com

조회 수 :
96084
등록일 :
2014.03.06
18:54:53 (*.251.139.148)
엮인글 :
http://webs.co.kr/index.php?document_srl=38967&act=trackback&key=f19
게시글 주소 :
http://webs.co.kr/index.php?document_srl=38967
List of Articles
번호 제목 글쓴이 조회 수 추천 수 날짜sort
141 Problem with presence_xml module Opensips 1.9 admin 47768   2014-03-06
 
140 How to install OpenSIPS on CentOS debian module add xcap admin 45779   2014-03-06
 
139 MediaProxy Installation Guide admin 181114   2014-03-06
 
138 rtpproxy Module admin 38548   2014-03-06
 
» OpenSIPS Control Panel install guide admin 96084   2014-03-06
https://github.com/antonraharja/book-opensips-101/blob/master/content/5.2.%20GUI%20for%20OpenSIPS%20opensips-cp.mediawiki http://opensips-cp.sourceforge.net/ Alternative to SerMyAdmin, more into admin tools rather than ...  
136 OpenSIPS Control Panel (OCP) Installation Guide admin 279726   2014-03-06
 
135 Installing RTPproxy Start RTPproxy in Bridged mode very good admin 102582   2014-03-07
 
134 Building Telephony Systems with OpenSIPS 1.6 RTPProxy + OpenSIPS 1.7 admin 40378   2014-03-07
 
133 RTPproxy Frequentry Asked Questions (FAQ) ¶ admin 175532   2014-03-07
 
132 Using the openSIPS Registrant Module admin 52265   2014-03-09
 
131 Kamailo OpenSIPs installation on Debian admin 82447   2014-03-09
 
130 opensips-1.10.0_src.tar.gz experimental source code documentation admin 37784   2014-03-09
 
129 Where to check OpenSIPS does not start? admin 42900   2014-03-09
 
128 book-opensips-101 / content / 3.2. SIP TLS Secure Calling.mediawiki admin 42417   2014-03-12
 
127 The Impact of TLS on SIP Server Performance file admin 41920   2014-03-12
 
126 OpenSIPS configuration for 2 or more FreeSWITCH installs admin 74799   2014-03-12
 
125 Conference Support in Kamailio (OpenSER) admin 85660   2014-03-12
 
124 SIP PBX - OpenSIPS and Asterisk configuration admin 162649   2014-03-12
 
123 telepresence: Open Source SIP Telepresence/MCU admin 181077   2014-03-12
 
122 Ekiga (formely known as GnomeMeeting) is an open source SoftPhone admin 42057   2014-03-12
 
121 SIPSorcery admin 43917   2014-03-18
 
120 Video conference server OpenMCU-ru - Introduction admin 54438   2014-04-01
 
119 2013 2012년 분야별 최고의 오픈소스 소프트웨어 124선 admin 63119   2014-04-05
 
118 SigIMS IMS Platform admin 37856   2014-05-24
 
117 opensips 1.11.2 install guide good 인스톨 가이드 admin 44459   2014-08-09
 
116 fusionPBX install debian wheezy admin 38310   2014-08-09
 
115 opensips 1.11.2 install Good Giide admin 66507   2014-08-09
 
114 Installation and configuration process record opensips 1.9.1 admin 95196   2014-08-09
 
113 OpenSIPS Installation Notes admin 47438   2014-08-09
 
112 Opensips Installation, How to. Good guide wiki page admin 36414   2014-08-10