aboutsummaryrefslogtreecommitdiffstats
path: root/configs
diff options
context:
space:
mode:
authorrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 20:15:15 +0000
committerrussell <russell@f38db490-d61c-443f-a65b-d21fe96a405b>2006-06-18 20:15:15 +0000
commitac76a04d8332254a2926c16739681759f2a84a39 (patch)
tree3924322cf620704f1cfc5372a6e5cae8f80e7fe7 /configs
parente95b4134b18f78211f67091548e606ab82f74dbe (diff)
don't store multiple secrets delimited with semicolons for peers because this
is only valid for users. Instead, only keep the last specified secret for a peer entry. Also, document how multiple secrets are handled in the sample config. (Reported by PCadach on #asterisk-bugs) git-svn-id: http://svn.digium.com/svn/asterisk/branches/1.2@34627 f38db490-d61c-443f-a65b-d21fe96a405b
Diffstat (limited to 'configs')
-rw-r--r--configs/iax.conf.sample4
1 files changed, 3 insertions, 1 deletions
diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample
index 26d637d8d..2329187d1 100644
--- a/configs/iax.conf.sample
+++ b/configs/iax.conf.sample
@@ -412,7 +412,9 @@ host=216.207.245.47
;type=friend
;host=dynamic
;regexten=1234
-;secret=moofoo
+;secret=moofoo ; Multiple secrets may be specified. For a "user", all
+;secret=foomoo ; specified entries will be accepted as valid. For a "peer",
+;secret=shazbot ; only the last specified secret will be used.
;context=default
;permit=0.0.0.0/0.0.0.0