Hi! <br> <p>Im looking for a very basic example for the following simple problem. <br> I've been searching <a href="http://voip-info.org">voip-info.org</a> and looked in the ORA book without a <br> clue. I have a SIP account at 
<a href="http://sip.provider.com">sip.provider.com</a> and my own asterisk <br> server. What I want is the following: <br> </p><p>&nbsp; I. Register my phone to my asterisk server, not directly to <a href="http://provider.com">
provider.com</a> <br> &nbsp; II. My asterisk server should ring my phone when somebody calls me on &lt;mynumber&gt;@<a href="http://provider.com">provider.com</a> <br> &nbsp; III. Asterisk forwards my outgoing calls to <a href="http://provider.com">
provider.com</a> <br> </p><p>I found a lot of sample snippets but none of them really works. The two <br> main problems are: <br> </p><p>A. When somebody calls me, he get's a &quot;user unavailable&quot; from <br> <a href="http://provider.com">
provider.com</a>, but my asterisk server successfully registered at <br> <a href="http://provider.com">provider.com</a>: <br> </p><p>&nbsp; (sip.conf) <br> &nbsp; register =&gt; &lt;user&gt;:&lt;pwd&gt;@<a href="http://sip.provider.com/">
sip.provider.com/</a>&lt;user&gt; <br> </p><p>B. When I call a number, my asterisk server says: &quot; Failed to <br> authenticate on INVITE&quot;. But all login informations for <a href="http://provider.com">provider.com
</a> <br> are correct. <br> </p><p>&nbsp; (sip.conf) <br> &nbsp; [&lt;user&gt;] <br> &nbsp; type=friend <br> &nbsp; secret=&lt;pwd&gt; <br> &nbsp; username=&lt;user&gt; <br> &nbsp; fromuser=&lt;user&gt; <br> &nbsp; canreinvite=yes <br> </p><p>&nbsp; (extensions.conf
) <br> &nbsp; exten =&gt; 0041321112233,1,Dial(SIP/${EXT<a target="_parent" href="http://groups.google.ch/groups/unlock?msg=c9756294de75b896&amp;hl=de&amp;_done=/group/Asterisk-users/browse_thread/thread/de1e6e8328c2a255/c9756294de75b896%3Fhl%3Dde">
...</a>@<a href="http://sip.provider.com">sip.provider.com</a>,60,r) <br> </p>Thanks for any help!