Displaying 1 result from an estimated 1 matches for "ip_box1".
Did you mean:
ip_boxc
2009 Aug 28
0
2 Asterisk boxes via IAX : always calling as IAX guest
...he default context because it is treated as IAX guest. I don't
understand why ?!
Asterisk box 1 iax.conf :
[BOX2]
type=user
auth=rsa
inkeys=public_key_box2
context=from-BOX2
[BOX2]
type=peer
host=dynamic
auth=rsa
outkey=private_key_box1
Asterisk box 2 iax.conf :
register => BOX2:BOX2 at IP_BOX1
[BOX1]
type=user
auth=rsa
inkeys=public_key_box1
;secret=hosted9801ast
context=from-BOX1
[BOX1]
type=peer
host=ip_box1
auth=rsa
outkey=private_key_box2
Although they have exchanged private and public keys, they are never
authenticated !!
*CLI> [Aug 28 17:58:41] -- Accepting UNAUTHENTICATE...