Wesley Jay Deypalan
2005-Feb-12 01:20 UTC
[Asterisk-Users] iax.conf config and iax based clients
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@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@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@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@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@202.138.166.6,20) ;exten => 107,2,Voicemail(u2002) ;exten => 107,102,Voicemail(b2002) exten => 107,103,Hangup TIA, Wesley