> Hello I am still having problems with IAXTELL and FWD configuration. > I get the following when I dial 17009965342 which is set as an example > to dial to FWD people. 1+700+99+ 5 digit number. I have placed XXXXX > where my passwords are. > > my IAX.conf has > > register => abatista:[EMAIL PROTECTED]/114 > > I also have FWD setup as > > register => 65342:[EMAIL PROTECTED]/114 > > So what am I doing wrong?
Here's what works for me.... Move the register command for fwd to the sip.conf file (towards the top) as fwd apparently interfaces using SIP (not iax). Then remove the /114 from that statement. Create a sip.conf context similar to: [fwd] ; handles FWD SIP (not IAX) calls type=friend host=fwd.pulver.com username=65342 secret=XXXXXX context=fromfwd nat=no reinvite=no canreinvite=no Then in extensions.conf, something like: [fromfwd] exten => s,1,Dial(SIP/3000,20,tr) exten => s,2,VoiceMail,u3000 exten => s,102,VoiceMail,b3000 Personally, I'd remove the /114 from the iaxtel register statement as well until you have a working config. Then experiment with optional parameters. _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
