[Asterisk-Users] IAX Freeworld

Ed Guy edguy at pulver.com
Fri May 14 06:25:56 MST 2004


Kyle,

Any idea why the MACRO substitution wasn't working for you?
It does work on my system.

/ed guy

PS: sip:@FWD is bi-directional with iax.fwdnet.net.




-----Original Message-----
From: asterisk-users-admin at lists.digium.com
[mailto:asterisk-users-admin at lists.digium.com]On Behalf Of Kyle Hagan
Sent: Thursday, May 13, 2004 5:08 PM
To: asterisk-users at lists.digium.com
Subject: Re: [Asterisk-Users] IAX Freeworld


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


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




More information about the asterisk-users mailing list