aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 20:37:53 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2008-07-05 20:37:53 +0000
commit1477282e636a8413c84a3ee32db5b59c66df3f4d (patch)
tree71ea68eae174b8c3fa882a3c5e0cf0dbfd7e13f9 /configs
parenta7594fa8a0b213d609a3ca8f29832ba6701e9556 (diff)
Reformatting the config sample
git-svn-id: http://svn.digium.com/svn/asterisk/trunk@128236 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample31
1 files changed, 15 insertions, 16 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index a6f294173..d14dc80d1 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -67,21 +67,6 @@ context=default ; Default context for incoming calls
;match_auth_username=yes ; if available, match user entry using the
; 'username' field from the authentication line
; instead of the From: field.
-;;
-;; hash table sizes. For maximum efficiency, adjust the following
-;; values to be slightly larger than the maximum number of users/peers.
-;; 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
-
allowoverlap=no ; Disable overlap dialing support. (Default is yes)
;allowtransfer=no ; Disable all transfers (unless enabled in peers or users)
; Default is enabled
@@ -325,7 +310,21 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
;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