Beau Walker
2004-Oct-11 07:28 UTC
[Asterisk-Users] FWD incomming CALL won't authenticate in SIP
Hi List, I've successfully got Asterisk up and running, can make out going calls fine, It can also register FWD OK, but when a Call comes in from outside it is rejected with this message. Oct 11 09:09:40 NOTICE[98310]: chan_sip.c:7175 handle_request: Failed to authenticate user 499xxx<sip:499xxx@fwd.pulver.com>;tag=a41e8548 However if I make a setting in the sip.conf called the FWD incomming number it works fine. It just means I can receive calls unless I put them in my sip.conf like this [499xxx] ;a friends FWD number type=user nat=yes host=dynamic context=fwd-inbound canreinvite=no qualify=yes insecure=yes here is my SIP.conf register => 499yyy:passyyy@fwd.pulver.com/499yyy [fwd] ; inbound connections from FWD type=user nat=yes host=dynamic context=fwd-inbound canreinvite=no qualify=yes insecure=yes [fwd-499yyy] ; make outbound calls with this type=friend secret=xxxxx username=499yyy host=fwd.pulver.com context=fwd-outbound nat=yes canreinvite=no disallow=all allow=ilbc allow=ulaw What am I doing wrong? BJ _________________________________________________________________ Smart Saving with ING Direct – earn 5.25% p.a. variable rate: http://ad.au.doubleclick.net/clk;7249209;8842331;n?http://www.ingdirect.com.au/burst6offer.asp?id=8
administrator tootai
2004-Oct-11 07:56 UTC
[Asterisk-Users] FWD incomming CALL won't authenticate in SIP
Beau Walker a ?crit :> [...] > here is my SIP.conf > > register => 499yyy:passyyy@fwd.pulver.com/499yyy > > [fwd] ; inbound connections from FWD > type=user > nat=yes > host=dynamic > context=fwd-inbound > canreinvite=no > qualify=yes > insecure=yesThis is not needed. You have type=user and below type=friend (which include user) Anyway, host=fwd.pulver.com and not dynamic> > > [fwd-499yyy] ; make outbound calls with this > type=friend > secret=xxxxx > username=499yyy > host=fwd.pulver.com > context=fwd-outbound > nat=yes > canreinvite=no > disallow=all > allow=ilbc > allow=ulawtype=peer if [fwd] section stay -- Daniel