한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


OpenSIPS Control Panel and Homer integration

https://blog.opensips.org/2017/08/02/opensips-control-panel-and-homer-integration/

imgpsh_fullsizeThere are several articles and examples showing how to integrate Homer and OpenSIPS for SIP tracing/capturing purposes – capturing SIP, log, REST queries, network data, Management commands and more. This is an integration at data exchange level.

But an integration is also possible at the Web portal level – to integrate the Homer portal into the OpenSIPS Control Panel, the OpenSIPS provisioning interface.

Why? To get fast control over your whole system, with a single login. Why login and check two web interfaces, when you can have only one.

The OpenSIPS Control Panel 7.2.3, matching OpenSIPS 2.3, can integrate the Homer portal as an internal tool.

CP_Homer_dashboard

Nice, isn’t it?

The integration is done with full security consideration (the two web portals are performing cross authentication via REST APIs) and with no loss in functionality.

So, how can you can set this up?

OpenSIPS Control Panel configuration

First, be sure you have the Homer tool enabled in your OpenSIPS Control Panel installation. In the config/modules.inc.php file, in the $config_modules array, in the “system” section, for the “homer” entry, be sure you have set “enabled” => true.

After that, you need to configure the Homer tool, to be able to talk to the Homer portal. In the config/tools/system/homer/local.inc.php file you need to set a couple of options:

  • $homer_URL – this is the HTTP URL pointing the Homer portal
  • $homer_auth_method – the authentication method against Homer; the easiest and most flexible is the “get” method.

Homer configuration

For Homer, all the changes to be done are in the api/preferences.php file.

First of all, switch the authentication engine from “Internal” (via passwords) to “External” (via API):

define(‘AUTHENTICATION’,”External”);

Then configure the External Authentication engine as follows:

/*********[EXTERNAL AUTH ]********/
define(‘EXTERNAL_AUTH_URI’, “http://10.0.0.10/cp/tools/system/homer/auth.php”);
define(‘EXTERNAL_AUTH_METHOD’, “GET”);
define(‘EXTERNAL_AUTH_PARAM’, “param=KEY”);
define(‘EXTERNAL_AUTH_REQUEST_TYPE’, “get”);
define(‘EXTERNAL_AUTH_REQUEST_KEY’, “externalid”);
define(‘EXTERNAL_AUTH_POSITIVE_REPLY’, “200”);
define(‘EXTERNAL_AUTH_REPLY_USER_INFO’, “json”);

The only custom option is the EXTERNAL_AUTH_URI which is an HTTP URL pointing back to your OpenSIPS Control Panel installation – this must be constructed as

http://OCP_HOST/OCP_PATH/tools/system/homer/auth.php

where http://OCP_HOST/OCP_PATH is the HTTP URL you normally use to access your OpenSIPS Control Panel login page.

And you are done!

Note that you will not be able to login anymore into Homer portal via username and password.

Results

The result is a handy way to check CDRs, ongoing dialog, traces, everything, under the same umbrella.

CP_Homer_callflow

Even more, if the Homer tool is present, the CDRviewer tool in OpenSIPS Control Panel (for listing the CDRs) will automatically generate a link from the SIP call-ID value of the CDR to the call flow in Homer – with a single click you can view the call flow for a given CDR.

CP_Homer_cdrviewer.png

Enjoy it!

 

조회 수 :
42363
등록일 :
2017.08.17
10:07:43 (*.160.88.18)
엮인글 :
http://www.webs.co.kr/index.php?document_srl=3310654&act=trackback&key=160
게시글 주소 :
http://www.webs.co.kr/index.php?document_srl=3310654
List of Articles
번호 제목 글쓴이 날짜 조회 수
141 opensips configuration config explain easy basic 오픈쉽스 컨피그레이션 기본 설명 file admin 2017-12-07 21387
140 openssl 을 이용한 인증서 생성 절차를 정리한다. 개인키 CSR SSL 인증서 파일 생성 admin 2017-09-14 23196
139 Documentation -> Tutorials -> TLS opensips.cfg admin 2017-09-14 24230
138 Using TLS in OpenSIPS v2.2.x admin 2017-09-14 44315
137 opensips tls cfg admin 2017-09-14 29358
136 How to setup a Jabber / XMPP server on Debian 8 (jessie) using ejabberd admin 2017-09-13 123376
135 SIP to XMPP Gateway + SIP Presence Server opensips admin 2017-09-13 51681
134 OpenSIPS command line tricks admin 2017-09-13 44556
133 Fail2Ban Freeswitch How to secure admin 2017-09-12 60829
132 opensips.cfg. sample admin 2017-09-12 23725
131 Advanced SIP scenarios with Event-based-Routing admin 2017-09-11 32755
130 PUSH SERVER 푸시서버 안드로이드 애플 admin 2017-09-11 207559
129 오픈소스 (사내)메신저 서버 구축, 오픈 파이어(openfire) 설치방법과 세팅(리눅스 기준) admin 2017-09-09 71631
128 rtpengine config basic and opensips configuration and command admin 2017-09-06 52988
127 WebSocket Transport using OpenSIPS configuration 웹 소켓 컨피그레이션 기본 admin 2017-09-06 20574
126 OpenSIPS basic configuration script 기본 컨피그 admin 2017-09-05 104502
125 rtpengine install and config admin 2017-09-05 58044
124 Installing RTPEngine on Ubuntu 14.04 admin 2017-09-05 31811
123 compile only the textops module make modules=modules/textops modules admin 2017-09-05 18699
122 opensips command /sbin/opensipsctl detail admin 2017-09-04 124230
121 2017 08 31 opensips 2.32 install debian8.8 module install compile err modules admin 2017-09-04 41736
120 Build-Depends debian 8.8 opensips 2.3 admin 2017-09-04 64002
119 What is new in 2.3.0 opensips admin 2017-09-04 244172
118 ubuntu 安装配置opensips,rtpproxy,mediaproxy admin 2017-09-04 23345
117 How to install Mediaproxy 2.5.2 on CentOS 6 64 bit admin 2017-09-04 142691
116 Using TLS in OpenSIPS v2.2.x configuration admin 2017-09-04 46697
115 How to 2.3 download , OpenSIPS new apt repository. DEBs for Debian / Ubuntu admin 2017-09-02 18390
114 You can install CDRTool in the following ways: admin 2017-09-01 19944
113 How to Install OpenSIPS 2.1.2 Server on Ubuntu 15.04 admin 2017-09-01 26062
112 Opensips 2.32 download admin 2017-09-01 17809