한국어

소프트스위치

온누리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
조회 수 :
58469
등록일 :
2017.09.05
19:13:10 (*.160.88.18)
엮인글 :
http://webs.co.kr/index.php?document_srl=3311797&act=trackback&key=ad6
게시글 주소 :
http://webs.co.kr/index.php?document_srl=3311797
List of Articles
번호 제목 글쓴이 조회 수sort 추천 수 날짜
141 Kamailio :: A Quick Introduction admin 81544   2013-04-06
 
140 Opensips Installation, How to. admin 75598   2014-03-05
 
139 OpenSIPS configuration for 2 or more FreeSWITCH installs admin 74725   2014-03-12
 
138 오픈소스 (사내)메신저 서버 구축, 오픈 파이어(openfire) 설치방법과 세팅(리눅스 기준) admin 72352   2017-09-09
 
137 Opensips1.6 ebook detail configuration and SIP signal and NAT etc file admin 72079   2017-12-10
 
136 Installation and configuration process record opensips opensips-cp admin 69880   2014-08-13
 
135 OpenSIPS Control Panel (OCP) Installation Guide Good admin 68000   2014-08-13
 
134 opensips 1.11.2 install Good Giide admin 66401   2014-08-09
 
133 ICE: The ultimate way of beating NAT in SIP admin 64812   2014-08-23
 
132 Build-Depends debian 8.8 opensips 2.3 admin 64489   2017-09-04
 
131 2013 2012년 분야별 최고의 오픈소스 소프트웨어 124선 admin 63026   2014-04-05
 
130 Fail2Ban Freeswitch How to secure admin 61298   2017-09-12
 
» rtpengine install and config admin 58469   2017-09-05
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...  
128 OfficeSIP Server is freeware VoIP, SIP server for Windows admin 54584   2013-09-11
 
127 Video conference server OpenMCU-ru - Introduction admin 54343   2014-04-01
 
126 100% CPU usage opensips admin 54162   2014-03-05
 
125 rtpengine config basic and opensips configuration and command admin 53404   2017-09-06
 
124 OpenH323 Gatekeeper - The GNU Gatekeeper admin 53381   2011-12-14
 
123 Kamailio 3.3.x and Asterisk 10.7.0 Realtime Integration using Asterisk Database admin 52397   2013-04-06
 
122 Using the openSIPS Registrant Module admin 52198   2014-03-09
 
121 SIP to XMPP Gateway + SIP Presence Server opensips admin 52151   2017-09-13
 
120 Many OPENSIPS Configuration Examples This will Help you admin 48869   2014-08-23
 
119 Problem with presence_xml module Opensips 1.9 admin 47687   2014-03-06
 
118 OpenSIPS Installation Notes admin 47334   2014-08-09
 
117 Using TLS in OpenSIPS v2.2.x configuration admin 47133   2017-09-04
 
116 OpenSIPS routing logic admin 46320   2017-12-12
 
115 Asterisk Installation Asterisk Realtime configuration admin 45848   2013-04-06
 
114 How to install OpenSIPS on CentOS debian module add xcap admin 45703   2014-03-06
 
113 the OpenSIPS Project OpenSIP admin 45318   2011-12-14
 
112 Opensips TM module enables stateful processing of SIP transactions admin 45231   2014-10-04