aboutsummaryrefslogtreecommitdiffstats
path: root/configs/sip.conf.sample
diff options
context:
space:
mode:
authormarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 22:12:55 +0000
committermarkster <markster@f38db490-d61c-443f-a65b-d21fe96a405b>2004-05-27 22:12:55 +0000
commiteadbf9f9ca677d4e199de180018f5bf149338738 (patch)
treeff3e36b608b7a399e59482f7cc4ab5f5d1ee65d1 /configs/sip.conf.sample
parent12ce45cba733f2100d8a3d476f6ed900c5be74c1 (diff)
Merge OSS fixes for FreeBSD, implement rtptimeout and rtpholdtimeout
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@3097 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs/sip.conf.sample')
-rwxr-xr-xconfigs/sip.conf.sample8
1 files changed, 6 insertions, 2 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index c314b7099..ddd335419 100755
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -48,7 +48,10 @@ bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
;language=en ; Default language setting for all users/peers
; This may also be set for individual users/peers
;relaxdtmf=yes ; Relax dtmf handling
-
+;rtptimeout=60 ; Terminate call if 60 seconds of no RTP activity
+ ; when we're not on hold
+;rtpholdtimeout=300 ; Terminate call if 300 seconds of no RTP activity
+ ; when we're on hold (must be > rtptimeout)
; Asterisk can register as a SIP user agent to a SIP proxy (provider)
; Format for the register statement is:
@@ -128,7 +131,8 @@ bindaddr=0.0.0.0 ; IP address to bind to (0.0.0.0 binds to all)
; port
; qualify
; defaultip
-
+; rtptimeout
+; rtpholdtimeout
;[sip_proxy]
; For incoming calls only. Example: FWD (Free World Dialup)