I know this is a stupidly basic issue. I have read two books (A:tfot and the asterisk handbook) and neither give me the answer that I need, that I can see.
I need my teliax account to answer incoming calls. I know I must be missing something important in the files. I put in everything that was on the teliax support site, but I know they are missing something.
Here are my files. If someone could please, please, please just either tell me what I am missing, or point me towards a tutorial or white paper that shows me what I am screwing up, I would appreciate it.
iax.conf
[general]
port=4569
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
register => user:pass@voip-co3.teliax.com
[teliax]
context=default
type=friend
host=voip-co3.teliax.com
auth=md5
username=user
secret=pass
disallow=all
allow=ulaw
allow=alaw
allow=gsm
sip.conf
[general]
context=default
srvlookup=yes
[rob]
type=friend
secret=welcome
qualify=yes
nat=no
host=dynamic
canreinvite=no
context=internal
extensions.conf
[default]
exten => 7275650896,1,Dial(SIP/rob)
exten => _1XXXXXXXXXX,1,Dial(IAX2/user@teliax/${EXTEN},30,tr)
exten => s,1,Answer()
exten => s,2,DIAL(SIP/rob)
[internal]
include => default
exten => 100,1,Dial(SIP/rob)
exten => 611,1,Echo()