[Asterisk-Users] asterisk to FWD

Mark Phillips g7ltt at g7ltt.com
Tue Feb 7 12:34:16 MST 2006


One problem I can see is that you're not using the keys that come with 
asterisk.

Mine (which works!) looks like this

iax.conf

register => user:pass at iax.fwdnet.net

[iaxfwd]
type=peer
context=from-fwd
permit=65.39.205.0/24
auth=rsa
host=iax2.fwdnet.net
inkeys=freeworlddialup
disallow=all
allow=ulaw
qualify=yes

extensions.conf

; Calls to FWD
exten => _393.,1,Set(CALLERID=37720)
exten => _393.,2,Dial(IAX2/user:pass at iax2.fwdnet.net/${EXTEN:3}|20)
exten => _393.,3,Congestion

[from-fwd]
exten => 37720,1,SetCallerID(393${CALLERIDNUM})
exten => 37720,2,Dial(SIP/2208,20)
exten => 37720,3,Voicemail,u2208
exten => 37720,4,Hangup
exten => 37720,103,Voicemail,b2208
exten => 37720,104,Hangup

Try this and see how it goes.

Mark, G7LTT/KC2ENI
Randolph, NJ
http://www.g7ltt.com


Bayrouni wrote:
> 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
> 
> 



More information about the asterisk-users mailing list