한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


https://sillycodes.com/installing-rtpengine-on-ubuntu-1404/



Installing RTPEngine on Ubuntu 14.04:

First of all Clone the RTPengine project from GitHub. To clone the RTPengine use below command.

apt-get install git
git clone https://github.com/sipwise/rtpengine.git rtpengine

git clone https://github.com/sipwise/rtpengine.git rtpengine
Cloning into ‘rtpengine’…
remote: Counting objects: 6575, done.
remote: Total 6575 (delta 0), reused 0 (delta 0), pack-reused 6575
Receiving objects: 100% (6575/6575), 1.90 MiB | 0 bytes/s, done.
Resolving deltas: 100% (4798/4798), done.
Checking connectivity… done.

Then enter into rtpengine directory and run ./debian/flavors/no_ngcp in order to remove any NGCP dependencies.

cd rtpengine
./debian/flavors/no_ngcp

Then we need to run the dpkg-buildpackage command. But I got lot of dependencies.. here is the list.

dpkg-buildpackage

dpkg-buildpackage
………
Unmet build dependencies: debhelper (>= 5) iptables-dev (>= 1.4) libcurl4-openssl-dev | libcurl4-gnutls-dev | libcurl3-openssl-dev | libcurl3-gnutls-dev libglib2.0-dev (>= 2.30) libpcre3-dev libxmlrpc-c3-dev (>= 1.16.07) | libxmlrpc-core-c3-dev (>= 1.16.07) markdown
dpkg-buildpackage: warning: build dependencies/conflicts unsatisfied; aborting
dpkg-buildpackage: warning: (Use -d flag to override.)

Let’s Install dependencies one by one.

apt-get install debhelper
apt-get install iptables-dev
apt-get install libcurl4-openssl-dev
apt-get install libpcre3-dev libxmlrpc-core-c3-dev
apt-get install markdown

Then try to build RTPengine once again.
dpkg-buildpackage

Now I got one more dependency libglib2.0-dev. so let’s install this one also
apt-get install libglib2.0-dev

Now once again try to build RTP Engine.
dpkg-buildpackage

Success! Build Completed, Few .deb files are created in the parent directory(use cd .. ).
Let’s Install those deb files..

cd ..
dpkg -i ngcp-rtpengine-daemon_4.1.0.0+0~mr4.1.0.0_amd64.deb
dpkg -i ngcp-rtpengine-iptables_4.1.0.0+0~mr4.1.0.0_amd64.deb
dpkg -i ngcp-rtpengine-dbg_4.1.0.0+0~mr4.1.0.0_amd64.deb
dpkg -i ngcp-rtpengine-dev_4.1.0.0+0~mr4.1.0.0_all.deb

Note: .deb file name may varies with version. 

if you want to install Kernel module then you need to install the dkms package so first install dkms package then install the Kernel module.

apt-get install dkms
dpkg -i ngcp-rtpengine-kernel-dkms_4.1.0.0+0~mr4.1.0.0_all.deb

Now Installation is completed need to run the rtp engine. We need to edit the /etc/default/ngcp-rtpengine-daemon file..

Configuring RTPEngine:

So edit that file to suit your Environment.

RUN_RTPENGINE=yes
LISTEN_TCP=25060
LISTEN_UDP=12222
LISTEN_NG=22222
LISTEN_CLI=9900
INTERFACES=”x.xx.xx.xx”
LOG_LEVEL=6

Running RTPEngine:

Now start the rtpengine using above init script.

/etc/init.d/ngcp-rtpengine-daemon restart
or
rtpengine –interface=192.168.18.20 –listen-ng=127.0.0.1:22222  -m 30000 -M 35000

Check if rtpengine started or not by running below command

ps -ef | grep ngcp-rtpengine

That’s It.. you successfully installed RTPEngine on Debian Ubuntu 14.04. It is ready to accept the requests from Kamailio and Opensips and also configure your kamailio or opensips RTPENGINE_SOCK parameter properly.

