Hey all, I recently signed up for teliax service. I think I have everything configured right, but when I dial the number I get this:
[quote][Feb 27 15:43:53] NOTICE[30148]: chan_iax2.c:7332 socket_process: Rejected connect attempt from 63.211.239.14, who was trying to reach ‘1234567890@’
[/quote]Which I assume means it’s trying to deliver the call to an unknown context, or it’s not even trying to find the context.
My iax.conf looks like this:[quote][general]
allow=all
register=>:@den.teliax.net
[teliax]
context=default
allow=all
canreinvite=no
host=den.teliax.net
nat=yes
qualify=yes
secret=
type=friend
username=
auth=md5[/quote]
My extensions.conf looks like this: [quote][general]
[globals]
[default]
exten => s,1,Verbose(1|Unrouted call handler)
exten => s,n,Answer()
exten => s,n,Wait(1)
exten => s,n,Playback(tt-weasels)
exten => s,n,Hangup()
exten => 1234567890,1,NoOp( “Hi there” )
exten => 1234567890,n,Answer()
exten => 1234567890,n,Hangup()[/quote]
( obviously the numbers have been changed to protect the innocent ).
I’ve been tearing my hair out for a couple days fighting with this, and having no luck. Any help would be greatly apprecaited.