Hi all,<br><br>I&#39;m using Asterisk 1.4.14 and I have to register my box to a system by SIP Trunk using UAC account.<br>The problem is, Asterisk cannot capture and encrypt the account&#39;s secret with the key code &quot;nonce&quot; and &quot;opaque&quot; that send back by the server.<br>

When my box sends REGISTER message, server replies back 401 Unauthorized with Authentication requirements as follow:<br><div style="margin-left:40px">WWW-Authenticate: Digest realm=&quot;<a href="http://domain.com">domain.com</a>&quot;,<br>

   nonce=&quot;b7c9036dbf3054aea940e9703d4f865fa4c8f84c2608&quot;,<br>   opaque=&quot;DEF:QbkRBthOEgEQAkgVEwwHRAIBHglfXUFCQ1odGB5VEBkyb3N1dXdpICcjemIkIzx-JzwjIHsgOWJsagcC&quot;,<br>   algorithm=MD5,<br>   qop=&quot;auth&quot;<br clear="all">

</div><div>Then my box reply the authentication info only:<br><div style="margin-left:40px">Authorization: <br><div style="margin-left:40px">Digest username=&quot;&lt;correct username&gt;&quot;, <br>realm=&quot;<a href="http://domain.com">domain.com</a>&quot;, <br>

algorithm=MD5, <br>uri=&quot;sip:&lt;<a href="http://domain.com">domain.com</a>&gt;:5060&quot;, <br><b>nonce=&quot;&quot;</b>, <br>response=&quot;7c898abb4bec892400e56851134db5e8&quot;, <br><b>opaque=&quot;&quot;<br></b></div>

</div>So the server reply 403 Forbidden. Is the nonce value too long? Or is there any other configuration needed?<br>My box can register no problem with other Asterisk box or work normally with other function.<br>Please help, any reply is very appreciated. Thank you<br>

<b><br></b>WBR!<br>
</div>