I can't get my Asterisk to register/place calls with FWD. Here's what I have in my SIP.CONF: register => 11111@fwd.pulver.com/11111 [fwd] type=friend secret=somesecret host=fwd.pulver.com username=11111 fromuser=11111 fromdomain=fwd.pulver.com I'm using CVS version of Asterisk, checked it out last week. I get authenticate error when registering with fwd, and all my calls to mailbox: exten => 700001,1,Dial(SIP/700001@fwd) are bounced back with 403 Forbidden What I'm doing wrong there?
Hi, You must have: register => 11111:somesecret@fwd.pulver.com/11111 BR, Dan ----- Original Message ----- From: "Peter Zeltins" <pzeltins@bigfoot.com> To: <asterisk-users@lists.digium.com> Sent: Wednesday, June 25, 2003 1:56 PM Subject: [Asterisk-Users] Asterisk and FWD> I can't get my Asterisk to register/place calls with FWD. Here's what Ihave> in my SIP.CONF: > > register => 11111@fwd.pulver.com/11111 > > [fwd] > type=friend > secret=somesecret > host=fwd.pulver.com > username=11111 > fromuser=11111 > fromdomain=fwd.pulver.com > > I'm using CVS version of Asterisk, checked it out last week. I get > authenticate error when registering with fwd, and all my calls to mailbox: > > exten => 700001,1,Dial(SIP/700001@fwd) > > are bounced back with 403 Forbidden > > What I'm doing wrong there? > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > >
Hi, The line register => fwdnr:fwdpass@fwd.pulver.com/101 does not work anymore in sip.con file. I get the following error in the Asterisk console: -- Got SIP response 479 "We dont accept private IP contacts. please Set your external IP" back from 192.246.69.223 The sane error when I try to call a FWD extension defined like that: Something changed in the mean time? exten => _XXXXX,1,SetCallerID(${FWDUSERID}) exten => _XXXXX,2,SetCIDName(${FWDUSERNAME}) exten => _XXXXX,3,Dial(SIP/${EXTEN}@fwd.pulver.com) exten => _XXXXX,4,Hangup exten => _XXXXX,104,Hangup Thanks, Dan
Did you move your box behind some type of nat device? -----Original Message----- From: asterisk-users-admin@lists.digium.com [mailto:asterisk-users-admin@lists.digium.com] On Behalf Of Dan Sent: Tuesday, July 22, 2003 10:06 AM To: Asterisk Users Subject: [Asterisk-Users] Asterisk and FWD Hi, The line register => fwdnr:fwdpass@fwd.pulver.com/101 does not work anymore in sip.con file. I get the following error in the Asterisk console: -- Got SIP response 479 "We dont accept private IP contacts. please Set your external IP" back from 192.246.69.223 The sane error when I try to call a FWD extension defined like that: Something changed in the mean time? exten => _XXXXX,1,SetCallerID(${FWDUSERID}) exten => _XXXXX,2,SetCIDName(${FWDUSERNAME}) exten => _XXXXX,3,Dial(SIP/${EXTEN}@fwd.pulver.com) exten => _XXXXX,4,Hangup exten => _XXXXX,104,Hangup Thanks, Dan _______________________________________________ Asterisk-Users mailing list Asterisk-Users@lists.digium.com http://lists.digium.com/mailman/listinfo/asterisk-users
Hi, could anyone please provide a working sample of how to configure asterisk to connect to fwd? I've tried the one at www.loligo.com <http://www.loligo.com/> and it doesn't work. Not even when calling to 55555. Can you advise on how to debug sip (or trace and view sip packets) from the asterisk server to fwd so we can try to understand what exactly is not working? Please be advised that our asterisk server is behind a NAT firewall. Thanks in advance, Tom. -------------- next part -------------- An HTML attachment was scrubbed... URL: http://lists.digium.com/pipermail/asterisk-users/attachments/20031214/6f0d23c1/attachment.htm