[Asterisk-Users] IAX Freeworld

Kyle Hagan khagan at nuvoinc.com
Thu May 13 14:08:14 MST 2004


James H. Cloos Jr. wrote:

>>>>>>"Kyle" == Kyle Hagan <khagan at nuvoinc.com> writes:
>>>>>>            
>>>>>>
>
>Kyle> In coming works fine from FreeWorld via IAX.  But when
>Kyle> Dialing out i get [an error] ...
>
>Does iax2.fwdnet.com even support iax2=>fwd?  I thought it was just
>for registering an iax2 endpoint for fwd=>iax2 calls.
>
>-JimC
>  
>
Got it working.

Problem was:

[general]
static=yes
writeprotect=no
;set IAX2 vars for FWD ; REPLACE THESE WITH YOUR SETTINGS
FWDNUMBER=410769; your calling number
FWDCIDNAME="Kyle Hagan"; your caller id
FWDPASSWORD=xxxxxxxxxxx ; your password
FWDRINGS=sip/104; the phone to ring
FWDVMBOX=1000 ; the VM box for this user

exten => _6.,1,SetCallerId,${FWDCIDNAME} < ${FWDNUMBER} >
exten => 
_6.,2,Dial(IAX2/${FWDNUMBER}:${FWDPASSWORD}@iax2.fwdnet.net/${EXTEN:1},60,r)
exten => _6.,3,Congestion

Wasnt populating the ${whatever} stings had to hard code it:

exten => _6.,1,SetCallerId,"Call from Me" < 410769 >
exten => _6.,2,Dial(IAX2/410769:xxxxxxxxxx at iax2.fwdnet.net/${EXTEN:1},60,r)
exten => _6.,3,Congestion





More information about the asterisk-users mailing list