[Asterisk-Users] IAX2 Trunking help!
steve at daviesfam.org
steve at daviesfam.org
Tue Jun 22 07:50:50 MST 2004
On Tue, 22 Jun 2004, Tony Nichols wrote:
> I'm trying to get two * boxes to talk.... no matter what variation I try
> I get No Authority Found and connection refused from 192.168.1.5
>
> I've googled, I've site searched.... to no avail.
I think you need to match a peer at one end to a user at the other, and
vice versa. Using "friend" defines a peer and a user at the same time
(cue Jerjer to tell you why you might not want to use friend)
For example, machine hannah:
[hannah]
type=friend
host=hannah.wtmpsystems.com
auth=md5
username=xxxxxxxx
secret=xxxxxxx
notransfer=yes
context=incoming-hannah
Talks to machine bob:
[bob]
type=friend
host=dynamic
auth=md5
username=yyyyyyyy
secret=yyyyyyyy
notransfer=yes
context=incoming-bob
More information about the asterisk-users
mailing list