[svn-commits] oej: branch group/sip_session_timers r88712 - /team/group/sip_session_timers/...

SVN commits to the Digium repositories svn-commits at lists.digium.com
Mon Nov 5 14:19:16 CST 2007


Author: oej
Date: Mon Nov  5 14:19:15 2007
New Revision: 88712

URL: http://svn.digium.com/view/asterisk?view=rev&rev=88712
Log:
...and config file.

Modified:
    team/group/sip_session_timers/configs/sip.conf.sample

Modified: team/group/sip_session_timers/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/team/group/sip_session_timers/configs/sip.conf.sample?view=diff&rev=88712&r1=88711&r2=88712
==============================================================================
--- team/group/sip_session_timers/configs/sip.conf.sample (original)
+++ team/group/sip_session_timers/configs/sip.conf.sample Mon Nov  5 14:19:15 2007
@@ -191,6 +191,28 @@
 				; when we're on hold (must be > rtptimeout)
 ;rtpkeepalive=<secs>		; Send keepalives in the RTP stream to keep NAT open
 				; (default is off - zero)
+
+;--------------------------- SIP Session-Timers (RFC 4028)------------------------------------
+; SIP Session-Timers provide an end-to-end keep-alive mechanism for active SIP sessions.
+; This mechanism can detect and reclaim SIP channels that do not terminate through normal
+; signaling procedures. Session-Timers can be configured globally or at a user/peer level.
+; The operation of Session-Timers is driven by the following configuration parameters:
+;
+; * session-timers    - Session-Timers feature operates in the following three modes:
+;                            originate : Request and run session-timers always
+;                            accept    : Run session-timers only when requested by other UA
+;                            refuse    : Do not run session timers in any case
+;                       The default mode of operation is 'accept'.
+; * session-expires   - Maximum session refresh interval in seconds. Defaults to 1800 secs.
+; * session-minse     - Minimum session refresh interval in seconds. Defualts to 90 secs.
+; * session-refresher - The session refresher (uac|uas). Defaults to 'uas'.
+;
+;session-timers=originate
+;session-expires=600
+;session-minse=90
+;session-refresher=uas
+
+
 ;--------------------------- SIP DEBUGGING ---------------------------------------------------
 ;sipdebug = yes			; Turn on SIP debugging by default, from
 				; the moment the channel loads this configuration
@@ -568,10 +590,10 @@
 ; videosupport		      videosupport
 ; maxcallbitrate	      maxcallbitrate
 ; rfc2833compensate           mailbox
-;			      busy-level
-;                             username
-;                             template
-;                             fromdomain
+; session-timers              busy-level
+; session-expires             username
+; session-minse               template
+; session-refresher           fromdomain
 ;                             regexten
 ;                             fromuser
 ;                             host
@@ -585,6 +607,11 @@
 ;                             rfc2833compensate
 ;                             callbackextension
 ;                             registertrying
+;                             session-timers
+;                             session-expires
+;                             session-minse
+;                             session-refresher
+
 
 ;[sip_proxy]
 ; For incoming calls only. Example: FWD (Free World Dialup)




More information about the svn-commits mailing list