<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;">Hi,<br><br>I have setup 2 asterisk talking&nbsp; a single mysql cluster. I'm also using realtime db. I've setup sip peering between the two asterisk servers.<br><br>[asterisk-1]<br>insecure=port,invite<br>type=peer<br>host=201.202.203.204<br>context=from-asterisk-1<br><br>[asterisk-2]<br>
insecure=port,invite<br>
type=peer<br>
host=201.202.203.205<br>
context=from-asterisk-2<br>
<br>scenario:<br><br>ext 100 registers on Asterisk 1<br>ext 200 registers on Asterisk 2.<br><br>ext 100 calls ext 200. asterisk 1 receives request, asterisk 1 cannot find ext 200, forward to asterisk 2, asterisk to sends back407&nbsp; proxy auth required, asterisk 1 sends proxy auth back to UA (ext 100) but i'm not sure if ext 100 is replying with the needed credentials, because asterisk 2 replies with:<br><br>handle_response_invite: Failed to authenticate on INVITE to "Ron" &lt;sip:100@sip.mydomain.com&gt;<br><br>i tried to disabled the password on ext 100, tried the same scenario and call went thru.<br><br>so my assumption is a user registered on asterisk 1 cannot send calls to asterisk 2 coz when asterisk 2&nbsp; asks for authentication, UA does not send it to asterisk 2, but i think it is sending it to asterisk 1. and vice versa if user is registered on asterisk 2, user&nbsp; wont be able to make  calls to asterisk 1.<br><br>how can i disable proxy
 auth on the server if the user is already registered on the other astertisk.<br>i've set, insecure=port,invite but it still asks for proxy auth. anyone encountered this?<br><br>regards,<br>Ron<br><br><br></td></tr></table><br>