[Asterisk-Users] IAX Freeworld
Kyle Hagan
khagan at nuvoinc.com
Thu May 13 14:47:35 MST 2004
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 at iax2.fwdnet.net/93578|60|r") in new stack
> -- Called 299487:fraz1111 at 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 at 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 at 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 at 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.
More information about the asterisk-users
mailing list