In my iax-client stanzas, I don't have the last 4 exten lines you have.You only need one stanza in extensions.conf. All of the iax-client(s) stanzas in iax.conf point to the same stanza in extensions.conf.The iax-client stanza context= value is the same for each iax-client stanza. In extensions.conf, you need a stanza (only one) named the same as the context in the iax-client stanzas. These 4 all point to the same extension stanza.Are you using Zoiper?
tnxMike / W5JRAlpharetta GAI am playing around with iaxrpt and have added the following lines to myextensions.conf[globals]HOMENPA=200NODE=41715NODE2=41834NODE3=27103NODE4=42448[iax-client] ; for IAX VIOP clientsexten => ${NODE},1,Ringingexten => ${NODE},n,Wait(3)exten => ${NODE},n,Answerexten => ${NODE},n,Set(NODENUM=${CALLERID(number)})exten => ${NODE},n,Playback(rpt/node|noanswer)exten => ${NODE},n,SayDigits(${EXTEN})exten => ${NODE},n,Set(CALLERID(num)=0)exten => ${NODE},n,Rpt,${NODE}|P|${CALLERID(name)}exten => ${NODE},n,Hangupexten => ${NODE},n(hangit),Answerexten => ${NODE},n(hangit),Wait(1)exten => ${NODE},n(hangit),Hangup[iax-client2] ; for IAX VIOP clientsexten => ${NODE2},1,Ringingexten => ${NODE2},n,Wait(3)exten => ${NODE2},n,Answerexten => ${NODE2},n,Set(NODENUM=${CALLERID(number)})exten => ${NODE2},n,Playback(rpt/node|noanswer)exten => ${NODE2},n,SayDigits(${EXTEN})exten => ${NODE2},n,Set(CALLERID(num)=0)exten => ${NODE2},n,Rpt,${NODE}|P|${CALLERID(name)}exten => ${NODE2},n,Hangupexten => ${NODE2},n(hangit),Answerexten => ${NODE2},n(hangit),Wait(1)exten => ${NODE2},n(hangit),Hangup[iax-client3] ; for IAX VIOP clientsexten => ${NODE3},1,Ringingexten => ${NODE3},n,Wait(3)exten => ${NODE3},n,Answerexten => ${NODE3},n,Set(NODENUM=${CALLERID(number)})exten => ${NODE3},n,Playback(rpt/node|noanswer)exten => ${NODE3},n,SayDigits(${EXTEN})exten => ${NODE3},n,Set(CALLERID(num)=0)exten => ${NODE3},n,Rpt,${NODE}|P|${CALLERID(name)}exten => ${NODE3},n,Hangupexten => ${NODE3},n(hangit),Answerexten => ${NODE3},n(hangit),Wait(1)exten => ${NODE3},n(hangit),Hangup[iax-client4] ; for IAX VIOP clientsexten => ${NODE4},1,Ringingexten => ${NODE4},n,Wait(3)exten => ${NODE4},n,Answerexten => ${NODE4},n,Set(NODENUM=${CALLERID(number)})exten => ${NODE4},n,Playback(rpt/node|noanswer)exten => ${NODE4},n,SayDigits(${EXTEN})exten => ${NODE4},n,Set(CALLERID(num)=0)exten => ${NODE4},n,Rpt,${NODE}|P|${CALLERID(name)}exten => ${NODE4},n,Hangupexten => ${NODE4},n(hangit),Answerexten => ${NODE4},n(hangit),Wait(1)exten => ${NODE4},n(hangit),HangupI added the following lines to my iax.conf[username] ; Connect from iax client (Zoiper...)type=friend ; Notice type here is friend <--------------context=iax-client ; Context to jump to in extensions.confauth=md5secret=passwordhost=dynamicdisallow=allallow=ulawallow=g726aal2allow=gsmtransfer=no[username2] ; Connect from iax client (Zoiper...)type=friend ; Notice type here is friend <--------------context=iax-client2 ; Context to jump to in extensions.confauth=md5secret=passwordhost=dynamicdisallow=allallow=ulawallow=g726aal2allow=gsmtransfer=no[username3] ; Connect from iax client (Zoiper...)type=friend ; Notice type here is friend <--------------context=iax-client3 ; Context to jump to in extensions.confauth=md5secret=passwordhost=dynamicdisallow=allallow=ulawallow=g726aal2allow=gsmtransfer=no[username4] ; Connect from iax client (Zoiper...)type=friend ; Notice type here is friend <--------------context=iax-client4 ; Context to jump to in extensions.confauth=md5secret=passwordhost=dynamicdisallow=allallow=ulawallow=g726aal2allow=gsmtransfer=noI am trying to use the Andriod iax client and it only connects to node 41715 and to no other nodes why is this??
_______________________________________________
App_rpt-users mailing list
App_rpt-users@ohnosec.org
http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users
To unsubscribe from this list please visit http://ohnosec.org/cgi-bin/mailman/listinfo/app_rpt-users and scroll down to the bottom of the page. Enter your email address and press the "Unsubscribe or edit options button"
You do not need a password to unsubscribe, you can do it via email confirmation. If you have trouble unsubscribing, please send a message to the list detailing the problem.