<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD>
<META content="text/html; charset=gb2312" http-equiv=Content-Type>
<META content="MSHTML 5.00.3700.6699" name=GENERATOR>
<STYLE></STYLE>
</HEAD>
<BODY bgColor=#ffffff>
<DIV><FONT size=2>Hello everyone,</FONT></DIV>
<DIV><FONT size=2>I want Asterisk works as a SIP client of&nbsp;my SIP 
Proxy(running SER),</FONT></DIV>
<DIV><FONT size=2>so&nbsp;I add&nbsp;a register definition in 
sip.conf:</FONT></DIV>
<DIV><FONT size=2>&nbsp;&nbsp; 
register&nbsp;=&gt;&nbsp;user:secret:authuser@host:port/extension</FONT>&nbsp;</DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>Now calls from SER can be handled well,But I can't call to SER 
,</FONT></DIV>
<DIV><FONT size=2>so I add a section in sip.conf like this:</FONT></DIV>
<DIV><FONT size=2></FONT>&nbsp;</DIV>
<DIV><FONT size=2>[mysipprovider-out] <BR><FONT face=courier>&nbsp;type=peer 
</FONT><BR><FONT face=courier>&nbsp;secret=password </FONT><BR><FONT 
face=courier>&nbsp;username=2345 </FONT><BR><FONT 
face=courier>&nbsp;host=sipserver.mysipprovider.com </FONT><BR><FONT 
face=courier>&nbsp;fromuser=2345 </FONT><BR><FONT 
face=courier>&nbsp;fromdomain=fwd.pulver.com </FONT><BR><FONT 
face=courier>&nbsp;nat=yes&nbsp;</FONT><BR></DIV></FONT>
<DIV><FONT size=2>And now I can call to SER&nbsp;but&nbsp;When Asterisk receives 
calls from SER ,</FONT></DIV>
<DIV><FONT size=2>It responses the calls with 407 (Proxy Authentication 
Required)</FONT></DIV>
<DIV><FONT size=2>because SER(and SER's UA) isn't a UA of Asterisk , they can't 
handles these 407 responses,</FONT></DIV>
<DIV><FONT size=2>and the calls failed.</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Can you tell me How I can have calls in both directions(out 
and in)?</FONT></DIV>
<DIV>&nbsp;</DIV>
<DIV><FONT size=2>Thanks</FONT></DIV>
<DIV>&nbsp;</DIV></BODY></HTML>