Hello guys, It’s been 4 days and I still cant setup my outgoing calls! I posted once, read some docs and still cant figure it out, so you are my only hope…
I do not have my phone line (I use cell) so I got my number online from sipnumber.com/ -they offer free phone and free incoming calls so it’s a great piece to test all the stuff. I setup my incoming dial plan and it works just fine, but I cant call using my VOIP line (I added money and I can call STRAIGHT from softphone) but when I dial from asterisk, I’m getting welcome message sipnumber.com and nothing happens…
Can u please tell me what is my mistake?
PS and one more thing - when I type type=friend OR peer for this connection, it does not allow incoming calls and I can place that weird outgoing call I described above, when I change type to user, Asterisk gets the call and route the calls, but when I use exten => _01 I get No Such Host warning…
-----------
SIP.CONF
[general]
context=default
port=5060
bindaddr=0.0.0.0
srvlookup=yes
insecure=very
register => 31939*****:********@sipnumber.net
[sipnumber]
type=peer
fromuser=31939*****
secret=********
host=sipnumber.net
dtmfmode=rfc2833
username=31939*****
-----------
extensions.conf
exten => _01.,1,Dial(SIP/sipnumber/${EXTEN:2})
Please help. thank you.