forked from Lainports/freebsd-ports
15 lines
498 B
Text
15 lines
498 B
Text
|
|
$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);};
|