Hi all,<br><br>I'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's secret with the key code "nonce" and "opaque" 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="<a href="http://domain.com">domain.com</a>",<br>
nonce="b7c9036dbf3054aea940e9703d4f865fa4c8f84c2608",<br> opaque="DEF:QbkRBthOEgEQAkgVEwwHRAIBHglfXUFCQ1odGB5VEBkyb3N1dXdpICcjemIkIzx-JzwjIHsgOWJsagcC",<br> algorithm=MD5,<br> qop="auth"<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="<correct username>", <br>realm="<a href="http://domain.com">domain.com</a>", <br>
algorithm=MD5, <br>uri="sip:<<a href="http://domain.com">domain.com</a>>:5060", <br><b>nonce=""</b>, <br>response="7c898abb4bec892400e56851134db5e8", <br><b>opaque=""<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>