[asterisk-users] FWD outgoing problem

2007-03-21 Thread Bogdan GONCIULEA

I have configured iax.conf and extensions.conf as instructed on FWD website
(http://www.freeworlddialup.com/help/?p=knowledgebasec=18a=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 [EMAIL PROTECTED]:1] Set(Zap/1-1, CALLERID(all)=xx)
in new stack
   -- Executing [EMAIL PROTECTED]:2] Dial(Zap/1-1, 
IAX2/yy:[EMAIL PROTECTED]/xx|60|r) in new stack
   -- Called yy:[EMAIL PROTECTED]/xx
   -- 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 [EMAIL PROTECTED]:3] Congestion(Zap/1-1, ) in new
stack
 == Spawn extension (default, 393xx, 3) exited non-zero on 'Zap/1-1'
   -- Hungup 'Zap/1-1'

xx - FWD number I want to call
yy - FWD number used by asterisk to register
ppp - password for yy


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


[asterisk-users] FWD outgoing problem

2007-03-21 Thread Bogdan Gonciulea
[globals]
FWDNUMBER=yy
FWDPASSWORD=
FWDCIDNAME=some name

[default]
exten = _393.,1,Set(CALLERID(all)=${FWDCIDNAME})
exten =
_393.,n,Dial(IAX2/${FWDNUMBER}:[EMAIL PROTECTED]/${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
393xx 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
 

___
--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