r2 - 08 Mar 2006 - 18:21:59 - IuriDinizYou are here: TWiki >  Personal Web  >  AsteriskPBXSoftware > SipExpressRouter

SER - Sip Express Router

Usar o SER como um outbound proxy para conexoes NAT

Baixando

#!/bin/sh
wget http://ftp.iptel.org/pub/ser/latest/src/ser-0.9.6_src.tar.gz

Compilando

#!/bin/sh

tar xvzf ser-0.9.6_src.tar.gz
cd ser-0.9.6

make clean

make
make modules=modules/nathelper/ modules

make install
make modules=modules/nathelper/ install

cp etc/nathelper.cfg /usr/local/etc/ser/

RTP Prox

Baixando

#!/bin/sh
cvs -d:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser login
cvs -z3 -d:pserver:anonymous@cvs.ser.berlios.de:/cvsroot/ser co rtpproxy

Compilando

#!/bin/sh

cd rtpproxy
./configure 

make 
make install

Usando

#!/bin/sh

# iniciar rtpproxy
rtpproxy


-- IuriDiniz - 16 Feb 2006

Edit | WYSIWYG | Attach | Printable | Raw View | Backlinks: Web, All Webs | History: r2 < r1 | More topic actions
 
Powered by TWiki
This site is powered by the TWiki collaboration platformCopyright © by the contributing authors. All material on this collaboration platform is the property of the contributing authors.
Ideas, requests, problems regarding TWiki? Send feedback