[Asterisk-Users] iax.conf config and iax based clients
Wesley Jay Deypalan
wjdeypalan at ictuscomm.net
Sat Feb 12 01:20:25 MST 2005
Hi,
I am a newbie in asterisk. trying to configure firefly third party edition
to connect to aserisk 1.0.3 im able to authenticate but cannot dial
extensions. I have been reading the documentation cant seem to find the
correct configs. Attached the error message and configs. What am I
missing?
*CLI> Urgent handler
Feb 12 15:52:05 NOTICE[16537]: chan_iax2.c:5718 socket_read: Rejected
connect attempt from 33.44.5.55, request '105 at default' does not exist
Urgent handler
Urgent handler
Feb 12 15:52:14 NOTICE[16537]: chan_iax2.c:5718 socket_read: Rejected
connect attempt from 33.44.5.55, request '106 at default' does not exist
Urgent handler
Urgent handler
iax.conf
[general]
bindport=4569
bindaddr=2.3.4.5
bandwidth=low
jitterbuffer=no
tos=lowdelay
[QIax1]
type = friend
host = dynamic
accountcode = iaxy
secret = 12345678
contex = from-iax
disallow = all
allow = ilbc
allow = gsm
auth = md5
trunk = no
qualify = no
[QIax2]
type = friend
host = dynamic
accountcode = iaxy
secret = 12345678
contex = from-iax
disallow = all
allow = ilbc
allow = gsm
auth = md5
trunk = no
qualify = no
[QIax3]
type = friend
host = dynamic
accountcode = iaxy
secret = 12345678
contex = from-iax
disallow = all
allow = ilbc
allow = gsm
auth = md5
trunk = no
qualify = no
extension.conf
[general]
static = yes
writeprotect = yes
[bogon-calls]
exten => _.,1,Congestion
[from-iax]
exten => 105,1,Dial(IAX2/IaxCocomall1 at 202.138.166.6,20)
;exten => 105,2,Voicemail(u2000)
;exten => 105,102,Voicemail(b2000)
exten => 105,103,Hangup
exten => 106,1,Dial(IAX2/IaxCocomall2 at 202.138.166.6,20)
;exten => 106,2,Voicemail(u2001)
;exten => 106,102,Voicemail(b2001)
exten => 106,103,Hangup
exten => 107,1,Dial(IAX2/IaxCocomall3 at 202.138.166.6,20)
;exten => 107,2,Voicemail(u2002)
;exten => 107,102,Voicemail(b2002)
exten => 107,103,Hangup
TIA,
Wesley
More information about the asterisk-users
mailing list