blob: 46db1a3c6b1eacaf172b79943900d0dd74dacd26 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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);};
|