한국어

소프트스위치

온누리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
조회 수 :
59533
등록일 :
2017.09.05
19:13:10 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3311797&act=trackback&key=aa0
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3311797
List of Articles
번호 제목 글쓴이 조회 수 추천 수 날짜
112 Opensips 2.32 download admin 19402   2017-09-01
 
111 OpenSIPS 2.3 install admin 25092   2017-09-01
 
110 JsSIP: The JavaScript SIP Library admin 21484   2017-09-01
 
109 WebSocket Transport using OpenSIPS admin 24948   2017-09-01
 
108 A2Billing and OpenSIPS – Part 1 admin 32493   2017-08-29
 
107 A2Billing and OpenSIPS – Part 2 admin 34540   2017-08-29
 
106 A2Billing and OpenSIPS – Part 3 admin 21907   2017-08-29
 
105 OpenSIPS 2.3 philosophy admin 22153   2017-08-17
 
104 The timeline for OpenSIPS 2.3 is admin 23113   2017-08-17
 
103 OpenSIPS Control Panel and Homer integration admin 43569   2017-08-17
 
102 Opensips sip capture re designed admin 21775   2017-07-16
 
101 WebRTC with OpenSIPS WebSocket is a protocol provides full-duplex admin 33428   2015-04-04
 
100 WebSocket Support in OpenSIPS 2.1 admin 32044   2015-04-04
 
99 OpenSIPS 2.1 (rc) is available, download now! admin 25151   2015-03-22
 
98 Service Provision Using Asterisk & OpenSIPS - AstriCon 2014 admin 33928   2015-02-25
 
97 SIP Signaling-Messages OpenSIPS Running On Multicore Server file admin 42537   2014-11-02
 
96 opensips.cfg for Asterisk admin 37852   2014-10-20
 
95 A2Billing and OpenSIPS config admin 38685   2014-10-20
 
94 Jitsi Videobridge meets WebRTC admin 45670   2014-10-18
 
93 A Survey of Open Source Products for Building a SIP Communication Platform admin 40543   2014-10-18
 
92 Script Function , Module Index v1.11 함수 모듈 opensips admin 36314   2014-10-14
 
91 Opensips TM module enables stateful processing of SIP transactions admin 46022   2014-10-04
 
90 kamailio.cfg configuration Example admin 37486   2014-10-04
 
89 opensips NAT Traversal Module admin 37627   2014-10-02
 
88 UAC Registrant Module admin 39897   2014-09-28
 
87 MediaProxy 2.3.x & OpenSIPS 1.5.x Integration admin 40515   2014-08-24
 
86 RTPPROXY Admin Guide admin 41842   2014-08-24
 
85 CANCEL MESSAGE not handled correctly admin 39613   2014-08-23
 
84 [Sipdroid] SIP data collection study tour admin 39897   2014-08-23
 
83 [OpenSIPS-Users] Opensips 1.10 NAT radius aaa admin 37134   2014-08-23