I have looked all over the site(s) for help. But heres the problem. Im missing something. In coming works fine from FreeWorld via IAX. But when Dialing out i get: May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I don't know how to authenticate iaxtel to 65.39.205.121 my IAX.conf if as follows [general] port=5036 register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net disallow=all allow=ulaw [iaxfwd] type=user context=fromiaxfwd deny=0.0.0.0/0.0.0.0 permit=65.39.205.0/255.255.255.0 Gotta be something easy im missing.
>>>>> "Kyle" == Kyle Hagan <khagan@nuvoinc.com> writes:Kyle> In coming works fine from FreeWorld via IAX. But when Kyle> Dialing out i get [an error] ... Does iax2.fwdnet.com even support iax2=>fwd? I thought it was just for registering an iax2 endpoint for fwd=>iax2 calls. -JimC -- James H. Cloos, Jr. <cloos@jhcloos.com> <http://jhcloos.com/voip>
James H. Cloos Jr. wrote:>>>>>>"Kyle" == Kyle Hagan <khagan@nuvoinc.com> writes: >>>>>> >>>>>> > >Kyle> In coming works fine from FreeWorld via IAX. But when >Kyle> Dialing out i get [an error] ... > >Does iax2.fwdnet.com even support iax2=>fwd? I thought it was just >for registering an iax2 endpoint for fwd=>iax2 calls. > >-JimC > >Got it working. Problem was: [general] static=yes writeprotect=no ;set IAX2 vars for FWD ; REPLACE THESE WITH YOUR SETTINGS FWDNUMBER=410769; your calling number FWDCIDNAME="Kyle Hagan"; your caller id FWDPASSWORD=xxxxxxxxxxx ; your password FWDRINGS=sip/104; the phone to ring FWDVMBOX=1000 ; the VM box for this user exten => _6.,1,SetCallerId,${FWDCIDNAME} < ${FWDNUMBER} > exten => _6.,2,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1},60,r) exten => _6.,3,Congestion Wasnt populating the ${whatever} stings had to hard code it: exten => _6.,1,SetCallerId,"Call from Me" < 410769 > exten => _6.,2,Dial(IAX2/410769:xxxxxxxxxx@iax2.fwdnet.net/${EXTEN:1},60,r) exten => _6.,3,Congestion
Steven E. Frazier wrote:>Kyle, > >I am having issues outgoing, but I get a different problem, I get: > > >Connected to Asterisk CVS-HEAD-05/12/04-21:18:13 currently running on >asterisk (pid = 1696) >ectionsk*CLI> > -- Starting simple switch on 'Zap/5-1' > -- Executing SetCallerID("Zap/5-1", ""Steven Frazier" < 299487 >") in >new stack > -- Executing Dial("Zap/5-1", >"IAX2/299487:fraz1111@iax2.fwdnet.net/93578|60|r") in new stack > -- Called 299487:fraz1111@iax2.fwdnet.net/93578 >May 13 17:13:56 WARNING[1142135600]: chan_iax2.c:5097 socket_read: Call >rejected by 65.39.205.121: Unable to negotiate codec > -- Hungup 'IAX2[65.39.205.121:4569]/1' > == No one is available to answer at this time > -- Executing Congestion("Zap/5-1", "") in new stack > == Spawn extension (toll-access, 693578, 3) exited non-zero on 'Zap/5-1' > -- Hungup 'Zap/5-1' >asterisk*CLI> > > > >So I have an issue with what codec it is using, my iax.conf file is: > >Would you have any idea why I would be getting that and can't call out but I >can receive calls? Thanks. > >Steve > > >[general] >port = 5036 >disallow=all >allow=gsm >allow=ulaw >allow=alaw >; >;FWD Using IAXTEL - Testing >register=299487:mypassword@iax2.fwdnet.net >; >;bindaddr=0.0.0.0 >disallow=all >;allow=ilbc >allow=gsm >bandwidth=low >;jitterbuffer=yes >;tos=lowdelay >tos=reliability >jitterbuffer=yes >dropcount=3 >maxjitterbuffer=500 >maxexcessjitterbuffer=100 >; >; >;FWD EXT 299487 >[iaxfwd] >type=user >context=fromiaxfwd >deny=0.0.0.0/0.0.0.0 >permit=65.39.205.0/255.255.255.0 >allow=ulaw > > >According to fw's site they only use ulaw. So thats all I have enabled. here is my iax.conf [general] port=5036 register => 410769:xxxxxxxxx@iax2.fwdnet.net disallow=all allow=ulaw [iaxfwd] type=user context=fromiaxfwd deny=0.0.0.0/0.0.0.0 permit=65.39.205.0/255.255.255.0 my extentions.conf has the following for IAX: [home] exten => _6.,1,SetCallerId,"Kyle Hagan" < 410769 > exten => _6.,2,Dial(IAX2/410769:xxxxxxxx@iax2.fwdnet.net/${EXTEN:1},60,r) exten => _6.,3,Congestion [fromiaxfwd] exten => 410769,1,Dial(sip/104,20,r) exten => 410769,2,Voicemail,u104 exten => 410769,102,Voicemail,b104 with only the above I got freeworld to work. I hope this helps. You can call me at 410769 after you get it working to test it.
To diagnose your outgoing call you need to show us your outgoing configuration and not just the incoming. after all that works you say. A complete working configuration was posted here on 5/2. Kyle Hagan wrote:> I have looked all over the site(s) for help. But heres the problem. Im > missing something. > In coming works fine from FreeWorld via IAX. But when Dialing out i get: > > May 13 13:42:01 WARNING[1150495040]: chan_iax2.c:5256 socket_read: I > don't know how to authenticate iaxtel to 65.39.205.121 > > my IAX.conf if as follows > > [general] > port=5036 > register => ######:xxxxxxxxxxxxx@iax2.fwdnet.net > disallow=all > allow=ulaw > > [iaxfwd] > type=user > context=fromiaxfwd > deny=0.0.0.0/0.0.0.0 > permit=65.39.205.0/255.255.255.0 > > Gotta be something easy im missing. > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users >