after 18 hours, over 200 pages of reading, a complete reinstall of asterisk I am down to this.
extensions.conf
[globals]
CONSOLE=Console/dsp
IAXINFO=guest
TRUNK=Zap/g2
TRUNKMSD=1
[default]
exten => 8005181896,1,Dial,(IAX2/UXMC)
exten => s,1,Answer()
(I tried)
exten => _1XXXXXXXXXX,1,DIAL,(IAX2/teliax/${EXTEN},30,tr)
(as well)
iax.conf
[general]
port=4569
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
register => xxxx:xxxxxxxxxx@voip-co3.teliax.com
[teliax]
context=default
type=friend
host=voip-co3.teliax.com
auth=md5
user=xxxx
secret=xxxxxxxxx
disallow=all
allow=ulaw
allow=alaw
allow=gsm
sip.conf
[UXMC]
user=xxxxxxx
context=internal
type=friend
qualify=yes
nat=no
secret=xxxxxxxx
canreinvite=no
host=dynamic
nat=no
If I put back previous config, I can call into the 1800 number and here that silly chick heckle me from my server!
Hi
from what you have posted I can see th eextension is in a context internal and the outgoing context is default.
Is default included in internal ?
Ian
I tried to place both internal and default under the general section of sip.conf
plus a few other combonations for testing.
Restarted Asterisk completely.
Still nothing
Same thing
Present “non-working” config
extensions.conf
[internal]
exten => _1XXXXXXXXXX,1,DIAL,(IAX2/UXMC,30,tr)
exten => s,1,Answer()
IAX.conf
[general]
port=4569
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
register => UXMC:xxxxxxxxxxxx@voip-co3.teliax.com
[teliax]
context=default
type=friend
host=voip-co3.teliax.com
auth=md5
user=UXMC
secret=xxxxxxxxxxxx
disallow=all
allow=ulaw
allow=alaw
allow=gsm
with:
*CLI> iax2 show registry
Host dnsmgr Username Perceived Refresh State
207.174.202.4:4569 N UXMC xx.xxx.xx.xx:4569 60 Registe
sip.conf
[general]
context=internal
srvlookup=yes
allowguest=yes
allowoverlap=no
[UXMC]
user=UXMC
context=internal
type=friend
qualify=yes
nat=no
secret=xxxxxxx
canreinvite=no
host=dynamic
nat=no
Hi
Shouldnt it be _1XXXXXXXXXX,1,DIAL,(IAX2/teliax,30,tr)
and not
unless it a typo UXMC is a sip client
Ian
I had it set to both at one point.
That was just a late night oversite.
I broke down and paid Teliax $75 to fix it.
They are still at a loss.
Brand new 1.4 install and they cannot even get it to work right now.
I don’t feel so bad now!