[svn-commits] oej: branch 1.6.0 r128238 - in /branches/1.6.0: ./ configs/sip.conf.sample

SVN commits to the Digium repositories svn-commits at lists.digium.com
Sat Jul 5 15:43:50 CDT 2008


Author: oej
Date: Sat Jul  5 15:43:50 2008
New Revision: 128238

URL: http://svn.digium.com/view/asterisk?view=rev&rev=128238
Log:
Merged revisions 128236 via svnmerge from 
https://origsvn.digium.com/svn/asterisk/trunk

........
r128236 | oej | 2008-07-05 22:37:53 +0200 (Lör, 05 Jul 2008) | 2 lines

Reformatting the config sample

........

Modified:
    branches/1.6.0/   (props changed)
    branches/1.6.0/configs/sip.conf.sample

Propchange: branches/1.6.0/
------------------------------------------------------------------------------
Binary property 'trunk-merged' - no diff available.

Modified: branches/1.6.0/configs/sip.conf.sample
URL: http://svn.digium.com/view/asterisk/branches/1.6.0/configs/sip.conf.sample?view=diff&rev=128238&r1=128237&r2=128238
==============================================================================
--- branches/1.6.0/configs/sip.conf.sample (original)
+++ branches/1.6.0/configs/sip.conf.sample Sat Jul  5 15:43:50 2008
@@ -67,7 +67,6 @@
 ;match_auth_username=yes	; if available, match user entry using the
 				; 'username' field from the authentication line
 				; instead of the From: field.
-				
 allowoverlap=no			; Disable overlap dialing support. (Default is yes)
 ;allowtransfer=no		; Disable all transfers (unless enabled in peers or users)
 				; Default is enabled
@@ -306,7 +305,21 @@
 ;session-expires=600
 ;session-minse=90
 ;session-refresher=uas
-
+;
+;--------------------------- HASH TABLE SIZES ------------------------------------------------
+; For maximum efficiency, adjust the following
+; values to be slightly larger than the maximum number of in-memory objects (devices).
+; Too large, and space is wasted. Too small, and things will run slower.
+; 563 is probably way too big for small (home) applications, but it
+; should cover most small/medium sites.
+; It is recommended to make the sizes be a prime number!
+; This was internally set to 17 for small-memory applications...
+; All tables default to 563, except when compiled in LOW_MEMORY mode,
+; in which case, they default to 17. You can override this by uncommenting
+; the following, and changing the values.
+;hash_users=563
+;hash_peers=563
+;hash_dialogs=563
 
 ;--------------------------- SIP DEBUGGING ---------------------------------------------------
 ;sipdebug = yes			; Turn on SIP debugging by default, from




More information about the svn-commits mailing list