I finaly got asterisk to accept incoming calls from FWD through IAX2. On incloming call the local phone rings, but the remote end does not get rining and when I answer I get no audio connection.
Following is my extensions.conf context.
[from-iax-external]
exten => ${FWDNUMBER}, 1, Noop(In from IAX)
exten => ${FWDNUMBER}, 2, Dial(${PHONE}, 20, Rt)
exten => ${FWDNUMBER}, 3, Voicemail,u${FWDVMBOX}
exten => ${FWDNUMBER}, 102, Voicemail,b${FWDVMBOX}
Any suggestions will be appreciated…