summaryrefslogtreecommitdiff
path: root/net/ser/files/patch-modules::nathelper::README
diff options
context:
space:
mode:
Diffstat (limited to 'net/ser/files/patch-modules::nathelper::README')
-rw-r--r--net/ser/files/patch-modules::nathelper::README15
1 files changed, 15 insertions, 0 deletions
diff --git a/net/ser/files/patch-modules::nathelper::README b/net/ser/files/patch-modules::nathelper::README
new file mode 100644
index 000000000000..46db1a3c6b1e
--- /dev/null
+++ b/net/ser/files/patch-modules::nathelper::README
@@ -0,0 +1,15 @@
+
+$FreeBSD$
+
+--- modules/nathelper/README.orig Sun Jul 6 17:32:22 2003
++++ modules/nathelper/README Sun Jul 6 20:53:30 2003
+@@ -43,3 +43,9 @@
+ address with source address of the message)
+ Desc: Rewrites SDP body in accordance with mode flag
+ Example: if (search("User-Agent: Cisco ATA.*") {fix_nated_sdp(3);};
++
++Name: force_rtp_proxy
++Params: none
++Desc: Rewrites SDP body to ensure that media is passed throuth RTP
++ proxy
++Example: if (search("User-Agent: Cisco ATA.*") {force_rtp_proxy(3);};