From 035a8b4278c2f8ac87506e0b7d43ecb83629ad1b Mon Sep 17 00:00:00 2001 From: Russell Bryant Date: Sun, 18 Jun 2006 20:18:41 +0000 Subject: Merged revisions 34627 via svnmerge from https://origsvn.digium.com/svn/asterisk/branches/1.2 ........ r34627 | russell | 2006-06-18 16:15:15 -0400 (Sun, 18 Jun 2006) | 5 lines 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: https://origsvn.digium.com/svn/asterisk/trunk@34628 65c4cc65-6c06-0410-ace0-fbb531ad65f3 --- configs/iax.conf.sample | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'configs/iax.conf.sample') diff --git a/configs/iax.conf.sample b/configs/iax.conf.sample index 62277b8af..0d2f27093 100644 --- a/configs/iax.conf.sample +++ b/configs/iax.conf.sample @@ -377,7 +377,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 -- cgit v1.2.3