Revision: 4287
          http://openser.svn.sourceforge.net/openser/?rev=4287&view=rev
Author:   dan_pascu
Date:     2008-05-30 08:58:10 -0700 (Fri, 30 May 2008)

Log Message:
-----------
- Second generation mediaproxy module. This requires MediaProxy 2.0.0 or
  newer, available from http://ag-projects.com/MediaProxy.html
  It offers offers orders of magitude better performance, as it uses the
  Linux connection tracking support to relay the streams. This limits the
  number of processed streams only by the network interface and the Linux
  kernel packet forwarding speeds, as it avoids completely the need to copy
  the stream data from kernel space to user space and back as traditional
  recv/send relaying does.
- New and improved interface based on the dialog module, where the use of
  the mediaproxy can be triggered at the first INVITE after which all the
  requests and replies which belong to the dialog and have an SDP body will
  be modified automatically without any need to call any more functions in
  the script. When the dialog ends, the mediaproxy session is also closed
  automatically without the need to manually call end_media_session() in
  the script.
- Migrated all signaling related NAT traversal functionality to the
  nat_traversal module (fix_contact and client_nat_test).
  The mediaproxy module now only deals with media relaying.

Modified Paths:
--------------
    trunk/modules/mediaproxy/README
    trunk/modules/mediaproxy/doc/mediaproxy.xml
    trunk/modules/mediaproxy/doc/mediaproxy_admin.xml
    trunk/modules/mediaproxy/mediaproxy.c
    trunk/modules/nat_traversal/README
    trunk/modules/nat_traversal/doc/nat_traversal_admin.xml
    trunk/modules/nat_traversal/nat_traversal.c
    trunk/parser/msg_parser.h

Removed Paths:
-------------
    trunk/modules/mediaproxy/config/
    trunk/modules/mediaproxy/functions.h


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

_______________________________________________
Devel mailing list
Devel@lists.openser.org
http://lists.openser.org/cgi-bin/mailman/listinfo/devel

Reply via email to