<span class="postbody">Hi there,
<br>

<br>
I am having some problems while trying to place phone calls through Asterisk to Net2phone, this is my setup:
<br>

<br>
I have a SIP phone connected directly to my Asterisk box from where I want the call to origin; in sip.conf:
<br>

<br>
[mySIP]
<br>
type=friend
<br>
username=mySIP
<br>
secret=mySecret
<br>
host=dynamic
<br>
context=outgoing
<br>

<br>
I read that I have to make some changes in sip.conf,  in order to make it work with Net2phone:
<br>

<br>
<a href="http://www.voip-info.org/wiki/view/Asterisk+settings+Net2phone" target="_blank">http://www.voip-info.org/wiki/view/Asterisk+settings+Net2phone</a>
<br>

<br>
So these are the changes I made in sip.conf:
<br>

<br>
[general]
<br>
useragent = X-Lite release 1103m
<br>
register =&gt; <a href="mailto:PHONENUMBER:PASSWORD@sip.net2phone.com">PHONENUMBER:PASSWORD@sip.net2phone.com</a>
<br>

<br>
[net2phone]
<br>
type = peer
<br>
host = <a href="http://sip.net2phone.com">sip.net2phone.com</a>
<br>
username = PHONENUMBER
<br>
secret = PASSWORD
<br>
fromuser = PHONENUMBER
<br>
fromdomain = <a href="http://net2phone.com">net2phone.com</a>
<br>
context = incoming
<br>
insecure = very
<br>
canreinvite = no
<br>

<br>
Now here is my extensions.conf:
<br>

<br>
[outgoing]
<br>
exten =&gt; _9NXXNXXXXXX,1,Dial(SIP/net2phone/${EXTEN:1}) 
<br>

<br>
If I type &quot;sip show registry&quot; in the Asterisk console, it shows that the state of the Net2phone sip is &quot;Registered&quot;.
<br>

<br>
The problem is that when I call any phone is USA: 1-XXX-XXX-XXXX, I
only get a busy tone. So I can never really place a call.
<br>

<br>
What can be the problem?
<br>

<br>
I am using Asterisk 1.4.2 on Red Hat Enterprise Linux 5.</span>