---------- Original Message ---------------------------------- From: Rich Adamson <[EMAIL PROTECTED]>
OK I got it working. Thank you Rich I used your examples and had to add the following the sip.conf file. It did not work until I had the :5060 on it! register => 65342:[EMAIL PROTECTED]:5060 >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 > _______________________________________________ Asterisk-Users mailing list [EMAIL PROTECTED] http://lists.digium.com/mailman/listinfo/asterisk-users
