Hello folks, i upgraded to the actual CVS head from yesterday (27.5.) but can not get incoming SIP calls from my provider (sipgate). If someone calls my number, my asterisk responds with the following error: May 27 21:30:21 NOTICE[1114606512]: chan_sip.c:6351 handle_request: Failed to authenticate user "<CallerID>" <sip:<CallerID>@217.10.66.11>;tag=as38e9693c I have the following entry in sip.conf: ------------------ register => 1838933:8mtbdz@sipgate.de/1838933 [sipgate.de] type=user context=sip-in nat=1 disallow=all allow=gsm allow=alaw allow=ulaw ------------------ Although outgoing calls (with another entry of type peer) work well. Additionally the commendation not to assign real hostnames as section name does not work. the section can not be found by the register-function... :-( Can somebody help me out? Regards Julian Pawlowski
Hi all, First an introduction. I've been using Asterisk at home for a few months, but only just joined the list. So far I'm very impressed. I'm glad I'm not the only one who's been having the problems Julian has. This is what I get when I try placing a call into my asterisk system. I'm using voiptalk.org in the UK. May 27 21:38:15 NOTICE[7176]: chan_sip.c:6376 handle_request: Failed to authenticate user "asterisk" <sip:asterisk@217.14.132.162>;tag=as2fac9a11 May 27 21:38:15 NOTICE[7176]: chan_sip.c:6376 handle_request: Failed to authenticate user "asterisk" <sip:asterisk@217.14.132.162>;tag=as2fac9a11 This is my sip.conf register => 84411389:xxxxxxx@voiptalk.org [voiptalk.org] type=friend secret=xxxxxxxxx username=84411389 host=voiptalk.org dtmfmode=info ; Choices are inband, rfc2833, or info Please tell me I'm not going insane(er!) Chris -- Chris ---------------------------------- E Mail: chris@glovercc.clara.co.uk SIP: 84411389@voiptalk.org IAXTEL: 17003366726 On Thu, 27 May 2004, Julian Pawlowski wrote:> Hello folks, > > i upgraded to the actual CVS head from yesterday (27.5.) but can not get > incoming SIP calls from my provider (sipgate). If someone calls my > number, my asterisk responds with the following error: > > May 27 21:30:21 NOTICE[1114606512]: chan_sip.c:6351 handle_request: > Failed to authenticate user "<CallerID>" > <sip:<CallerID>@217.10.66.11>;tag=as38e9693c > > I have the following entry in sip.conf: > > ------------------ > register => 1838933:8mtbdz@sipgate.de/1838933 > > [sipgate.de] > type=user > context=sip-in > nat=1 > disallow=all > allow=gsm > allow=alaw > allow=ulaw > ------------------ > > Although outgoing calls (with another entry of type peer) work well. > > Additionally the commendation not to assign real hostnames as section > name does not work. the section can not be found by the > register-function... :-( > > Can somebody help me out? > > > Regards > > Julian Pawlowski > > _______________________________________________ > Asterisk-Users mailing list > Asterisk-Users@lists.digium.com > http://lists.digium.com/mailman/listinfo/asterisk-users > To UNSUBSCRIBE or update options visit: > http://lists.digium.com/mailman/listinfo/asterisk-users > > >
Hi!> i upgraded to the actual CVS head from yesterday (27.5.) but can not get > incoming SIP calls from my provider (sipgate). If someone calls my > number, my asterisk responds with the following error: > > May 27 21:30:21 NOTICE[1114606512]: chan_sip.c:6351 handle_request: > Failed to authenticate user "<CallerID>" > <sip:<CallerID>@217.10.66.11>;tag=as38e9693cI can see the same thing, this time when trying to call one of my * boxes via FWD. :-( Cheers, Philipp
Hi again!> i upgraded to the actual CVS head from yesterday (27.5.) but can not get > incoming SIP calls from my provider (sipgate). If someone calls my > number, my asterisk responds with the following error:More details: SIP DEBUG on the called server reveals this: Found peer 'fwd-outgoing' And here is sip.conf: [fwd-outgoing] type=peer secret=xxxxx username=12345 fromuser=12345 host=fwd.pulver.com [fwd-incoming] context=from-FreeWorldDialup type=user host=fwd.pulver.com --> Now why does * match an _incoming_ FWD call to a _peer_ entry in sip.conf? It then does a md5 challenge with the secret for this peer, and of course that is bound to fail since the caller doesn't possess the correct password. Instead * should have matched either type=peer or type=friend and end up finding [fwd-incoming] which doesn't have a secret set - unless I am very mistaken, that is. It appears that recent CVS has changed in regard to calling host recognition? Cheers, Philipp
Dear Julian, Quoting Julian Pawlowski <lists@jp-solution.net>:> Hello folks, > > i upgraded to the actual CVS head from yesterday (27.5.) but can not get > incoming SIP calls from my provider (sipgate). If someone calls my > number, my asterisk responds with the following error: > > May 27 21:30:21 NOTICE[1114606512]: chan_sip.c:6351 handle_request: > Failed to authenticate user "<CallerID>" > <sip:<CallerID>@217.10.66.11>;tag=as38e9693cusing asterisks cvs source checked out on June 3. I experienced the same problem. I was able to reastablish incoming sip connections from sipgate.de by entering the ip address from the error message as the host parameter in my outgoing profile.> > I have the following entry in sip.conf: > > ------------------ > register => 1838933:8mtbdz@sipgate.de/1838933 > > [sipgate.de] > type=user > context=sip-in > nat=1 > disallow=all > allow=gsm > allow=alaw > allow=ulaw > ------------------Having used "host=sipgate.de" I changed it to "host=217.116.127.245" making incoming calls working again. I would be interested if "host=217.10.66.11" would be a workound in your case.> > Although outgoing calls (with another entry of type peer) work well. > > Additionally the commendation not to assign real hostnames as section > name does not work. the section can not be found by the > register-function... :-( > > Can somebody help me out? > > > Regards > > Julian PawlowskiBest regards, Manuel -- Manuel Steudtner fon +49 30 81851870 mailto:manuel@intrail.de cell +49 179 5270475 Schoenholzer Strasse 10, D-10115 Berlin fax +49 30 81851872
Am 27.05.2004 um 21:26 schrieb Julian Pawlowski:> i upgraded to the actual CVS head from yesterday (27.5.) but can not > get incoming SIP calls from my provider (sipgate). If someone calls my > number, my asterisk responds with the following error: > > May 27 21:30:21 NOTICE[1114606512]: chan_sip.c:6351 handle_request: > Failed to authenticate user "<CallerID>" > <sip:<CallerID>@217.10.66.11>;tag=as38e9693cTry to put insecure=very into the [sipgate.de] context. Mike