Module: sems
Branch: master
Commit: 471fc519bf8e69ddde6600b33dca524872d90bee
URL:    
http://git.sip-router.org/cgi-bin/gitweb.cgi/sems/?a=commit;h=471fc519bf8e69ddde6600b33dca524872d90bee

Author: Stefan Sayer <[email protected]>
Committer: Stefan Sayer <[email protected]>
Date:   Tue Sep 21 14:48:29 2010 +0200

sst_b2b: added proper sample config for sst

---

 apps/sst_b2b/etc/sst_b2b.conf |   35 ++++++++++++++++++++++++++++++++---
 1 files changed, 32 insertions(+), 3 deletions(-)

diff --git a/apps/sst_b2b/etc/sst_b2b.conf b/apps/sst_b2b/etc/sst_b2b.conf
index 7d8e66c..a939a15 100644
--- a/apps/sst_b2b/etc/sst_b2b.conf
+++ b/apps/sst_b2b/etc/sst_b2b.conf
@@ -1,8 +1,37 @@
-# session timer configuration:
+# RFC4028 Session Timer
+#
+
+# - enables the session timer ([yes,no]; default: no)
+#
 enable_session_timer=yes
-session_expires=90
-minimum_timer=10
 
+# - set the "Session-Expires" parameter for the session timer.
+#
+# session_expires=240
+
+# - set the "Min-SE" parameter for the session timer.
+#
+# minimum_timer=90
+
+# session refresh (Session Timer, RFC4028) method
+#
+# INVITE                 - use re-INVITE
+# UPDATE                 - use UPDATE
+# UPDATE_FALLBACK_INVITE - use UPDATE if indicated in Allow, re-INVITE 
otherwise
+#
+# Default: UPDATE_FALLBACK_INVITE
+#
+# Note: Session Timers are only supported in some applications
+#
+#session_refresh_method=UPDATE
+
+# accept_501_reply - accept 501 reply as successful refresh? [yes|no]
+#
+# Default: yes
+#
+#accept_501_reply=no
+
+######################################################
 #authentication (questionable whether that works)
 # user=someuser
 # domain=somedomain.net

_______________________________________________
Semsdev mailing list
[email protected]
http://lists.iptel.org/mailman/listinfo/semsdev

Reply via email to