James H. Cloos Jr. wrote:

"Kyle" == Kyle Hagan <[EMAIL PROTECTED]> 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}:[EMAIL PROTECTED]/${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:[EMAIL PROTECTED]/${EXTEN:1},60,r)
exten => _6.,3,Congestion


_______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users To UNSUBSCRIBE or update options visit: http://lists.digium.com/mailman/listinfo/asterisk-users

Reply via email to