Displaying 2 results from an estimated 2 matches for "hosted9801ast".
2009 Aug 28
0
2 Asterisk boxes via IAX : always calling as IAX guest
...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 UNAUTHENTICATED call from
IP_BOX_1:
What do I need to do to make my 2 boxes authentic...
2009 Aug 26
1
2 Asterisk boxes : 1 can see the other, not vica versa
Asterisk-server 1 :
register => hostedasterisk:pass1 at domain2.biz
[BOX-YOCAN]
type=user ; incoming from YOCAN...
auth=rsa
inkeys=Key ; pub key of user
secret=XXX ; pass2 of YOCAN
context=from-BOX-YOCAN ; incoming from YOCAN
trunk=yes
transfer=no
qualify=yes
[BOX-YOCAN]
type=peer ; outgoing to YOCAN...
host=dynamic ; registers
auth=rsa
outkey=kEy ; private secret key