Module: sip-router Branch: tma0/iptrtpproxy-v2 Commit: ffa10596bcfb14d5204f0d268bf1c73857982218 URL: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=ffa10596...
Author: root root@hp07.iptel.org Committer: root root@hp07.iptel.org Date: Thu Mar 3 19:58:35 2011 +0100
- added ser module for new version of iptrtpproxy-v2 - modified oob script to simplify patching with RTPPROXY stuff - rtpproxy control rewritten in script - re-INVITE won't proactively create new RTP session, it's not fully RFC3264 compliant but enable working with non-compliant clients (phones)
---
etc/sip-router-oob.cfg | 132 +- modules/iptrtpproxy/Makefile | 19 +- modules/iptrtpproxy/doc/iptrtpproxy.xml | 402 +++- modules/iptrtpproxy/examples/ser.cfg | 225 -- modules/iptrtpproxy/iptrtpproxy.c | 2892 ++++++++++++++++---- .../{examples => oob}/clean_rtpproxy_attrs | 127 +- .../{examples => oob}/rtpproxy_attrs.sql | 0 .../oob/sip-router-oob-RTPPROXY.cfg.inc | 428 +++ .../oob/sip-router-oob-RTPPROXY.cfg.patch | 152 + 9 files changed, 3420 insertions(+), 957 deletions(-)
Diff: http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commitdiff;h=ffa1...