[Asterisk-Users] asterisk to FWD
Bayrouni
bayrouni at brutele.be
Tue Feb 7 01:41:31 MST 2006
Hello all,
Here is my problem,
I try to place a call to FWD (free world dialup) trough my asterisk PBX.
my config is as follow:
extensions.conf
----------------
[internal]
exten => 613,1,Dial(IAX2/iaxfwd-outbound/613) (service echo de FWD)
exten => xxxxxx,1,Dial(IAX2/iaxfwd-outbound/xxxxxx) mon numero FWD
exten => yyyyyy,1,Dial(IAX2/iaxfwd-outbound/yyyyyy) celui d'un ami FWD
iax.conf
--------
[general]
context=default
bandwidth=low
disallow=lpc10
jitterbuffer=no
forcejitterbuffer=no
tos=lowdelay
autokill=yes
allow=ulaw
language=fr
register => xxxxxx:mon_login_FWD at iax2.fwdnet.net
[iaxfwd-outbound]
type=peer
username=xxxxxx
host=fwd.pulver.com
secret=mon_passwd_FWD
disallow=all
allow=ulaw
allow=gsm
allow=ilbc
allow=g726
nat=yes
when I call the 613 number (echo FWD service), I have this
message from my PBX:
Executing Dial("SIP/xlite-9f55", "IAX2/iaxfwd-outbound/613") in new
stack
-- Called iaxfwd-outbound/613
Feb 7 09:38:17 NOTICE[2744]: chan_iax2.c:2821 auto_congest:
Auto-congesting call due to slow response
-- IAX2/iaxfwd-outbound-1 is circuit-busy
-- Hungup 'IAX2/iaxfwd-outbound-1'
== Everyone is busy/congested at this time (1:0/1/0)
Please, how can I resolve this problem?
Thank you very much
--
Bayrouni
More information about the asterisk-users
mailing list