Quantcast
Channel: VOIP-info.org Wiki Changes
Viewing all articles
Browse latest Browse all 5767

MediaProxy

$
0
0

Media Proxy


MediaProxy Features

MediaProxy Comparison


http://www.ag-projects.com/MediaProxy.html

Written by Dan Pascu

Mediaproxy is a NAT Traversal solution for SIP Express Router (SER).

Features

- Distributed geographical location
- Scalability, load balancing and redundancy
- Real-time sessions statistics
- Configurable IP and UDP port range
- Support for audio and video streams
- Support for multiple media streams per call
- Accounting of network traffic

Support

Please report bugs to serusers@iptel.org. Before reporting bugs, please read
the mailing list archives (http://mail.iptel.org/mailman/listinfo/serusers)
to make sure your questions have not already been answered.

MediaProxy is developed and supported by AG Projects. AG Projects
offers best-effort gratis support for MediaProxy. "best-effort" means that
we try to solve the bugs you report or help fix your problems as soon as we
can, subject to available resources.

Commercial support

For commercial support, please contact
AG Projects http://ag-projects.com

If you have a support contract, please login with your account at
http://support.ag-projects.com and create a trouble-ticket with your
problem.

Installation

Prerequisites:
- ser version 8.12 or greater
- python 2.2 or newer, 2.3 is recommended.
for python versions older than 2.3, the python-optik module
(version 1.4.1 or newer) is required.

MediaProxy consists of three components:

1. mediaproxy.so is the SER module
2. proxydispatcher.py does distribution and load balancing of SER request
3. mediaproxy.py is the Media Proxy server

The first two components must run on the same machine where SER runs.
The third component may run either on the same machine or on (multiple)
remote servers.

For details about the mediaproxy architecture please read the included README
file as well as the Readme file from the mediaproxy module from SER.
Details about command line options for the programs can be found in the
Readme file as well. A summary of the command line options is displayed by
each command when using the -h or --help command line option.

For CVS:

cd sip_router
cvs update -Pd

check that you have the modules/mediaproxy directory

make clean # clean old files in case you haven't updated cvs for a long time
make
make install

For stable tree:

copy the directory modules/mediaproxy from development tree
and run a make clean inside it. then recompile the module issuing "make" in
that directory. Copy the module mediaproxy.so to /usr/lib/ser/modules/ser/

For both cases, copy the 2 files listing asymmetric clients from
modules/mediaproxy/config to /etc/ser/

To configure the mediaproxy module in the ser.cfg file please check the
Readme included with the mediaproxy module (available in the SER
modules/mediaproxy directory). Also checkthe example ser.cfg file included
there too.

Installation of mediaproxy dispatcher and server

Download the Mediaproxy dispatcher and server from

http://www.ag-projects.com/MediaProxy.html

Unpack the archive in /usr/local/ (all necessary files will be under the
mediaproxy/ subdirectory).

Copy the startup script (depending on your platfrom) from
/usr/local/mediaproxy/boot/ to /etc/init. ...

Viewing all articles
Browse latest Browse all 5767

Trending Articles