Hello,
I attempting to dial from a normal asterisk box to a asterisk@home box using an IAX trunk. I can now dial from the asterisk@home box to the asterisk box but when I try to dial from the asterisk box I get a fast busy. When I use “CLI> dial 4398” I keep getting “[color=red]No such extension ‘4398’ in context ‘local’[/color]”.
I have the trunk set up. I have no context [local] in my extensions.conf. What do you guys think? Here are my files, I have all pertinant info marked in [color=red]red[/color]. THANKS IN ADVANCE!!
extensions.conf
[general]
static=no
writeprotect=no
autofallthrough=yes
clearglobalvars=yes
[globals]
[incoming]
exten => ZXXX,1,Dial(${EXTEN})
exten => ZXXX,1,Dial(${EXTEN})
[color=red][outgoing]
exten => 4398,1,Dial(IAX2/test-2-tmc/${EXTEN})[/color]
[testdtmf]
exten => s,1,Background(beep)
exten => s,2,ResponseTimeout(60)
exten => _x,1,SayDigits(${EXTEN})
exten => _x,2,Goto(testdtmf|s|1)
exten => i,1,Goto(testdtmf|s|1)
exten => t,1,Hangup
[default]
exten => 5399,1,voicemailMain(s${CALLERIDNUM})
exten => 5399,2,Hangup
iax.conf
[general]
port=5036
tos=lowdelay
jitterbuffer=no
disallow=all
allow=ulaw
allow=alaw
;allow=g726
[tmc-2-test]
host=89.1.140.31
secret=secret
type=user
context=default
[color=red]
[test-2-tmc]
host=89.1.140.31
secret=secret
type=peer
username=test-2-tmc[/color]