한국어

소프트스위치

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

     페북공유

   ◎위챗 : speedseoul


  
     PAYPAL
     
     PRICE
     

pixel.gif

    before pay call 0088 from app


https://github.com/sipwise/rtpengine


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


http://www.opensips.org/Documentation/Tutorials-WebSocket-2-1


http://webs.co.kr/index.php?mid=sourceopen&document_srl=365288


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


cd rtpengine
./debian/flavors/no_ngcp


dpkg-buildpackage


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

apt-get install libavcodec-dev  libavfilter-dev libavformat-dev  libavresample-dev  libavutil-dev  libevent-dev  libglib2.0-dev  libjson-glib-dev libpcap0.8-dev  libpcap-dev


dpkg-buildpackage


apt-get install libglib2.0-dev


dpkg -i ngcp-rtpengine-daemon_5.5.0.0+0~mr5.5.0.0_amd64.deb

dpkg -i ngcp-rtpengine-iptables_5.5.0.0+0~mr5.5.0.0_amd64.deb

dpkg -i ngcp-rtpengine-dbg_5.5.0.0+0~mr5.5.0.0_amd64.deb

dpkg -i ngcp-rtpengine_5.5.0.0+0~mr5.5.0.0_all.deb


when you have error


apt-get -f install


dpkg -i ngcp-rtpengine*


edit the 

vim /etc/default/ngcp-rtpengine-daemon 

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


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

/usr/sbin/rtpengine -p /var/run/rtpengine.pid -i eth0/1.1.1.1 -n 127.0.0.1:60000 -c 127.0.0.1:60001 -m 50000 -M 55000 -E -L 7

/usr/sbin/rtpengine --table=0 --interface=10.64.73.31 --interface=2001:db8::4f3:3d \
--listen-udp=127.0.0.1:22222 --listen-ng=127.0.0.1:2223 --tos=184 \
--pidfile=/var/run/rtpengine.pid


/usr/sbin/rtpengine –interface=x.x.x.x  –listen-ng=127.0.0.1:22222  -m 30000 -M 35000


/usr/sbin/rtpengine -p /var/run/rtpengine.pid -i eth0/x.x.x.x -n 127.0.0.1:60000 -c 127.0.0.1:60001 -m 50000 -M 55000 -E -L 7


/usr/sbin/rtpengine --table=0 --interface=x.x.x.x  --listen-udp=127.0.0.1:22222 --listen-ng=127.0.0.1:2223 --tos=184 --pidfile=/var/run/rtpengine.pid


/usr/sbin/rtpengine --table=0 --interface=x.x.x.x  --listen-udp=127.0.0.1:2222 --listen-ng=127.0.0.1:2223 --tos=184 --pidfile=/var/run/rtpengine.pid



  • -i: the listening interface for RTP/SRTP
  • -n: the listening IP and port that is used by OpenSIPS to communicate with the RTPengine (NOTE: the rtpengine module only works with the rtpengine NG protocol, so you must use -n/--listen-ng; Using -u/--listen-udp or -l/--listen-tcp will not work!)
  • -c: the IP and port of the CLI - this is used to gather statistics for the RTP/SRTP sessions
  • -m, -M: both take an integer as argument and together define the local port range from which rtpengine will allocate UDP ports for media traffic relay. Default to 30000 and 40000 respectively.
  • -L: indicates the debugging level
조회 수 :
59522
등록일 :
2017.09.05
19:13:10 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3311797&act=trackback&key=0d0
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3311797
List of Articles
번호 제목 글쓴이 조회 수 추천 수 날짜
52 Video conference server OpenMCU-ru - Introduction admin 55188   2014-04-01
 
51 SIPSorcery admin 44580   2014-03-18
 
50 Ekiga (formely known as GnomeMeeting) is an open source SoftPhone admin 43238   2014-03-12
 
49 telepresence: Open Source SIP Telepresence/MCU admin 183420   2014-03-12
 
48 SIP PBX - OpenSIPS and Asterisk configuration admin 164588   2014-03-12
 
47 Conference Support in Kamailio (OpenSER) admin 87075   2014-03-12
 
46 OpenSIPS configuration for 2 or more FreeSWITCH installs admin 75549   2014-03-12
 
45 The Impact of TLS on SIP Server Performance file admin 42607   2014-03-12
 
44 book-opensips-101 / content / 3.2. SIP TLS Secure Calling.mediawiki admin 43111   2014-03-12
 
43 Where to check OpenSIPS does not start? admin 43605   2014-03-09
 
42 opensips-1.10.0_src.tar.gz experimental source code documentation admin 38434   2014-03-09
 
41 Kamailo OpenSIPs installation on Debian admin 83852   2014-03-09
 
40 Using the openSIPS Registrant Module admin 52948   2014-03-09
 
39 RTPproxy Frequentry Asked Questions (FAQ) ¶ admin 176710   2014-03-07
 
38 Building Telephony Systems with OpenSIPS 1.6 RTPProxy + OpenSIPS 1.7 admin 41049   2014-03-07
 
37 Installing RTPproxy Start RTPproxy in Bridged mode very good admin 103999   2014-03-07
 
36 OpenSIPS Control Panel (OCP) Installation Guide admin 281267   2014-03-06
 
35 OpenSIPS Control Panel install guide admin 97189   2014-03-06
 
34 rtpproxy Module admin 39240   2014-03-06
 
33 MediaProxy Installation Guide admin 182687   2014-03-06
 
32 How to install OpenSIPS on CentOS debian module add xcap admin 46477   2014-03-06
 
31 Problem with presence_xml module Opensips 1.9 admin 48451   2014-03-06
 
30 Building Telephony Systems with OpenSIPS 1.6 books file admin 43139   2014-03-06
 
29 Multimedia Service Platform admin 37855   2014-03-06
 
28 How to install OpenSIPS on CentOS Debian etc admin 45602   2014-03-05
 
27 Opensips Installation, How to. admin 76520   2014-03-05
 
26 100% CPU usage opensips admin 55106   2014-03-05
 
25 A2Billing and OpenSIPS admin 42507   2014-03-04
 
24 Opensips_1.9 install guide this is great I like this admin 108831   2014-03-04
 
23 Opensips install debian admin 38849   2014-03-03