<div>Please give me some heads up.</div>
<div>&nbsp;</div>
<div>I'm having troube setting up my asterisk connecting to&nbsp;my SIP provider (SP). Here's the setup.</div>
<div>&nbsp;</div>
<div>in sip.conf</div>
<div>I register asterisk to SP using</div>
<div>&nbsp;</div>
<div>register =&gt; <a href="mailto:15551234567:pwd123@sip.abc.com">15551234567:pwd123@sip.abc.com</a></div>
<div>&nbsp;</div>
<div>everything was ok for incoming call until I want to dial out using the same line. since in order to dial out, i added in sip.conf</div>
<div>&nbsp;</div>
<div>[sip_out_to_SP]</div>
<div>type=peer<br>username=15551234567<br>fromuser=15551234567<br>secret=pwd123<br>host=<a href="http://sip.abc.com">sip.abc.com</a></div>
<div>port=5160&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </div>
<div>usereqphone=yes&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <br>call-limit=5&nbsp;</div>
<div>&nbsp;</div>
<div>Then I can make phone call out when routed to this channel SIP/sip_out_to_SP. But I no longer able to receive calls. The sniffer told me when my SP send asterisk an invite, asterisk returns a 407 to authenticate SP, which kills the connection.
</div>
<div>&nbsp;</div>
<div>I tried to change &quot;type&nbsp;=friend&quot; but doesn't work. I have to either remove &quot;secret= &quot; or &quot;host=&quot; to make my incoming call back.</div>
<div>&nbsp;</div>
<div>So currently,&nbsp;I can only either dial out or receive calls on this sip line. not both.&nbsp;(I'm not talking about at the same time). Can anyone give me a hint. REALLY APPRECIATE IT.</div>
<div>&nbsp;</div>
<div>Michael</div>