Andy Reinke
2004-Oct-29 13:10 UTC
[Asterisk-Users] FW: VoiceEclipse vePipe inbound config question - Authorization failed for user"####"
Hello,
Is anyone using the VoiceEclipse vePipe service with
Asterisk?
I subscribed least week and have outbound dialing working
great but am having trouble with inbound calls. I see the call come in
but get the following message:
Oct 29 12:57:38 NOTICE[1087273664]: chan_sip.c:7175 handle_request:
Failed to a
uthenticate user "6464426786"
<sip:6464426786@64.24.35.193>;tag=as18f68207
sip.conf
[general]
useragent=asterisk
bindaddr = 0.0.0.0
port=5060
localnet=172.16.0.0/255.255.255.0
disallow=all
allow=ulaw
context=default
dtmfmode=inband
defaultexpiry=15
maxespiry=15
register => [account#]:[password]@vgw1.voiceeclipse.net
[VoiceEclipse]
type=peer
username=[account#]
fromuser=[account#]
secret=[password]
host=vgw1.voiceeclipse.net
context=default
canreinvite=no
dtmfmode=inband
nat=yes
sip show registry tells me that the connection is registered.
Any suggestions?
Thanks.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://lists.digium.com/pipermail/asterisk-users/attachments/20041029/f9e1a3a7/attachment.htm
Brian West
2004-Oct-29 13:57 UTC
[Asterisk-Users] FW: VoiceEclipse vePipe inbound config question -Authorization failed for user"####"
This is how I solved this for someone last week. You have to add insecure=very and the only context you can land a call on is the one listed in the general section. They send the callerid of the calling party as the fromuser thus your system trys to auth the calling party number and it fails. register => user:pass@gateway/contact Then in sip.conf [general] add context = from-sip Then in extensions.conf in [from-sip] exten => contact,1,Goto(blah|blah,1) bkw> -----Original Message----- > From: asterisk-users-bounces@lists.digium.com [mailto:asterisk-users- > bounces@lists.digium.com] On Behalf Of Andy Reinke > Sent: Friday, October 29, 2004 3:10 PM > To: Asterisk Users Mailing List - Non-Commercial Discussion > Subject: [Asterisk-Users] FW: VoiceEclipse vePipe inbound config question > -Authorization failed for user"####" > > Hello, > > > > Is anyone using the VoiceEclipse vePipe service with Asterisk? > > > > I subscribed least week and have outbound dialing working > great but am having trouble with inbound calls. I see the call come in > but get the following message: > > > > Oct 29 12:57:38 NOTICE[1087273664]: chan_sip.c:7175 handle_request: > Failed to a > > uthenticate user "6464426786" <sip:6464426786@64.24.35.193>;tag=as18f68207 > > > > sip.conf > > > > [general] > > useragent=asterisk > > bindaddr = 0.0.0.0 > > port=5060 > > localnet=172.16.0.0/255.255.255.0 > > disallow=all > > allow=ulaw > > context=default > > dtmfmode=inband > > defaultexpiry=15 > > maxespiry=15 > > > > register => [account#]:[password]@vgw1.voiceeclipse.net > > > > [VoiceEclipse] > > type=peer > > username=[account#] > > fromuser=[account#] > > secret=[password] > > host=vgw1.voiceeclipse.net > > context=default > > canreinvite=no > > dtmfmode=inband > > nat=yes > > > > > > sip show registry tells me that the connection is registered. > > > > Any suggestions? > > > > Thanks.