한국어

소프트스위치

온누리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
조회 수 :
58125
등록일 :
2017.09.05
19:13:10 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3311797&act=trackback&key=44a
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3311797
List of Articles
번호 제목 글쓴이 날짜 조회 수sort
171 OpenSIPS Control Panel (OCP) Installation Guide admin 2014-03-06 278925
170 Opensips Gateway between SIP and SMPP messages admin 2019-02-19 265800
169 What is new in 1.8.0 opensip admin 2012-05-21 252245
168 What is new in 2.3.0 opensips admin 2017-09-04 244460
167 Using SIP Devices behind NAT OPensip Asterisk IPPhone SIP Telephony file admin 2013-03-31 225431
166 OpenSIPS vs Asterisk admin 2013-04-06 219970
165 PUSH SERVER 푸시서버 안드로이드 애플 admin 2017-09-11 207748
164 MediaProxy Installation Guide admin 2014-03-06 180283
163 telepresence: Open Source SIP Telepresence/MCU admin 2014-03-12 179772
162 RTPproxy Frequentry Asked Questions (FAQ) ¶ admin 2014-03-07 174962
161 SIP PBX - OpenSIPS and Asterisk configuration admin 2014-03-12 161594
160 Asterisk v1.4x built on FreeBSD v7.1 UNIX admin 2012-01-06 149382
159 사설 망 환경에서 SIP 의 NAT Traversal 문제 admin 2011-12-23 143976
158 How to install Mediaproxy 2.5.2 on CentOS 6 64 bit admin 2017-09-04 142884
157 SIP 트래픽 생성 테스트 툴 admin 2011-12-23 136236
156 opensips command /sbin/opensipsctl detail admin 2017-09-04 124388
155 How to setup a Jabber / XMPP server on Debian 8 (jessie) using ejabberd admin 2017-09-13 123517
154 Opensips_1.9 install guide this is great I like this admin 2014-03-04 107029
153 OpenSIPS basic configuration script 기본 컨피그 admin 2017-09-05 104663
152 Welcome to the Smartvox Knowledgebase admin 2013-04-06 104215
151 Installing RTPproxy Start RTPproxy in Bridged mode very good admin 2014-03-07 101844
150 오픈소스 (사내)메신저 서버 구축, 오픈 파이어(openfire) 설치방법과 세팅 admin 2014-08-11 101405
149 Flooding Asterisk, Freeswitch and Kamailio with Metasploit admin 2013-04-06 99547
148 OpenSIPS Control Panel install guide admin 2014-03-06 95503
147 dictionary.opensips radius admin 2017-12-09 94529
146 Installation and configuration process record opensips 1.9.1 admin 2014-08-09 94457
145 My new toy: Bluebox-ng admin 2013-04-06 91030
144 in opensips what is lookup(domain [, flags [, aor]]) admin 2017-12-09 90667
143 Conference Support in Kamailio (OpenSER) admin 2014-03-12 84835
142 Kamailo OpenSIPs installation on Debian admin 2014-03-09 81725