<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.24.5">
</HEAD>
<BODY>
If a call from one Asterisk box to another comes in, it always goes to the default context because it is treated as IAX guest. I don't understand why ?!<BR>
<BR>
Asterisk box 1 iax.conf :<BR>
<BR>
[BOX2]<BR>
type=user<BR>
auth=rsa<BR>
inkeys=public_key_box2<BR>
context=from-BOX2<BR>
<BR>
[BOX2]<BR>
type=peer<BR>
host=dynamic<BR>
auth=rsa<BR>
outkey=private_key_box1<BR>
<BR>
Asterisk box 2 iax.conf :<BR>
<BR>
register =&gt; BOX2:<A HREF="mailto:YOCAN9801@89.31.97.186">BOX2@IP_BOX1</A><BR>
<BR>
[BOX1]<BR>
type=user<BR>
auth=rsa<BR>
inkeys=public_key_box1<BR>
;secret=hosted9801ast<BR>
context=from-BOX1<BR>
<BR>
[BOX1]<BR>
type=peer<BR>
host=ip_box1<BR>
auth=rsa<BR>
outkey=private_key_box2<BR>
<BR>
Although they have exchanged private and public keys, they are never authenticated !!<BR>
<FONT COLOR="#0000ff"><FONT SIZE="2">*CLI&gt; [Aug 28 17:58:41]&nbsp;&nbsp;&nbsp;&nbsp; -- Accepting </FONT></FONT><FONT COLOR="#0000ff"><FONT SIZE="2"><B>UNAUTHENTICATED</B></FONT></FONT><FONT COLOR="#0000ff"><FONT SIZE="2"> call from IP_BOX_1:</FONT></FONT><BR>
<BR>
What do I need to do to make my 2 boxes authenticate to each other ?? So the call is not treated as a IAX Guest call ?! And so the call does not go to the default context each time ??<BR>
<BR>
Thanks for the help !
</BODY>
</HTML>