I have configured iax.conf and extensions.conf as instructed on FWD website (http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76) and I can successfully receive calls and make test calls to 612, 613, etc. The problem is that I can not make a call to another FWD user. Here is what asterisk says: -- Executing [393xxxxxx@default:1] Set("Zap/1-1", "CALLERID(all)="xxxxxx"") in new stack -- Executing [393xxxxxx@default:2] Dial("Zap/1-1", " IAX2/yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx|60|r") in new stack -- Called yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx -- Call accepted by 192.246.69.186 (format ulaw) -- Format for call is ulaw -- IAX2/192.246.69.186:4569-1 is busy -- Hungup 'IAX2/192.246.69.186:4569-1' == Everyone is busy/congested at this time (1:1/0/0) -- Executing [393xxxxxx@default:3] Congestion("Zap/1-1", "") in new stack == Spawn extension (default, 393xxxxxx, 3) exited non-zero on 'Zap/1-1' -- Hungup 'Zap/1-1' xxxxxx - FWD number I want to call yyyyyy - FWD number used by asterisk to register ppppppp - password for yyyyyy Thanks, Bogdan -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070321/fc169968/attachment.htm
Can you post the portion of extensions.conf where your Dial command is for FWD? From the output there it looks like you're trying to dial a FWD number from a Zap trunk. Alex On 3/21/07, Bogdan GONCIULEA <bgonciulea@gmail.com> wrote:> > I have configured iax.conf and extensions.conf as instructed on FWD > website (http://www.freeworlddialup.com/help/?p=knowledgebase&c=18&a=76 ) > and I can successfully receive calls and make test calls to 612, 613, etc. > The problem is that I can not make a call to another FWD user. Here is > what asterisk says: > > -- Executing [393xxxxxx@default:1] Set("Zap/1-1", > "CALLERID(all)="xxxxxx"") in new stack > -- Executing [393xxxxxx@default:2] Dial("Zap/1-1", " > IAX2/yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx|60|r<http://IAX2/yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx%7C60%7Cr>") > in new stack > -- Called yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx > -- Call accepted by 192.246.69.186 (format ulaw) > -- Format for call is ulaw > -- IAX2/192.246.69.186:4569-1 is busy > -- Hungup 'IAX2/192.246.69.186:4569-1' > == Everyone is busy/congested at this time (1:1/0/0) > -- Executing [393xxxxxx@default:3] Congestion("Zap/1-1", "") in new > stack > == Spawn extension (default, 393xxxxxx, 3) exited non-zero on 'Zap/1-1' > -- Hungup 'Zap/1-1' > > xxxxxx - FWD number I want to call > yyyyyy - FWD number used by asterisk to register > ppppppp - password for yyyyyy > > > Thanks, > Bogdan > > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > >-- Alex Robar alex.robar@gmail.com -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20070321/22f6bddb/attachment.htm
> Dial("Zap/1-1","IAX2/yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx|60|r")Looks right to me and the call seems to be accepted by FWD. What codecs are you using?
[globals] FWDNUMBER=yyyyyy FWDPASSWORD=pppppppp FWDCIDNAME="some name" [default] exten => _393.,1,Set(CALLERID(all)=${FWDCIDNAME}) exten => _393.,n,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:3},60, r) exten => _393.,n,Congestion I have also took out the Set(CALLERID...) line and the result was the same. Indeed I have a configured Zap trunk which I use to place calls. As I said making calls to 612(time) and 613(echo) - dialing 393612 or 393613 - works very well. The problem is when trying to call another FWD user (dialing 393xxxxxx on my phone) I get the busy signal, asterisk saying "IAX2/192.246.69.186:4569-1 is busy". I found on the FWD forums that others had the same problem, but I couldn't find any solution. They also said that in fact the problem appears only when asterisk (which connects to FWD using IAX) is trying to call a FWD user which is using SIP. If I try to call a FWD user which is registered from behind another asterisk system which is connected to FWD through IAX it should work. I didn't test this yet... Bogdan -- No virus found in this outgoing message. Checked by AVG Free Edition. Version: 7.5.446 / Virus Database: 268.18.16/729 - Release Date: 3/21/2007 7:52 AM
Wilson Pickett wrote:>> Dial("Zap/1-1","IAX2/yyyyyy:pppppppp@iax2.fwdnet.net/xxxxxx|60|r") > > Looks right to me and the call seems to be accepted by FWD. What > codecs are you using? > _______________________________________________ > --Bandwidth and Colocation provided by Easynews.com -- > > asterisk-users mailing list > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-usersI have been having issues with FWD lately (basically nothing has worked on FWD for a few days now) -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 189 bytes Desc: OpenPGP digital signature Url : http://lists.digium.com/pipermail/asterisk-users/attachments/20070321/b74e0fcc/signature.pgp