aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authoroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-23 06:22:29 +0000
committeroej <oej@f38db490-d61c-443f-a65b-d21fe96a405b>2006-04-23 06:22:29 +0000
commit9e7afdebc6d1cad817c1803ad3f35a8f5143da7d (patch)
tree7ff5f4497025d4843abddb20dfc8058683806bd4 /configs
parentc4e93002d617efd3568354cd4020191cfd79de52 (diff)
- Add doxygen documentation for sipsock_read locking
- Improve documentation of pedantic (related to issue #7016) From the air above Russia... git-svn-id: http://svn.digium.com/svn/asterisk/trunk@22163 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/sip.conf.sample3
1 files changed, 2 insertions, 1 deletions
diff --git a/configs/sip.conf.sample b/configs/sip.conf.sample
index 3133feee0..d391ec7c6 100644
--- a/configs/sip.conf.sample
+++ b/configs/sip.conf.sample
@@ -56,7 +56,8 @@ srvlookup=yes ; Enable DNS SRV lookups on outbound calls
; Default is yes
;autodomain=yes ; Turn this on to have Asterisk add local host
; name and local IP to domain list.
-;pedantic=yes ; Enable slow, pedantic checking for Pingtel
+;pedantic=yes ; Enable checking of tags in headers,
+ ; international character conversions in URIs
; and multiline formatted headers for strict
; SIP compatibility (defaults to "no")