If you got any problem, Feel free to drop a comment.

Venkatesh Macha

Hi Guys, I am Venkatesh Macha. Founder of SillyCodes. I am a programmer, Presently working as a Software Engineer in Hyderabad. I love Linux and Open Source. Apart from that, I love to explore new technologies and things.

YOU MAY ALSO LIKE...

7 RESPONSES

  1. We also need
    apt-get install libavfilter-dev
    apt-get install libjson-glib-dev

  2. Hi,

    Thank a lot for the tutorial, really well done. I have installed it successfully, but running into a problem when running it. It gives an error as: CRIT: Fatal error: Bad command line: Key file does not have group 'rtpengine'

    Any ideas ? 
    Cheers.

  3. Need apt-get install libpcap0.8-dev also

  4. We need apt-get install libevent-dev also.

  5. Stefano

    It's works for 16.04 LTS too. Great guide!

  6. we need apt-get install libhiredis-dev also.

  7. Perfect ! Thank you for this howto




조회 수 :
34352
등록일 :
2017.09.05
17:38:17 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3311795&act=trackback&key=108
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3311795
List of Articles
번호 제목 글쓴이 조회 수 추천 수 날짜
112 Opensips 2.32 download admin 20868   2017-09-01
 
111 OpenSIPS 2.3 install admin 26333   2017-09-01
 
110 JsSIP: The JavaScript SIP Library admin 22560   2017-09-01
 
109 WebSocket Transport using OpenSIPS admin 25945   2017-09-01
 
108 A2Billing and OpenSIPS – Part 1 admin 33721   2017-08-29
 
107 A2Billing and OpenSIPS – Part 2 admin 35694   2017-08-29
 
106 A2Billing and OpenSIPS – Part 3 admin 23237   2017-08-29
 
105 OpenSIPS 2.3 philosophy admin 23271   2017-08-17
 
104 The timeline for OpenSIPS 2.3 is admin 24451   2017-08-17
 
103 OpenSIPS Control Panel and Homer integration admin 44602   2017-08-17
 
102 Opensips sip capture re designed admin 22964   2017-07-16
 
101 WebRTC with OpenSIPS WebSocket is a protocol provides full-duplex admin 35528   2015-04-04
 
100 WebSocket Support in OpenSIPS 2.1 admin 33848   2015-04-04
 
99 OpenSIPS 2.1 (rc) is available, download now! admin 27221   2015-03-22
 
98 Service Provision Using Asterisk & OpenSIPS - AstriCon 2014 admin 35475   2015-02-25
 
97 SIP Signaling-Messages OpenSIPS Running On Multicore Server file admin 43276   2014-11-02
 
96 opensips.cfg for Asterisk admin 39001   2014-10-20
 
95 A2Billing and OpenSIPS config admin 39631   2014-10-20
 
94 Jitsi Videobridge meets WebRTC admin 46671   2014-10-18
 
93 A Survey of Open Source Products for Building a SIP Communication Platform admin 41307   2014-10-18
 
92 Script Function , Module Index v1.11 함수 모듈 opensips admin 37227   2014-10-14
 
91 Opensips TM module enables stateful processing of SIP transactions admin 46832   2014-10-04
 
90 kamailio.cfg configuration Example admin 38353   2014-10-04
 
89 opensips NAT Traversal Module admin 38620   2014-10-02
 
88 UAC Registrant Module admin 40607   2014-09-28
 
87 MediaProxy 2.3.x & OpenSIPS 1.5.x Integration admin 41443   2014-08-24
 
86 RTPPROXY Admin Guide admin 42650   2014-08-24
 
85 CANCEL MESSAGE not handled correctly admin 40190   2014-08-23
 
84 [Sipdroid] SIP data collection study tour admin 40681   2014-08-23
 
83 [OpenSIPS-Users] Opensips 1.10 NAT radius aaa admin 37873   2014-08-23