aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-28 14:31:42 +0000
committerfile <file@f38db490-d61c-443f-a65b-d21fe96a405b>2008-05-28 14:31:42 +0000
commitb4923983997f0523db2d033afec9a764e60b721b (patch)
tree2ad760c1b6ce8d2492b181c04fe3a2b97f473d40 /configs
parent3c5514262c500043fe1965e2de70875d20f54b6b (diff)
Merged revisions 118647 via svnmerge from
https://origsvn.digium.com/svn/asterisk/trunk ................ r118647 | file | 2008-05-28 11:29:01 -0300 (Wed, 28 May 2008) | 12 lines Merged revisions 118646 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.4 ........ r118646 | file | 2008-05-28 11:23:34 -0300 (Wed, 28 May 2008) | 4 lines Add an option to use the source IP address of RTP as the destination IP address of UDPTL when a specific option is enabled. If the remote side is properly configured (ports forwarded) then UDPTL will flow. (closes issue #10417) Reported by: cstadlmann ........ ................ git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.6.0@118648 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample20
1 files changed, 12 insertions, 8 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 0d4f92e8e..da7c94cb3 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -691,14 +691,14 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; videosupport videosupport
; maxcallbitrate maxcallbitrate
; rfc2833compensate mailbox
-; session-timers busylevel
+; session-timers busylevel
; session-expires
-; session-minse template
-; session-refresher fromdomain
-; regexten
-; fromuser
-; host
-; port
+; session-minse template
+; session-refresher fromdomain
+; t38pt_usertpsource regexten
+; fromuser
+; host
+; port
; qualify
; defaultip
; defaultuser
@@ -716,7 +716,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; timert1
; timerb
; qualifyfreq
-
+; t38pt_usertpsource
;[sip_proxy]
; For incoming calls only. Example: FWD (Free World Dialup)
@@ -935,3 +935,7 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;host=dynamic
;rfc2833compensate=yes ; Compensate for pre-1.4 DTMF transmission from another Asterisk machine.
; You must have this turned on or DTMF reception will work improperly.
+;t38pt_usertpsource=yes ; Use the source IP address of RTP as the destination IP address for UDPTL packets
+ ; if the nat option is enabled. If a single RTP packet is received Asterisk will know the
+ ; external IP address of the remote device. If port forwarding is done at the client side
+ ; then UDPTL will flow to the remote device.